<p>lynxis lazus <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15666">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">iu_client: ranap_iu_tx_release() change default cause code to Success<br><br>The cause code no remaining rab should be only used when closing the<br>Iu connection on this specific reason. Change default to NAS Success<br>Release which is a usual release.<br><br>Change-Id: Icf3f06b0de7dcda9f967ae29863054ef813c75e5<br>---<br>M src/iu_client.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></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 f4a9cd3..4b0acb0 100644</span><br><span>--- a/src/iu_client.c</span><br><span>+++ b/src/iu_client.c</span><br><span>@@ -468,15 +468,15 @@</span><br><span> }</span><br><span> </span><br><span> /* Send Iu Release for the given UE connection.</span><br><span style="color: hsl(0, 100%, 40%);">- * If cause is NULL, the standard "No remaining RAB" cause is sent, otherwise</span><br><span style="color: hsl(120, 100%, 40%);">+ * If cause is NULL, Normal Release cause is sent, otherwise</span><br><span>  * the provided cause. */</span><br><span> int ranap_iu_tx_release(struct ranap_ue_conn_ctx *ctx, const struct RANAP_Cause *cause)</span><br><span> {</span><br><span>      struct msgb *msg;</span><br><span>    struct osmo_scu_prim *prim;</span><br><span>  static const struct RANAP_Cause default_cause = {</span><br><span style="color: hsl(0, 100%, 40%);">-               .present = RANAP_Cause_PR_radioNetwork,</span><br><span style="color: hsl(0, 100%, 40%);">-         .choice.radioNetwork = RANAP_CauseRadioNetwork_no_remaining_rab,</span><br><span style="color: hsl(120, 100%, 40%);">+              .present = RANAP_Cause_PR_nAS,</span><br><span style="color: hsl(120, 100%, 40%);">+                .choice.radioNetwork = RANAP_CauseNAS_normal_release,</span><br><span>        };</span><br><span> </span><br><span>       if (!cause)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15666">change 15666</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/+/15666"/><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: Icf3f06b0de7dcda9f967ae29863054ef813c75e5 </div>
<div style="display:none"> Gerrit-Change-Number: 15666 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>