pespin has uploaded this change for review.

View Change

hnbgw: Adapt testsuite to new OsmoCNI 202512 release

Change-Id: Icf06dab1793418ad99fc340f8a0ea640970fe089
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 1 insertion(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/41571/1
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() );

To view, visit change 41571. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icf06dab1793418ad99fc340f8a0ea640970fe089
Gerrit-Change-Number: 41571
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>