<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12681">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MSC_Tests: individual IMSI for TC_lu_and_mt_sms_paging_and_nothing<br><br>The testcase TC_lu_and_mt_sms_paging_and_nothing is currently using an<br>IMSI that ends on 43. The same IMSI is used by TC_mo_cc_bssmap_clear as<br>well. Since TC_lu_and_mt_sms_paging_and_nothing is running before<br>TC_mo_cc_bssmap_clear, the re-use of the IMSI triggers the MSC to<br>continue the paging procedure. The MSC then eventually tries to deliver<br>the SMS from TC_lu_and_mt_sms_paging_and_nothing. This will disturb the<br>execution of TC_mo_cc_bssmap_clear, which then fails.<br><br>Lets make sure that TC_lu_and_mt_sms_paging_and_nothing uses an<br>individual IMSI that is never used again throught the execution of the<br>testsuite.<br><br>Change-Id: I66f8310981078dd032c47fcc97810944cf0c856f<br>Related: OS#3762<br>---<br>M msc/MSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 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/81/12681/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 b72c580..a8f37bd 100644</span><br><span>--- a/msc/MSC_Tests.ttcn</span><br><span>+++ b/msc/MSC_Tests.ttcn</span><br><span>@@ -2071,7 +2071,7 @@</span><br><span>    var BSC_ConnHdlrPars pars;</span><br><span>   var BSC_ConnHdlr vc_conn;</span><br><span>    f_init();</span><br><span style="color: hsl(0, 100%, 40%);">-       pars := f_init_pars(43);</span><br><span style="color: hsl(120, 100%, 40%);">+      pars := f_init_pars(1843);</span><br><span>   vc_conn := f_start_handler_with_pars(refers(f_tc_lu_and_mt_sms_paging_and_nothing), pars);</span><br><span>   f_sleep(2.0);</span><br><span>        f_vty_sms_send(hex2str(pars.imsi), "2342", "Hello SMS");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12681">change 12681</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/12681"/><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: I66f8310981078dd032c47fcc97810944cf0c856f </div>
<div style="display:none"> Gerrit-Change-Number: 12681 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>