Attention is currently required from: laforge, lynxis lazus, pespin.
Hello Jenkins Builder, daniel, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42760?usp=email
to look at the new patch set (#8).
Change subject: tcap loadshare: allow to define the fallback mechanism for unroutable TCAP messages ......................................................................
tcap loadshare: allow to define the fallback mechanism for unroutable TCAP messages
When a TCAP Continue/End/Abort message is received, but no TCAP session entry can be found and no valid TCAP range is available for the dtid, the message can be either:
- rejected by returning an error with udts - routed by round robin to all available ASP of this AS
To define the behaviour, a new vty option is introduced: ``` tcap-unroutable-sessions (reject-udts | load-share-over-as) ``` Defaults to reject-udts.
Related: SYS#5432 Change-Id: Ic1c876da30b05065a476d3a7c1bbf0680adf55bd --- M src/ss7_as.c M src/ss7_as.h M src/ss7_as_vty.c M src/tcap_as_loadshare.c M tests/vty/osmo_stp_test_tcap.vty 5 files changed, 72 insertions(+), 19 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/60/42760/8