laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37628?usp=email )
Change subject: msc: remove <= 1.11.x code path ......................................................................
msc: remove <= 1.11.x code path
Change-Id: I865f53ca0e6dd90401f8cabe5c60ad812d91e5bb --- M msc/MSC_Tests.ttcn 1 file changed, 10 insertions(+), 5 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
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() );