pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41570?usp=email )
Change subject: bsc: Adapt testsuite to new OsmoCNI 202512 release
......................................................................
bsc: Adapt testsuite to new OsmoCNI 202512 release
Change-Id: I7fdf98683a695482c2db274d6e6acae8be4afb12
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/70/41570/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 56ffdee..db70bd5 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -12718,12 +12718,8 @@
execute( TC_stat_num_bts_connected_1() );
execute( TC_stat_num_bts_connected_2() );
execute( TC_stat_num_bts_connected_3() );
- /* 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_msc_sctp_disconnected() );
- }
+ execute( TC_stat_msc_sctp_disconnected() );
+
execute( TC_ctrl() );
if (mp_bssap_cfg[0].transport == BSSAP_TRANSPORT_SCCPlite) {
execute( TC_ctrl_location() );
@@ -13021,12 +13017,7 @@
execute( TC_emerg_call_and_lcs_loc_req() );
execute( TC_emerg_call_and_lcs_loc_req_early_lchan_rel_ind() );
execute( TC_emerg_call_and_lcs_loc_req_early_lchan_conn_fail()
);
-
- /* Remove "is nightly" check after osmo-bsc > 1.13 is released
- * with Ie8a66f9decf9fff602f7fecfb71a78fab900066f */
- if (Misc_Helpers.f_osmo_repo_is("nightly")) {
- execute( TC_lcs_loc_req_without_smlc() );
- }
+ execute( TC_lcs_loc_req_without_smlc() );
}
execute( TC_no_msc() );
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41570?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7fdf98683a695482c2db274d6e6acae8be4afb12
Gerrit-Change-Number: 41570
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>