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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSC_Tests: fix TC_chan_act_ack_noest_emerg<br><br>The testcase TC_chan_act_ack_noest_emerg tests if an emergency causes a<br>channel assignment. This can only work if emergency calls are allowed,<br>but the testcase does not make sure that this actually is the case.<br><br>Related: OS#4548<br>Change-Id: I0ddac0ba8ed4afe993d566dcbea87cdc62ed9fe4<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index 799d6a1..e556b48 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -999,8 +999,6 @@</span><br><span> private function f_TC_chan_act_ack_noest(OCT1 ra := '23'O) runs on test_CT {</span><br><span>         var RSL_Message rx_rsl;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     f_init(1);</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>   /* Send CHAN RQD and wait for allocation; acknowledge it */</span><br><span>  var RslChannelNr chan_nr := f_chreq_act_ack(ra);</span><br><span> </span><br><span>@@ -1012,12 +1010,15 @@</span><br><span> </span><br><span> /* Normal variant */</span><br><span> testcase TC_chan_act_ack_noest() runs on test_CT {</span><br><span style="color: hsl(120, 100%, 40%);">+       f_init(1);</span><br><span>   f_TC_chan_act_ack_noest();</span><br><span> }</span><br><span> </span><br><span> /* Emergency call variant */</span><br><span> testcase TC_chan_act_ack_noest_emerg() runs on test_CT {</span><br><span>      /* See also: 3GPP TS 04.08, Table 9.9, ra=101xxxxx */</span><br><span style="color: hsl(120, 100%, 40%);">+         f_init(1);</span><br><span style="color: hsl(120, 100%, 40%);">+    f_vty_allow_emerg_bts(true, 0);</span><br><span>      f_TC_chan_act_ack_noest(ra := 'A5'O);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19578">change 19578</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/+/19578"/><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: I0ddac0ba8ed4afe993d566dcbea87cdc62ed9fe4 </div>
<div style="display:none"> Gerrit-Change-Number: 19578 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>