<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15161">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RFC: iu_client: close sccp connection after release_complete<br><br>I don't know if this is a hard layer violation or not. /todo read code<br><br>Change-Id: I6812edb4da487507ccf9f483de801c1c65c4b72b<br>---<br>M src/iu_client.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/61/15161/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/iu_client.c b/src/iu_client.c</span><br><span>index 92d25f5..1f10333 100644</span><br><span>--- a/src/iu_client.c</span><br><span>+++ b/src/iu_client.c</span><br><span>@@ -526,6 +526,7 @@</span><br><span> static void cn_ranap_handle_co(void *ctx, ranap_message *message)</span><br><span> {</span><br><span>         int rc;</span><br><span style="color: hsl(120, 100%, 40%);">+       struct ranap_ue_conn_ctx *ue = ctx;</span><br><span> </span><br><span>      LOGPIU(LOGL_NOTICE, "handle_co(dir=%u, proc=%u)\n", message->direction, message->procedureCode);</span><br><span> </span><br><span>@@ -566,6 +567,7 @@</span><br><span>                           LOGPIU(LOGL_ERROR, "Iu Release event: Iu Event callback returned %d\n",</span><br><span>                                   rc);</span><br><span>                  }</span><br><span style="color: hsl(120, 100%, 40%);">+                     osmo_sccp_tx_disconn(g_scu, ue->conn_id, NULL, 0);</span><br><span>                        break;</span><br><span>               default:</span><br><span>                     LOGPIU(LOGL_ERROR, "Received Successful Outcome: unknown Procedure Code %d\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15161">change 15161</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-iuh/+/15161"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6812edb4da487507ccf9f483de801c1c65c4b72b </div>
<div style="display:none"> Gerrit-Change-Number: 15161 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>