[PATCH] osmo-ttcn3-hacks[master]: msc: Ensure all MO call related tests are in control section

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
Fri Jan 26 21:54:19 UTC 2018


Review at  https://gerrit.osmocom.org/6118

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/18/6118/1

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: newchange
Gerrit-Change-Id: Id836b695d9ac1bc8135af95be2b90b5a3e29fd34
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list