<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15486">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_mm_state_gb_fsm: ensure T3350 is not running when entering IDLE<br><br>In IDLE there is not further context with the MS. Prevents the Timer from sending<br>packages to a MS which can not respond<br><br>Change-Id: Ibdd913173af11d0e6d04aa392e047d5d9aee1243<br>---<br>M src/sgsn/gprs_mm_state_gb_fsm.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/86/15486/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/sgsn/gprs_mm_state_gb_fsm.c b/src/sgsn/gprs_mm_state_gb_fsm.c</span><br><span>index 4e1ed48..02f6747 100644</span><br><span>--- a/src/sgsn/gprs_mm_state_gb_fsm.c</span><br><span>+++ b/src/sgsn/gprs_mm_state_gb_fsm.c</span><br><span>@@ -20,6 +20,10 @@</span><br><span> static void st_mm_idle_on_enter(struct osmo_fsm_inst *fi, uint32_t prev_state) {</span><br><span>       struct sgsn_mm_ctx *ctx = fi->priv;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+    /* FIXME: remove this timer when RAU has it's own fsm */</span><br><span style="color: hsl(120, 100%, 40%);">+  if (ctx->T == 3350 && osmo_timer_pending(&ctx->timer))</span><br><span style="color: hsl(120, 100%, 40%);">+              osmo_timer_del(&ctx->timer);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>        if (ctx->gb.llme) {</span><br><span>               gprs_llgmm_unassign(ctx->gb.llme);</span><br><span>                ctx->gb.llme = NULL;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/15486">change 15486</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/+/15486"/><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: Ibdd913173af11d0e6d04aa392e047d5d9aee1243 </div>
<div style="display:none"> Gerrit-Change-Number: 15486 </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>