fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40938?usp=email )
Change subject: msc: also execute evil USSD tests for -latest
......................................................................
msc: also execute evil USSD tests for -latest
osmo-msc v1.14.0 is out, so we can safely execute these tests.
Change-Id: Ia603bcf434a4092c5fc347300b755be92820ed3e
---
M msc/MSC_Tests.ttcn
1 file changed, 2 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/38/40938/1
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 675fc55..47b2c5e 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -7920,11 +7920,8 @@
execute( TC_proc_ss_for_unknown_session() );
execute( TC_proc_ss_paging_fail() );
execute( TC_proc_ss_abort() );
-
- if (Misc_Helpers.f_osmo_repo_is("nightly")) {
- execute( TC_lu_and_ussd_notify_during_mt_call() ); /* XXX: crashes osmo-msc */
- execute( TC_mo_ussd_evil_ms() ); /* XXX: crashes osmo-msc */
- }
+ execute( TC_lu_and_ussd_notify_during_mt_call() );
+ execute( TC_mo_ussd_evil_ms() );
execute( TC_multi_lu_and_mo_ussd() );
execute( TC_multi_lu_and_mt_ussd() );
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40938?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia603bcf434a4092c5fc347300b755be92820ed3e
Gerrit-Change-Number: 40938
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>