Skip to content
Success

#22427 (Jul 28, 2026, 9:39:01 AM)

Started 8 hr 55 min ago
Took 2 min 43 sec on build4-deb12build-ansible

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

This run spent:

  • 9.2 sec waiting;
  • 2 min 43 sec build duration;
  • 2 min 52 sec total from scheduled to completion.
Revision: 4a0ea28f4b5a698afe008679b7bf431fb910b041
Repository: $GERRIT_REPO_URL
  • master
libosmo-trx/trxc: enlarge the params buffer

The SETFH command (implemented by trxcon and fake_trx) carries the
whole Mobile Allocation as pairs of Rx/Tx frequencies in kHz:

  CMD SETFH <HSN> <MAIO> <RXF1> <TXF1> [... <RXFN> <TXFN>]

With up to 64 ARFCNs in the Mobile Allocation, the parameters string
alone can exceed 1000 characters, far beyond the old 128 byte limit.

Derive OSMO_TRXC_PARAMS_LEN_MAX from OSMO_TRXC_MSG_BUF_SIZE, so that
any message ("RSP " + verb + status + params) still fits the
recommended socket buffer size.  Also add the OSMO_TRXC_CMD_SETFH
verb constant and a regression test doing a round-trip of a maximum
size SETFH command (64 ARFCNs).

Change-Id: I2f65b213f5ada499eea4abae87d3727057e03e22
Vadim Yanitskiy at