pespin has uploaded this change for review.
sgsn: Adapt testsuite to new OsmoCNI 202512 release
Change-Id: Icbb627831df236048e5f97617ff2ed6fc96d9cdf
---
M sgsn/SGSN_Tests_Iu.ttcn
1 file changed, 1 insertion(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/41574/1
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() );
}
To view, visit change 41574. To unsubscribe, or for help writing mail filters, visit settings.