<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15551">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_gmm: release Iu connection on RAU failures<br><br>When a RAU fails without an a GMM context, release the Iu<br>connection after sending a response.<br><br>Change-Id: I05a9200f55d608ccfb3f86184c324a2b428da76b<br>---<br>M src/sgsn/gprs_gmm.c<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/51/15551/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/sgsn/gprs_gmm.c b/src/sgsn/gprs_gmm.c</span><br><span>index afae369..d0f5cb2 100644</span><br><span>--- a/src/sgsn/gprs_gmm.c</span><br><span>+++ b/src/sgsn/gprs_gmm.c</span><br><span>@@ -1699,6 +1699,10 @@</span><br><span>          mm_ctx_cleanup_free(mmctx, "GPRS RA UPDATE REJ");</span><br><span>  else if (llme)</span><br><span>               gprs_llgmm_unassign(llme);</span><br><span style="color: hsl(120, 100%, 40%);">+    else if (MSG_IU_UE_CTX(msg)) {</span><br><span style="color: hsl(120, 100%, 40%);">+                /* TODO: use correct cause code */</span><br><span style="color: hsl(120, 100%, 40%);">+            ranap_iu_tx_release_free(MSG_IU_UE_CTX(msg), NULL, 5);</span><br><span style="color: hsl(120, 100%, 40%);">+        }</span><br><span> </span><br><span>        return rc;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15551">change 15551</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-sgsn/+/15551"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I05a9200f55d608ccfb3f86184c324a2b428da76b </div>
<div style="display:none"> Gerrit-Change-Number: 15551 </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>