osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg()

Change-Id: I68a37e17469ec9f8178fd2027b8860dbc643a4f9
Related: OS#5007
This commit is contained in:
Vadim Yanitskiy 2021-02-05 16:41:16 +01:00
parent ed7bca6b33
commit 5ca7707e85
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ void trx_sched_meas_avg(const struct l1sched_chan_state *chan_state,
.ci_cb = (ci_cb_sum / n),
};
LOGP(DL1C, LOGL_DEBUG, "Measurement AVG (num=%u, shift=%u): "
LOGP(DMEAS, LOGL_DEBUG, "Measurement AVG (num=%u, shift=%u): "
"RSSI %f, ToA256 %d, C/I %d cB\n", n, shift,
avg->rssi, avg->toa256, avg->ci_cb);
}