<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/24606">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hodec2: fix is_upgrade_to_tchf() for requirement A<br><br>Add missing REQUIREMENT_A_TCHF to form a full REQUIREMENT_TCHF_MASK.<br>That allows detecting TCH/F -> TCH/H upgrades also in the requirement A<br>flags, where we look for any viable lchan.<br><br>Prepares for upcoming patch Id40d1cf8b58410c7d4eb87407fe8b8106e352438<br>which implements TCH/H to TCH/F upgrades within the same cell.<br><br>Related: SYS#5198 SYS#5365<br>Change-Id: Ic44615b314782423bab0ceef5810311776f92754<br>---<br>M src/osmo-bsc/handover_decision_2.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/06/24606/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/handover_decision_2.c b/src/osmo-bsc/handover_decision_2.c</span><br><span>index 3e86a92..a866293 100644</span><br><span>--- a/src/osmo-bsc/handover_decision_2.c</span><br><span>+++ b/src/osmo-bsc/handover_decision_2.c</span><br><span>@@ -171,7 +171,7 @@</span><br><span> {</span><br><span>   return c->current.lchan</span><br><span>           && (c->current.lchan->type == GSM_LCHAN_TCH_H)</span><br><span style="color: hsl(0, 100%, 40%);">-            && ((c->requirements & for_requirement) & (REQUIREMENT_B_TCHF | REQUIREMENT_C_TCHF));</span><br><span style="color: hsl(120, 100%, 40%);">+              && ((c->requirements & for_requirement) & REQUIREMENT_TCHF_MASK);</span><br><span> }</span><br><span> </span><br><span> static unsigned int ts_usage_count(struct gsm_bts_trx_ts *ts)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/24606">change 24606</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bsc/+/24606"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic44615b314782423bab0ceef5810311776f92754 </div>
<div style="display:none"> Gerrit-Change-Number: 24606 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>