<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10811">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">inter-BSC HO incoming: send HO Complete directly<br><br>Before Handover is fully completed, the gscon remains in an INIT state. To send<br>back the Handover Complete message, use osmo_bsc_sigtran_send() directly to not<br>thwart the message due to the gscon state.<br><br>(The gscon state will change to ACTIVE right after that, once the handover FSM<br>is done.)<br><br>Change-Id: Ic48ae2bb23565015d5e2ccb56308fad09347b51a<br>---<br>M src/osmo-bsc/osmo_bsc_bssap.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/11/10811/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c</span><br><span>index 03e073a..d6b0b6d 100644</span><br><span>--- a/src/osmo-bsc/osmo_bsc_bssap.c</span><br><span>+++ b/src/osmo-bsc/osmo_bsc_bssap.c</span><br><span>@@ -1100,7 +1100,7 @@</span><br><span>              return HO_RESULT_ERROR;</span><br><span>      }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   rc = gscon_sigtran_send(conn, msg);</span><br><span style="color: hsl(120, 100%, 40%);">+   rc = osmo_bsc_sigtran_send(conn, msg);</span><br><span>       if (rc) {</span><br><span>            LOG_HO(conn, LOGL_ERROR, "Cannot send BSSMAP Handover Complete message\n");</span><br><span>                return HO_RESULT_ERROR;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10811">change 10811</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/10811"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic48ae2bb23565015d5e2ccb56308fad09347b51a </div>
<div style="display:none"> Gerrit-Change-Number: 10811 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>