<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16299">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc: fix 2 Iu tests: use f_mm_common() instead of f_mm_auth()<br><br>Fix these tests by using f_mm_common(), which takes care of Iu auth+ciph:<br>TC_iu_lu_imsi_reject<br>TC_iu_lu_imsi_timeout_gsup<br><br>Change-Id: Id2bf160ac4e1cad4770202c6a6f1b8eeeee21d68<br>---<br>M msc/MSC_Tests.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<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/99/16299/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn</span><br><span>index 1b28b19..1a16dbf 100644</span><br><span>--- a/msc/MSC_Tests.ttcn</span><br><span>+++ b/msc/MSC_Tests.ttcn</span><br><span>@@ -486,7 +486,7 @@</span><br><span> </span><br><span>     f_create_gsup_expect(hex2str(g_pars.imsi));</span><br><span>  f_cl3_or_initial_ue(l3_lu);</span><br><span style="color: hsl(0, 100%, 40%);">-     f_mm_auth();</span><br><span style="color: hsl(120, 100%, 40%);">+  f_mm_common();</span><br><span>       GSUP.receive(tr_GSUP_UL_REQ(g_pars.imsi));</span><br><span>   GSUP.send(ts_GSUP_UL_ERR(g_pars.imsi, 23));</span><br><span>  alt {</span><br><span>@@ -516,7 +516,7 @@</span><br><span> </span><br><span>      f_create_gsup_expect(hex2str(g_pars.imsi));</span><br><span>  f_cl3_or_initial_ue(l3_lu);</span><br><span style="color: hsl(0, 100%, 40%);">-     f_mm_auth();</span><br><span style="color: hsl(120, 100%, 40%);">+  f_mm_common();</span><br><span>       GSUP.receive(tr_GSUP_UL_REQ(g_pars.imsi));</span><br><span>   /* Normally the HLR would need to respond here, but we decide to force a timeout here */</span><br><span>     alt {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16299">change 16299</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/+/16299"/><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: Id2bf160ac4e1cad4770202c6a6f1b8eeeee21d68 </div>
<div style="display:none"> Gerrit-Change-Number: 16299 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>