Skip to content
Success

#22069 (May 27, 2026, 7:11:56 PM)

Started 1 day 2 hr ago
Took 9 min 34 sec on build4-deb12build-ansible

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

This run spent:

  • 5.6 sec waiting;
  • 9 min 34 sec build duration;
  • 9 min 39 sec total from scheduled to completion.
Revision: 4fb888823c28f1081525691b8290883bc590b1b5
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 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
lynxis at