<p>neels <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19901">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">handover: fix detection for ambiguous HO neighbor ident<br><br>Adding rate counter checks to TC_ho_neighbor_config_1 (1.c) uncovers that the<br>test passes for the wrong reason. The ambiguous cell identification should be<br>the cause for the handover error, but the log shows that instead a handover is<br>attempted to BTS 3 which is not connected.<br><br>find_handover_target_cell() first tries to find a precise match of values, and<br>in a second pass applies wildcards like BSIC_ANY and<br>NEIGHBOR_IDENT_KEY_ANY_BTS. That second pass lacks detection of ambiguous<br>matches.<br><br>Use the same code for both passes, by encapsulating in a loop of two, which<br>first runs with exact_match == true and then false.<br><br>Proper detection of the ambiguous target cell identification in<br>TC_ho_neighbor_config_1() is shown by the resulting 'handover:error' count,<br>see I10bc0b67ca8dcf41dbb02332ed18017e819c2b32 (osmo-ttcn3-hacks).<br><br>Related: OS#4736<br>Related: I10bc0b67ca8dcf41dbb02332ed18017e819c2b32 (osmo-ttcn3-hacks)<br>Change-Id: Ib0087b6566ae4d82f8c3ef272c1256bcd1d08bf1<br>---<br>M src/osmo-bsc/handover_logic.c<br>1 file changed, 21 insertions(+), 19 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/01/19901/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19901">change 19901</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/+/19901"/><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: Ib0087b6566ae4d82f8c3ef272c1256bcd1d08bf1 </div>
<div style="display:none"> Gerrit-Change-Number: 19901 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>