From 40a45d143f82b7087354b22e04b6a3e2a0d55064 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 23 Sep 2021 22:57:12 +0200 Subject: [PATCH] bsc: fix TC_reassignment_fr for SCCPlite test suite In SCCPlite, there is only one DLCX. Turns out the DLCX doesn't have to be part of the interlave, just call f_expect_dlcx_conns() which takes care of AoIP vs SCCPlite expectations. Related: SYS#4895 Change-Id: Id8931185dfa9f229ca7af033a97cabd040db0c2a --- bsc/BSC_Tests.ttcn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 8eff58fdf..7183f5462 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -9574,8 +9574,6 @@ private function f_TC_reassignment_codec(charstring id) runs on MSC_ConnHdlr { var BssmapCause cause := 0; BSSAP.send(ts_BSSMAP_ClearCommand(cause)); interleave { - [] MGCP.receive(tr_DLCX) {} - [] MGCP.receive(tr_DLCX) {} [] RSL.receive(tr_RSL_DATA_REQ(g_chan_nr, ?, decmatch tr_RRM_RR_RELEASE)) {} [] RSL.receive(tr_RSL_DEACT_SACCH(g_chan_nr)) {} [] RSL.receive(tr_RSL_RF_CHAN_REL(g_chan_nr)) { @@ -9586,6 +9584,7 @@ private function f_TC_reassignment_codec(charstring id) runs on MSC_ConnHdlr { BSSAP.send(RAN_Conn_Prim:MSC_CONN_PRIM_DISC_REQ); } } + f_expect_dlcx_conns(); f_sleep(0.5); }