Skip to content
Success

#26754 (Feb 3, 2026, 10:31:58 AM)

Started 20 days ago
Took 2.6 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 3864
originally caused by:

This run spent:

  • 24 sec waiting;
  • 2.6 sec build duration;
  • 27 sec total from scheduled to completion.
Revision: 62b027b73d2bed0e9a5ebbe372541095f6b8d2ac
Repository: $GERRIT_REPO_URL
  • master
bts: f_verify_ramp_up(): fix RxLev / dBm mixup

Comparing RxLev and dBm values is comparing apples to oranges.  It's
just a lucky coincidence that fake_trx is using RF path loss value of
110 dB, which is also the offset between RxLev and dBm.

* Add `mp_rf_path_loss` matching the default value (110 dB) in fake_trx.
* Add `f_bts_max_rx_level_dbm()` calculating the expected Rx power level.
* Apply `rxlev2dbm()` on `l1_dl.dl_info.rx_level` whenever needed.
* Clarify the units in verdict / logging messages.

Change-Id: I818d18d6e0711247b73ee1f336133e2ed3f6e2cb
Related: OS#6939
Vadim Yanitskiy at