pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40552?usp=email )
(
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: combined_linkset: Improve comment explaining ordering
......................................................................
combined_linkset: Improve comment explaining ordering
Change-Id: I0d148e11bf4d33ecdc5c99a5fb887a74c666eb52
---
M src/ss7_combined_linkset.c
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/ss7_combined_linkset.c b/src/ss7_combined_linkset.c
index 6f4f506..eb19b85 100644
--- a/src/ss7_combined_linkset.c
+++ b/src/ss7_combined_linkset.c
@@ -73,7 +73,8 @@
* insert the route in the ordered list of routes. The list is sorted by
* mask length, so that the more specific (longer mask) routes are
* first, while the less specific routes with shorter masks are last.
- * Within the same mask length, the routes are ordered by priority.
+ * Within the same mask length, the routes are ordered by priority
+ * (where lower value means higher prio).
* Hence, the first matching route in a linear iteration is the most
* specific match.
*/
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40552?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I0d148e11bf4d33ecdc5c99a5fb887a74c666eb52
Gerrit-Change-Number: 40552
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40549?usp=email )
Change subject: xua_asp_fsm: Drop code branch never called in xUA ASP
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40549?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ic0b8b4fbe31ab2e5206a4f4c7907868f20d2ef10
Gerrit-Change-Number: 40549
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Jul 2025 13:30:16 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge, pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email )
Change subject: bsc: generic: Introduce test TC_stat_msc_sctp_disconnected
......................................................................
Patch Set 4: Code-Review+1
(3 comments)
File bsc/BSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/5ad9a2fb_4efa… :
PS3, Line 3275: ianctive
> inactive
Done
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/ace969da_1473… :
PS3, Line 3321: f_logp(BSCVTY, "Restarting msc0");
> I guess the restart happens implicitly after f_bssap_idx_disconnect(0), but just to be sure: is ther […]
Done
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/7908b899_cfe9… :
PS3, Line 3325: f_ctrl_get_exp(IPA_CTRL, "stat_item.last.bsc.0.num_msc:connected", int2str(1));
> Maybe use f_ctrl_exp_trap here too, so we don't need to wait the full 10s?
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I028a16e2742ff0c58bf3b51ee1233ccf947a5a6a
Gerrit-Change-Number: 40486
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Jul 2025 12:21:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Attention is currently required from: laforge, pespin.
Hello Jenkins Builder, laforge, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: bsc: generic: Introduce test TC_stat_msc_sctp_disconnected
......................................................................
bsc: generic: Introduce test TC_stat_msc_sctp_disconnected
Take the chance to properly configure all ASP/AS data statically, in
order to be able to access them through VTY as well as have the setup
properly documented in the config files.
Change-Id: I028a16e2742ff0c58bf3b51ee1233ccf947a5a6a
Related: OS#5917
Related: SYS#7501
---
M bsc/BSC_Tests.default
M bsc/BSC_Tests.ttcn
M bsc/BSC_Tests_SCCPlite.cfg
M bsc/expected-results.xml
M bsc/osmo-bsc-sccplite.cfg
M bsc/osmo-bsc.cfg
M bsc/osmo-stp.cfg
7 files changed, 147 insertions(+), 16 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/86/40486/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I028a16e2742ff0c58bf3b51ee1233ccf947a5a6a
Gerrit-Change-Number: 40486
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: laforge, pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email )
Change subject: bsc: generic: Introduce test TC_stat_msc_sctp_disconnected
......................................................................
Patch Set 3:
(3 comments)
File bsc/BSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/240f7850_8d9d… :
PS3, Line 3275: ianctive
inactive
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/cf8c90d6_8e03… :
PS3, Line 3321: f_logp(BSCVTY, "Restarting msc0");
I guess the restart happens implicitly after f_bssap_idx_disconnect(0), but just to be sure: is there something missing here?
Maybe this makes it more obvious?
```suggestion
f_logp(BSCVTY, "Waiting for msc0 restart");
```
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486/comment/a5916ca0_ad65… :
PS3, Line 3325: f_ctrl_get_exp(IPA_CTRL, "stat_item.last.bsc.0.num_msc:connected", int2str(1));
Maybe use f_ctrl_exp_trap here too, so we don't need to wait the full 10s?
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40486?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I028a16e2742ff0c58bf3b51ee1233ccf947a5a6a
Gerrit-Change-Number: 40486
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 02 Jul 2025 06:35:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No