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.orgHarald Welte has submitted this change and it was merged.
Change subject: msc: Enable all test cases in control section
......................................................................
msc: Enable all test cases in control section
Change-Id: Idc8c88de1b55d1f7e1e19be1b218edaebd7d767b
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 5 insertions(+), 2 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 fb4248e..9ac715b 100644
--- a/msc_tests/MSC_Tests.ttcn
+++ b/msc_tests/MSC_Tests.ttcn
@@ -1391,11 +1391,12 @@
 
 
 control {
-	execute( TC_cmserv_imsi_unknown() );
 	execute( TC_lu_imsi_noauth_tmsi() );
-	//execute( TC_lu_imsi_noauth_notmsi() );
+	execute( TC_lu_imsi_noauth_notmsi() );
 	execute( TC_lu_imsi_reject() );
 	execute( TC_lu_imsi_timeout_gsup() );
+	execute( TC_lu_imsi_auth_tmsi() );
+	execute( TC_cmserv_imsi_unknown() );
 	execute( TC_lu_and_mo_call() );
 	execute( TC_lu_auth_sai_timeout() );
 	execute( TC_lu_auth_sai_err() );
@@ -1420,6 +1421,8 @@
 	execute( TC_mo_setup_and_nothing() );
 	execute( TC_mo_crcx_ran_timeout() );
 	execute( TC_mo_crcx_ran_reject() );
+	execute( TC_mt_crcx_ran_reject() );
+	execute( TC_mt_t310() );
 }
 
 
-- 
To view, visit https://gerrit.osmocom.org/6134
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idc8c88de1b55d1f7e1e19be1b218edaebd7d767b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder