Skip to content
Success

#29454 (Aug 3, 2026, 10:10:45 PM)

Started 8 hr 28 min ago
Took 2.9 sec on build4-deb12build-ansible

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

This run spent:

  • 6 min 13 sec waiting;
  • 2.9 sec build duration;
  • 6 min 16 sec total from scheduled to completion.
Revision: db450c38495edd7d34d315b811dbdf2a615eb049
Repository: $GERRIT_REPO_URL
  • master
Transceiver52M: use lround() for TRXD rssi rounding

trxd_fill_v0_specific() assigned bi->rssi to v0->rssi via a bare
narrowing double->uint8_t cast, silently truncating towards zero
instead of rounding to nearest. Use lround(), consistent with
the toa/ci rounding fixed in the preceding commit.

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