Skip to content
Failed

#22434 (Jul 28, 2026, 9:41:45 AM)

Started 2 hr 22 min ago
Took 2 min 29 sec on build4-deb12build-ansible

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

This run spent:

  • 2 min 53 sec waiting;
  • 2 min 29 sec build duration;
  • 5 min 22 sec total from scheduled to completion.
Revision: 1b3b00ff80ee3f7779a54884613bf98c9c099c7f
Repository: $GERRIT_REPO_URL
  • master
Transceiver52M: implement TRXDv2 support

TRXDv2 was proposed and implemented in osmo-bts a while ago, but
osmo-trx was still stuck at TRXDv1.  This patch implements TRXDv2
and UL/DL burst batching using libosmo-trx API.

DL: driveTxPriorityQueue() now loops over osmo_trxd_burst_req_parse()
to handle datagrams potentially containing multiple batched BURST.req,
dispatching each via the new handleBurstReq().

UL: accumulate BURST.ind PDUs for the same FN into one msgb per channel
and flush as a single datagram once the next frame's PDU arrives or
the channel stops;  TRXDv0/v1 channels keep sending one PDU per
datagram via sendBurstInd().  Batching is unconditional for now;
making it configurable is left as a follow-up.

Change-Id: Ie6a33e3980b3ca4ab05a3d4221d5a8ba0132233d
Related: OS#5283
Vadim Yanitskiy at