<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9253">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gprs_subscriber: gsup_auth_error: reject MS in all cases<br><br>There is no way to recover from "PROTOCOL_ERRORS".<br>As long the error_cause is not set, the<br>SGSN won't send out a GMM Request Reject.<br><br>Fixes: TTCN: SGGN_Tests.TC_attach_auth_sai_reject<br>Change-Id: Iefe8f05686ef4acac721f3c0672910704f3b0ff8<br>---<br>M src/gprs/gprs_subscriber.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs/gprs_subscriber.c b/src/gprs/gprs_subscriber.c</span><br><span>index bebdb1e..1bebc65 100644</span><br><span>--- a/src/gprs/gprs_subscriber.c</span><br><span>+++ b/src/gprs/gprs_subscriber.c</span><br><span>@@ -502,6 +502,7 @@</span><br><span>                   "GSUP protocol remote error, GMM cause = '%s' (%d)\n",</span><br><span>                     get_value_string(gsm48_gmm_cause_names, gsup_msg->cause),</span><br><span>                         gsup_msg->cause);</span><br><span style="color: hsl(120, 100%, 40%);">+          sdata->error_cause = gsup_msg->cause;</span><br><span>          break;</span><br><span>       }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9253">change 9253</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/9253"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Iefe8f05686ef4acac721f3c0672910704f3b0ff8 </div>
<div style="display:none"> Gerrit-Change-Number: 9253 </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-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>