<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16983">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">SGSN_Tests: Wait for RAU Accept after receiving SecurityModeCmd<br><br>Change-Id: Id89e2c6dae8cbdb5e8dee1c92960dc3346590a95<br>Related: OS#3727<br>---<br>M sgsn/SGSN_Tests.ttcn<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/83/16983/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn</span><br><span>index f070429..eb1fff2 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -677,7 +677,9 @@</span><br><span>  /* update TLLI */</span><br><span>    g_pars.tlli_old := g_pars.tlli;</span><br><span>      g_pars.tlli := g_pars.p_tmsi or4b 'c0000000'O;</span><br><span style="color: hsl(0, 100%, 40%);">-  f_bssgp_client_llgmm_assign(g_pars.tlli_old, g_pars.tlli, BSSGP_PROC[ran_index]);</span><br><span style="color: hsl(120, 100%, 40%);">+     if (is_gb(ran_index)) {</span><br><span style="color: hsl(120, 100%, 40%);">+               f_bssgp_client_llgmm_assign(g_pars.tlli_old, g_pars.tlli, BSSGP_PROC[ran_index]);</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span> }</span><br><span> </span><br><span> function f_process_attach_accept(PDU_GMM_AttachAccept aa) runs on BSSGP_ConnHdlr {</span><br><span>@@ -2407,6 +2409,7 @@</span><br><span>                     var IntegrityProtectionAlgorithm uia_chosen := 0; /* 0 = standard_UMTS_integrity_algorithm_UIA1 */</span><br><span>                   BSSAP.send(ts_RANAP_SecurityModeComplete(uia_chosen));</span><br><span>                       BSSAP.receive(tr_RANAP_CommonId(imsi_hex2oct(g_pars.imsi)))</span><br><span style="color: hsl(120, 100%, 40%);">+                   repeat;</span><br><span>              }</span><br><span>    [is_gb(ran_index)] BSSGP[ran_index].receive { repeat; }</span><br><span>      [is_iu(ran_index)] BSSAP.receive { repeat; }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16983">change 16983</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-ttcn3-hacks/+/16983"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id89e2c6dae8cbdb5e8dee1c92960dc3346590a95 </div>
<div style="display:none"> Gerrit-Change-Number: 16983 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>