Change in osmo-bts[master]: l1sap: Change loglevel of Rx TCH.ind INFO->DEBUG

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Feb 12 15:02:23 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/17137 )


Change subject: l1sap: Change loglevel of Rx TCH.ind INFO->DEBUG
......................................................................

l1sap: Change loglevel of Rx TCH.ind INFO->DEBUG

This line appears tens of times per second when a call is ongoing,
making it impossible to follow logs on INFO level.

Change-Id: Iadb1baf55df2f6d96f85260f2e8d03627fef7e66
---
M src/common/l1sap.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/37/17137/1

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 21f3a8a..0b51045 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1369,7 +1369,7 @@
 
 	gsm_fn2gsmtime(&g_time, fn);
 
-	LOGPGT(DL1P, LOGL_INFO, &g_time, "Rx TCH.ind chan_nr=%s\n", rsl_chan_nr_str(chan_nr));
+	LOGPGT(DL1P, LOGL_DEBUG, &g_time, "Rx TCH.ind chan_nr=%s\n", rsl_chan_nr_str(chan_nr));
 
 	lchan = get_active_lchan_by_chan_nr(trx, chan_nr);
 	if (!lchan) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/17137
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iadb1baf55df2f6d96f85260f2e8d03627fef7e66
Gerrit-Change-Number: 17137
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200212/e96c5742/attachment.htm>


More information about the gerrit-log mailing list