pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41574?usp=email )
Change subject: sgsn: Adapt testsuite to new OsmoCNI 202512 release ......................................................................
sgsn: Adapt testsuite to new OsmoCNI 202512 release
Change-Id: Icbb627831df236048e5f97617ff2ed6fc96d9cdf --- M sgsn/SGSN_Tests_Iu.ttcn 1 file changed, 1 insertion(+), 7 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/sgsn/SGSN_Tests_Iu.ttcn b/sgsn/SGSN_Tests_Iu.ttcn index 3400f43..aa4af49 100644 --- a/sgsn/SGSN_Tests_Iu.ttcn +++ b/sgsn/SGSN_Tests_Iu.ttcn @@ -494,13 +494,7 @@ execute( TC_attach_pdp_act_pmm_idle() ); execute( TC_pmm_idle_rx_mt_data() ); execute( TC_update_ctx_err_ind_from_ggsn() ); - - /* This "nightly" if can be removed once libosmo-sigtran (osmo-stp) > 2.1.0 is released. - * Currently released osmo-stp 2.1.0 ends up in in broken AS-ACTIVE+ASP-DOWN state when - * restarting the ASP after exiting the related asp node through VTY: */ - if (Misc_Helpers.f_osmo_repo_is("nightly")) { - execute( TC_stat_rnc_sctp_disconnected() ); - } + execute( TC_stat_rnc_sctp_disconnected() ); }