<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10641">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">inter-BSC HO: send failure msg directly<br><br>If inter-BSC HO failed, the conn is by definition not in an active state, and<br>hence it makes no sense to verify the gscon FSM state before sending. Directly<br>call osmo_bsc_sigtran_send().<br><br>Change-Id: Ic49c94462041800674fa961c4d19c0c045bfe0c0<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/41/10641/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 560bddc..03e073a 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>@@ -1121,7 +1121,7 @@</span><br><span>            return;</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 Failure message (rc=%d %s)\n",</span><br><span>                      rc, strerror(-rc));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10641">change 10641</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/10641"/><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: Ic49c94462041800674fa961c4d19c0c045bfe0c0 </div>
<div style="display:none"> Gerrit-Change-Number: 10641 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>