aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-25 22:51:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-26 19:50:10 +0100
commit0670138ffc651123944209572567d9c3c1874650 (patch)
treef83cfe0ef1728972754439beb4240109e451176a /src
parent19cf0e81b336ead3c0a55d1c9d6722f986510bc0 (diff)
tch: Do not print that there is no audio data on a TCH/H
When only signalling is used on the TCH/H it is normal that there is no TCH data. Save CPU time by not printing the message. This needs to be moved to be edge triggered.
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 67992358..22f14ecd 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -402,7 +402,7 @@ static int handle_ph_readytosend_ind(struct femtol1_hdl *fl1,
/* if there is none, try to generate empty TCH frame
* like AMR SID_BAD */
if (!resp_msg) {
- LOGP(DL1C, LOGL_NOTICE, "%s DL TCH Tx queue underrun\n",
+ LOGP(DL1C, LOGL_DEBUG, "%s DL TCH Tx queue underrun\n",
gsm_lchan_name(lchan));
resp_msg = gen_empty_tch_msg(lchan);
/* if there really is none, break here and send empty */