Skip to content
Success

#26769 (Feb 3, 2026, 6:08:51 PM)

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

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

This run spent:

  • 19 sec waiting;
  • 7.2 sec build duration;
  • 26 sec total from scheduled to completion.
Revision: 9215748ca03dd3b07cb67ad37dfe4cb6da49bdfc
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