From 2fb4a8d825a55135bcb3813e5cbe747a53780e1c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 10 Oct 2018 13:44:23 +0200 Subject: rsl_rx_chan-activ: Improve logging information Change-Id: I9b9a666e195ea729503ecd707e1582268c190e09 --- src/common/rsl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/rsl.c b/src/common/rsl.c index 601b1c1a..b2217548 100644 --- a/src/common/rsl.c +++ b/src/common/rsl.c @@ -1154,8 +1154,9 @@ static int rsl_rx_chan_activ(struct msgb *msg) /* 9.3.53 MultiRate Control */ /* 9.3.54 Supported Codec Types */ - LOGP(DRSL, LOGL_INFO, " chan_nr=0x%02x type=0x%02x mode=0x%02x\n", - dch->chan_nr, type, lchan->tch_mode); + LOGP(DRSL, LOGL_INFO, "%s: chan_nr=%s type=0x%02x mode=%s\n", + gsm_lchan_name(lchan), rsl_chan_nr_str(dch->chan_nr), type, + gsm48_chan_mode_name(lchan->tch_mode)); /* Connecting PDCH on dyn TS goes via PCU instead. */ if (ts->pchan == GSM_PCHAN_TCH_F_TCH_H_PDCH -- cgit v1.2.3