Harald Welte has submitted this change and it was merged.
Change subject: msc: Ensure all MO call related tests are in control section
......................................................................
msc: Ensure all MO call related tests are in control section
Change-Id: Id836b695d9ac1bc8135af95be2b90b5a3e29fd34
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/msc_tests/MSC_Tests.ttcn b/msc_tests/MSC_Tests.ttcn
index 9e01fd5..43ae760 100644
--- a/msc_tests/MSC_Tests.ttcn
+++ b/msc_tests/MSC_Tests.ttcn
@@ -1222,6 +1222,8 @@
BSSAP.receive(tr_PDU_DTAP_MT(tr_ML3_MT_CC_CALL_PROC(cpars.transaction_id)));
MGCP.receive(tr_CRCX) -> value mgcp_cmd;
+ cpars.mgcp_call_id := f_MgcpCmd_extract_call_id(mgcp_cmd);
+ cpars.mgcp_ep := mgcp_cmd.line.ep;
/* never respond to this */
timer T := 30.0;
@@ -1350,6 +1352,10 @@
execute( TC_lu_imsi_auth_tmsi_encr_13_13() );
execute( TC_cl3_no_payload() );
execute( TC_cl3_rnd_payload() );
+ execute( TC_establish_and_nothing() );
+ execute( TC_mo_setup_and_nothing() );
+ execute( TC_mo_crcx_ran_timeout() );
+ execute( TC_mo_crcx_ran_reject() );
}
--
To view, visit https://gerrit.osmocom.org/6118
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id836b695d9ac1bc8135af95be2b90b5a3e29fd34
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder