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
Review at https://gerrit.osmocom.org/6134
msc: Enable all test cases in control section
Change-Id: Idc8c88de1b55d1f7e1e19be1b218edaebd7d767b
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/34/6134/1
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: newchange
Gerrit-Change-Id: Idc8c88de1b55d1f7e1e19be1b218edaebd7d767b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>