osmith has uploaded this change for review.
msc: remove <= 1.11.x code path
Change-Id: I865f53ca0e6dd90401f8cabe5c60ad812d91e5bb
---
M msc/MSC_Tests.ttcn
1 file changed, 10 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/28/37628/1
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index a503d20..283ced6 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -7527,11 +7527,7 @@
execute( TC_gsup_mt_sms_rp_mr() );
execute( TC_gsup_mo_mt_sms_rp_mr() );
execute( TC_gsup_mt_multi_part_sms() );
- if (Misc_Helpers.f_osmo_repo_is("nightly")) {
- /* timer X36 is not supported by osmo-msc <= 1.11.1
- * Related: osmo-msc.git Ic519cab55d65e47b2636124427dab1a1d80fab78 */
- execute( TC_gsup_mt_sms_lu_delay() );
- }
+ execute( TC_gsup_mt_sms_lu_delay() );
execute( TC_lu_and_mo_ussd_single_request() );
execute( TC_lu_and_mt_ussd_notification() );
To view, visit change 37628. To unsubscribe, or for help writing mail filters, visit settings.