msc: Ensure all MO call related tests are in control section

Change-Id: Id836b695d9ac1bc8135af95be2b90b5a3e29fd34
This commit is contained in:
Harald Welte 2018-01-26 22:53:36 +01:00
parent 946a5387b9
commit 1852a84a70
1 changed files with 6 additions and 0 deletions

View File

@ -1222,6 +1222,8 @@ private function f_tc_mo_crcx_ran_timeout(charstring id, BSC_ConnHdlrPars pars)
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 @@ control {
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() );
}