Skip to content

Changes

Started by upstream project gerrit-osmo-trx #633
Started 5 hr 15 min ago
Queued 5 sec
Took 2 min 51 sec on build5-deb12build-ansible
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