Skip to content

Changes

Started by upstream project gerrit-osmo-ttcn3-hacks #3864
Started 11 hr ago
Queued 24 sec

Summary

  1. bts: f_verify_ramp_up(): fix RxLev / dBm mixup (details)
Commit 62b027b73d2bed0e9a5ebbe372541095f6b8d2ac by Vadim Yanitskiy
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
The file was modifiedbts/BTS_Tests.ttcn