pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41571?usp=email )
Change subject: hnbgw: Adapt testsuite to new OsmoCNI 202512 release ......................................................................
hnbgw: Adapt testsuite to new OsmoCNI 202512 release
Change-Id: Icf06dab1793418ad99fc340f8a0ea640970fe089 --- M hnbgw/HNBGW_Tests.ttcn 1 file changed, 1 insertion(+), 6 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index d4df7e2..2a55eb6 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -2767,12 +2767,7 @@ execute(TC_second_rab_assignment()); execute(TC_hnb_reregister_reuse_sctp_assoc());
- /* 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_stp_sctp_disconnected()); - } + execute(TC_stat_stp_sctp_disconnected());
/* Run at the end since it messes with the SCCP config */ execute( TC_apply_sccp() );