dbg log: abis_rsl print_meas_rep(): clarify rxlev

Change-Id: Ia2c1d59eac556b8f6a56c39abf12b35a3ba807eb
This commit is contained in:
Neels Hofmeyr 2021-11-24 15:13:19 +01:00 committed by neels
parent 2df65db3da
commit 33e687a97e
1 changed files with 1 additions and 1 deletions

View File

@ -1345,7 +1345,7 @@ static void print_meas_rep(struct gsm_lchan *lchan, const struct gsm_meas_rep *m
&& log_check_level(DMEAS, LOGL_DEBUG)) {
for (i = 0; i < mr->num_cell; i++) {
const struct gsm_meas_rep_cell *mrc = &mr->cell[i];
DEBUGP(DMEAS, "IDX=%u ARFCN=%u BSIC=%u => %d dBm\n",
DEBUGP(DMEAS, "IDX=%u ARFCN=%u BSIC=%u RXLEV=%ddBm\n",
mrc->neigh_idx, mrc->arfcn, mrc->bsic, rxlev2dbm(mrc->rxlev));
}
}