Skip to content
Success

#22530 (Aug 3, 2026, 12:23:51 PM)

Started 6 hr 5 min ago
Took 4 min 3 sec on build4-deb12build-ansible

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

This run spent:

  • 8.4 sec waiting;
  • 4 min 3 sec build duration;
  • 4 min 11 sec total from scheduled to completion.
Revision: c4ff5608a65076676748cc8f6a5688a2617a03e6
Repository: $GERRIT_REPO_URL
  • master
asp: Support setting timer xua beat 0 through VTY

Previous VTY configured range for the set of tdefs in timer xua didn't
allow to pass a 0 to it, which "timer xua beat 0" should be able to
accept in order to disable heartbeat procedure on the ASP.
In order to fix it:
* Change VTY range to minimal accepted value to 0 for the whole tdef
  set.
* Make sure the VTY command validates and rejects user trying to set a
  value outside the accepted range of the specific timer.
* Set .min_val=1 in SS7_ASP_XUA_T_ACK, so it can't accept value 0.
  According to spec, T(ack) is always expected to be set, even if the
  resulting timeout may be handled by LM instead of simply
  retransmitting the packet.
* Write vty tests to validate the restrictions are followed properly in
  the VTY.

Related: SYS#8156
Change-Id: Iadd7c6751ab09640fd2df214afa2ec87274a3210
Pau Espin Pedrol at