<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19892">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: use local var in handover_start_intra_bsc()<br><br>Change-Id: I3ae079a2aa9ff3980acd5a212cb287a96a1dc0ed<br>---<br>M src/osmo-bsc/handover_fsm.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/92/19892/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 78dbd33..90fa20b 100644</span><br><span>--- a/src/osmo-bsc/handover_fsm.c</span><br><span>+++ b/src/osmo-bsc/handover_fsm.c</span><br><span>@@ -365,7 +365,7 @@</span><br><span>     OSMO_ASSERT(ho->new_lchan_type != GSM_LCHAN_NONE);</span><br><span>        OSMO_ASSERT(!ho->new_lchan);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     ho->scope = (ho->new_bts == conn->lchan->ts->trx->bts) ? HO_INTRA_CELL : HO_INTRA_BSC;</span><br><span style="color: hsl(120, 100%, 40%);">+      ho->scope = (ho->new_bts == bts) ? HO_INTRA_CELL : HO_INTRA_BSC;</span><br><span>       ho->ho_ref = g_next_ho_ref++;</span><br><span>     ho->async = true;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19892">change 19892</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/+/19892"/><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: I3ae079a2aa9ff3980acd5a212cb287a96a1dc0ed </div>
<div style="display:none"> Gerrit-Change-Number: 19892 </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>