Attention is currently required from: daniel, fixeria, laforge, osmith.
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39650?usp=email )
Change subject: Fix setting traffic-mode 'round-robin' over VTY
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
@laforge@gnumonks.org I don't even get why we have the "round-robin" traffic
mode (OSMO_SS7_AS_TMOD_ROUNDROBIN), it doesn't even show up in RFC4666, so it cannot
be requested over the wire....
I think this ended up as a confusion. The "round-robin" thing afaiu is actually
one of the possible implementations of the "loadshare" traffic mode.
Hence, imho we should:
1- remove the OSMO_SS7_AS_TMOD_ROUNDROBIN field and remove it from
"traffic-mode" VTY command too.
2- Add a new "enum osmo_ss7_as_traffic_loadshare_impl" where we have enum fields
"SLS" and "ROUNDROBIN", and then in the vty command
"loadshare" (see
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39408/6/src/osmo_ss7_vty.c, following Cisco
ITP) add a new "traffic-mode loadshare round-robin" (also as specified in Cisco
ITP).
So basically, rounrobin vs SLS distributon are options of the "loadshare"
traffic mode.
I plan to provide those patches on top of the ASP loadsharing patchset unless somebody has
any other opinion.
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/39650?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: I61340549c596f1c04bc2269dbc165c327bf72037
Gerrit-Change-Number: 39650
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 28 Feb 2025 19:23:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No