From 350f93e1e4de0bc0201518adeb58faefd0a16fe7 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 2 Nov 2016 14:33:45 +0100 Subject: log: count_codecs(): drop logging of non-TCH lchan types count_codecs() is called on every chan act ack, also for channels other than TCH/F and TCH/H. So this logging happens a lot during normal operation but adds no real information. Also, RSL would be the wrong logging category for this -- RSL is about the RSL communications, not whether our internal code tries to count lchan codecs for the wrong channel types. Change-Id: Ibdac3bbe48745fe6a1c31d6f87369c9066c0374a --- openbsc/src/libbsc/abis_rsl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c index f6727501f..3788644ff 100644 --- a/openbsc/src/libbsc/abis_rsl.c +++ b/openbsc/src/libbsc/abis_rsl.c @@ -111,9 +111,6 @@ static void count_codecs(struct gsm_bts *bts, struct gsm_lchan *lchan) default: break; } - } else { - LOGP(DRSL, LOGL_DEBUG, "count_codecs unknown lchan->type %s on channel %s\n", - gsm_lchant_name(lchan->type), gsm_ts_and_pchan_name(lchan->ts)); } } -- cgit v1.2.3