<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14755">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc: fix TC_lu_by_imei<br><br>Explicitly state the kind of ID request we want to ignore in the<br>TC_lu_by_imei test. This prevents the following dynamic test case error:<br><br>Performing a valueof or send operation on a non-specific template of enumerated type @L3_Templates.CmIdentityType.<br><br>This is fine for the test case in question. However I am not sure how<br>it would be possible to check for tr_PDU_DTAP_MT(tr_ML3_MT_MM_ID_Req(?)<br>with the CmIdentityType enum that we have now. If this becomes a problem<br>in the future, we might need to revert that commit and simply not use an<br>enum for the Identity Type.<br><br>Fixes: 328984591372ad5abf51655a51d45d880bfed182 ("L3_Templates: add enum CmIdentityType")<br>Change-Id: Ie7fbe52ac3c0c8f233680dcc311febec77d2ed0b<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/55/14755/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 6f9eecd..f21002d 100644</span><br><span>--- a/msc/MSC_Tests.ttcn</span><br><span>+++ b/msc/MSC_Tests.ttcn</span><br><span>@@ -781,10 +781,10 @@</span><br><span>        if (pars.ran_is_geran) {</span><br><span>             BSSAP.send(ts_BSSMAP_ClassmarkUpd(g_pars.cm2, g_pars.cm3));</span><br><span>  }</span><br><span style="color: hsl(0, 100%, 40%);">-       /* wait for LU reject, ignore any ID REQ */</span><br><span style="color: hsl(120, 100%, 40%);">+   /* wait for LU reject, ignore IMSI ID REQ */</span><br><span>         alt {</span><br><span>        [] BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_LU_Rej)) { }</span><br><span style="color: hsl(0, 100%, 40%);">-  [] BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_MM_ID_Req)) { repeat; }</span><br><span style="color: hsl(120, 100%, 40%);">+     [] BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_MM_ID_Req(CM_ID_TYPE_IMSI))) { repeat; }</span><br><span>   }</span><br><span>    /* wait for normal teardown */</span><br><span>       f_expect_clear();</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14755">change 14755</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/+/14755"/><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: Ie7fbe52ac3c0c8f233680dcc311febec77d2ed0b </div>
<div style="display:none"> Gerrit-Change-Number: 14755 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>