[MERGED] osmo-ttcn3-hacks[master]: MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete t...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 15 17:15:38 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete to release
......................................................................


MSC_Tests.f_tc_mo_crcx_ran_reject(): Send release complete to release

Change-Id: I8a19541f3276b994ed34a1d3f9920010660a2ddd
---
M msc/MSC_Tests.ttcn
1 file changed, 7 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index a8d9022..0b3c6d5 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -1204,7 +1204,13 @@
 		BSSAP.receive(BSSAP_Conn_Prim:MSC_CONN_PRIM_DISC_IND);
 		setverdict(pass);
 		}
-	[] BSSAP.receive { repeat; }
+	[] BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_CC_RELEASE(cpars.transaction_id))) {
+		BSSAP.send(ts_PDU_DTAP_MO(ts_ML3_MO_CC_REL_COMPL(cpars.transaction_id)));
+		repeat;
+		}
+	[] BSSAP.receive {
+		repeat;
+		}
 	[] MNCC.receive { repeat; }
 	[] GSUP.receive { repeat; }
 	[] MGCP.receive(tr_DLCX(?)) -> value mgcp_cmd {

-- 
To view, visit https://gerrit.osmocom.org/6491
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a19541f3276b994ed34a1d3f9920010660a2ddd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list