<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19897">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix HO inter-BSC-IN target bts for counters<br><br>Related: OS#4736<br>Change-Id: Id38c69695c4ab93733571c0c288a2d5c10624ace<br>---<br>M src/osmo-bsc/handover_fsm.c<br>1 file changed, 5 insertions(+), 0 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/97/19897/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c</span><br><span>index 8fb8443..957d4fa 100644</span><br><span>--- a/src/osmo-bsc/handover_fsm.c</span><br><span>+++ b/src/osmo-bsc/handover_fsm.c</span><br><span>@@ -919,6 +919,11 @@</span><br><span>  if (hdc && hdc->on_handover_end)</span><br><span>          hdc->on_handover_end(conn, result);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+    /* HO_INTER_BSC_IN has the source BTS on a remote BSS, so count all of those on the target BTS; also count</span><br><span style="color: hsl(120, 100%, 40%);">+     * errors onto the HO target BTS if no lchan was obtained. */</span><br><span style="color: hsl(120, 100%, 40%);">+ if (ho->scope & HO_INTER_BSC_IN)</span><br><span style="color: hsl(120, 100%, 40%);">+               bts = ho->new_bts;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>      ho_count_bsc(result_counter_BSC_HANDOVER(result));</span><br><span>   ho_count_bsc(result_counter_bsc(ho->scope, result));</span><br><span>      ho_count_bts(bts, result_counter_BTS_HANDOVER(result));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19897">change 19897</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/+/19897"/><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: Id38c69695c4ab93733571c0c288a2d5c10624ace </div>
<div style="display:none"> Gerrit-Change-Number: 19897 </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>