aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-02-05 16:41:16 +0100
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-02-05 16:41:27 +0100
commit5ca7707e85e8297994447275429d3b4e59ac9981 (patch)
tree73a4322046b82419fc3a36e7ab58abe5780aa71a
parented7bca6b33a4fd5290bd381f8b60188314833a64 (diff)
osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg()
-rw-r--r--src/osmo-bts-trx/scheduler_trx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 1552a868..bf0650d5 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -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);
}