Skip to content
Success

#21452 (Apr 6, 2026, 2:49:11 PM)

Started 1 day 1 hr ago
Took 3 min 6 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bsc build number 1736
originally caused by:

This run spent:

  • 5 min 21 sec waiting;
  • 3 min 6 sec build duration;
  • 8 min 28 sec total from scheduled to completion.
Revision: 42aa5ac952e686a72d7320641ea6fd54b8aec3f8
Repository: $GERRIT_REPO_URL
  • master
lchan_fsm: don't mark lchan as BORKEN on unsupported mode NACK

When the BTS NACKs a Channel Activation with RSL_ERR_SERV_OPT_UNAVAIL
or RSL_ERR_SERV_OPT_UNIMPL, it means the requested service or channel
mode is not supported - not that the hardware is broken.  In this
case the lchan should transition to LCHAN_ST_WAIT_AFTER_ERROR rather
than LCHAN_ST_BORKEN, which is reserved for genuine hardware failures.

Also add LCHAN_EV_RTP_ERROR to LCHAN_ST_WAIT_AFTER_ERROR's in_event_mask
so that a late LCHAN_EV_RTP_ERROR (e.g. MGCP CRCX timeout arriving after
the NACK was already handled) is silently absorbed rather than triggering
an unexpected-event warning.

Change-Id: Ide3830a697501a0c245a41451302f1e68d553b3c
Related: osmo-ttcn3-hacks.git I000b7b44749380c5af4da42abe37b4ada6e06ee4
Related: OS#6324
Vadim Yanitskiy at