<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10390">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sgsn: fix TC_attach_check_complete_resend<br><br>TC_attach_check_complete_resend tests if the SGSN sends out the SGSN<br>Attach Accept multiple times. If the MS disappear,<br>there is no need for a ATTACH REJECT.<br><br>Change-Id: I3fa5c100b8389e184acf1e71e2792e5474c22dec<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/90/10390/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 dcfefaf..43c297e 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -1793,13 +1793,16 @@</span><br><span>  f_send_llc(ts_GMM_ATTACH_REQ(f_mi_get_lv(), f_random_RAI(), true, false, omit, omit));</span><br><span>       f_gmm_auth();</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+     timer T := 10.0;</span><br><span style="color: hsl(120, 100%, 40%);">+      T.start;</span><br><span>     alt {</span><br><span style="color: hsl(0, 100%, 40%);">-           [] BSSGP[0].receive(tr_BD_L3_MT(tr_GMM_ATTACH_REJECT(?))) {</span><br><span style="color: hsl(120, 100%, 40%);">+           [] T.timeout {</span><br><span>                       /* break */</span><br><span>          }</span><br><span>            [] BSSGP[0].receive(tr_BD_L3_MT(tr_GMM_ATTACH_ACCEPT(*, *, *))) {</span><br><span>                    /* ignore */</span><br><span>                         count_req := count_req + 1;</span><br><span style="color: hsl(120, 100%, 40%);">+                   T.start;</span><br><span>                     repeat;</span><br><span>              }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10390">change 10390</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/10390"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3fa5c100b8389e184acf1e71e2792e5474c22dec </div>
<div style="display:none"> Gerrit-Change-Number: 10390 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>