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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: fix TC_reassignment_fr for SCCPlite test suite<br><br>In SCCPlite, there is only one DLCX. Turns out the DLCX doesn't have to<br>be part of the interlave, just call f_expect_dlcx_conns() which takes<br>care of AoIP vs SCCPlite expectations.<br><br>Related: SYS#4895<br>Change-Id: Id8931185dfa9f229ca7af033a97cabd040db0c2a<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 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 8eff58f..7183f54 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -9574,8 +9574,6 @@</span><br><span>        var BssmapCause cause := 0;</span><br><span>  BSSAP.send(ts_BSSMAP_ClearCommand(cause));</span><br><span>   interleave {</span><br><span style="color: hsl(0, 100%, 40%);">-    [] MGCP.receive(tr_DLCX) {}</span><br><span style="color: hsl(0, 100%, 40%);">-     [] MGCP.receive(tr_DLCX) {}</span><br><span>  [] RSL.receive(tr_RSL_DATA_REQ(g_chan_nr, ?, decmatch tr_RRM_RR_RELEASE)) {}</span><br><span>         [] RSL.receive(tr_RSL_DEACT_SACCH(g_chan_nr)) {}</span><br><span>     [] RSL.receive(tr_RSL_RF_CHAN_REL(g_chan_nr)) {</span><br><span>@@ -9586,6 +9584,7 @@</span><br><span>                      BSSAP.send(RAN_Conn_Prim:MSC_CONN_PRIM_DISC_REQ);</span><br><span>            }</span><br><span>    }</span><br><span style="color: hsl(120, 100%, 40%);">+     f_expect_dlcx_conns();</span><br><span> </span><br><span>   f_sleep(0.5);</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25568">change 25568</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/+/25568"/><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: Id8931185dfa9f229ca7af033a97cabd040db0c2a </div>
<div style="display:none"> Gerrit-Change-Number: 25568 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>