Skip to content
Failed

#28519 (May 22, 2026, 1:01:16 PM)

Started 2 days 19 hr ago
Took 3.3 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmo-sigtran build number 1007
originally caused by:

This run spent:

  • 2 min 10 sec waiting;
  • 3.3 sec build duration;
  • 2 min 13 sec total from scheduled to completion.
Revision: 9dc3e3fe11ea7110e03612596b665193d52e1319
Repository: $GERRIT_REPO_URL
  • master
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 UTDS
- 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-utds | load-share-over-as)
```
Defaults to reject-utds.

Related: SYS#5432
Change-Id: Ic1c876da30b05065a476d3a7c1bbf0680adf55bd
lynxis at