aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-03 05:13:05 +0600
committerfixeria <vyanitskiy@sysmocom.de>2021-10-04 12:44:24 +0000
commitfa9dd74d83ddfb69eb13c5f7138ae315b81db67f (patch)
treeeb58d89a9817c41d24584413129612a41f5eae19 /src/common/rsl.c
parent61349d6f14993def18a56e961bccfd00d038e4c4 (diff)
rsl: remove redundant logging in rsl_rx_chan_activ()
The first check in this function ensures that the state is NONE. Therefore it does not make sense to print it below.. Change-Id: I62ea4117dd5e1eebb8774809134e5cb73774945c
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index d50983d9..507a7cf8 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1651,9 +1651,6 @@ static int rsl_rx_chan_activ(struct msgb *msg)
}
}
- LOGPLCHAN(lchan, DRSL, LOGL_DEBUG, "rx Channel Activation in state: %s.\n",
- gsm_lchans_name(lchan->state));
-
/* Initialize MS Power Control defaults */
lchan->ms_power_ctrl = (struct lchan_power_ctrl_state) {
.max = ms_pwr_ctl_lvl(lchan->ts->trx->bts->band, 0),