<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11021">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_sgsn.h: fix wrong type of re-attempts<br><br>The GMM ctx->gmm_att_req.auth_reattempt is used to track<br>multiple UTMS re-sync attempt of a MS.<br><br>Change-Id: I708226cec9e131dcda4234f42ed3689f4f6750e8<br>Fixes: f7198d7dbb84 ("gprs_gmm: introduce a GMM Attach Request FSM")<br>Fixes: OS#3556<br>---<br>M include/osmocom/sgsn/gprs_sgsn.h<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-sgsn refs/changes/21/11021/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h</span><br><span>index a5ca959..f745685 100644</span><br><span>--- a/include/osmocom/sgsn/gprs_sgsn.h</span><br><span>+++ b/include/osmocom/sgsn/gprs_sgsn.h</span><br><span>@@ -176,7 +176,7 @@</span><br><span>              * the fsm needs to compare it against old to decide what to do */</span><br><span>           struct msgb *attach_req;</span><br><span>             uint32_t id_type;</span><br><span style="color: hsl(0, 100%, 40%);">-               bool auth_reattempt;</span><br><span style="color: hsl(120, 100%, 40%);">+          int auth_reattempt; /* tracking UMTS resync auth attempts */</span><br><span>         } gmm_att_req;</span><br><span>       /* VLR number */</span><br><span>     uint32_t                new_sgsn_addr;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11021">change 11021</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/11021"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I708226cec9e131dcda4234f42ed3689f4f6750e8 </div>
<div style="display:none"> Gerrit-Change-Number: 11021 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>