<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16442">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hlr: Don't attempt to find AUTN in 2G-only tuple<br><br>In Change-Id I40c6cf7e28ad9331e6c27fe7acafa3f9e277eedf we introduced<br>a patch that verifies the AMF separation bit for 3G/3G vs 4G<br>authentication.  However, the test ignored the fact that AUTN cannot<br>be present in pure 2G tuples.<br><br>This makes TC_gsup_sai pass again.<br><br>Change-Id: I9b61e62a58b583461dd5e67dd12119be282cae21<br>---<br>M hlr/HLR_Tests.ttcn<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/hlr/HLR_Tests.ttcn b/hlr/HLR_Tests.ttcn</span><br><span>index 8a96d7f..50109a6 100644</span><br><span>--- a/hlr/HLR_Tests.ttcn</span><br><span>+++ b/hlr/HLR_Tests.ttcn</span><br><span>@@ -711,7 +711,9 @@</span><br><span> private function f_TC_gsup_sai() runs on HLR_ConnHdlr {</span><br><span>      var GSUP_PDU res;</span><br><span>    res := f_perform_SAI(g_pars.sub.imsi);</span><br><span style="color: hsl(0, 100%, 40%);">-  f_ensure_amf_separation_bit(res, '0'B);</span><br><span style="color: hsl(120, 100%, 40%);">+       if (ispresent(g_pars.sub.aud3g)) {</span><br><span style="color: hsl(120, 100%, 40%);">+            f_ensure_amf_separation_bit(res, '0'B);</span><br><span style="color: hsl(120, 100%, 40%);">+       }</span><br><span>    /* TODO: match if tuple[s] matches expectation */</span><br><span>    setverdict(pass);</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16442">change 16442</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/+/16442"/><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: I9b61e62a58b583461dd5e67dd12119be282cae21 </div>
<div style="display:none"> Gerrit-Change-Number: 16442 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>