Skip to content
Success

#29474 (Aug 4, 2026, 5:59:35 PM)

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

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

This run spent:

  • 9 min 18 sec waiting;
  • 3.2 sec build duration;
  • 9 min 21 sec total from scheduled to completion.
Revision: 1b4ff832960d4ce549ab442e213fe26e9a0bab68
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