Skip to content
Success

#29435 (Aug 3, 2026, 10:03:59 PM)

Started 11 hr ago
Took 3.7 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-trx build number 623
originally caused by:

This run spent:

  • 15 min waiting;
  • 3.7 sec build duration;
  • 15 min total from scheduled to completion.
Revision: 09d60c74a2252a0d8b21a456880a5cd5790f07b4
Repository: $GERRIT_REPO_URL
  • master
libosmo-trx/client: add optional limit for retransmissions

The client used to retransmit an unacknowledged command forever, like
osmo-bts-trx does.  trxcon, however, gives up after 3 retransmission
attempts, concluding that the transceiver is offline.  Add a new API
function osmo_trxc_client_set_max_retrans() enabling this behavior:
once a command has been retransmitted the given number of times
without a response, the client escalates to the fatal_error call-back
(with rsp == NULL) and freezes the command queue.  The default (0)
retains the old behavior (no limit).

This is a preparation for porting trxcon to libosmo-trx.

Change-Id: Ib90a032b38c69ae26023e726992d3f5f7e502fcf
Vadim Yanitskiy at