From 5ca7707e85e8297994447275429d3b4e59ac9981 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 5 Feb 2021 16:41:16 +0100 Subject: [PATCH] osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg() Change-Id: I68a37e17469ec9f8178fd2027b8860dbc643a4f9 Related: OS#5007 --- src/osmo-bts-trx/scheduler_trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c index 1552a868d..bf0650d53 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); }