Change in osmo-bts[master]: l1sap: do not print redundant info in l1sap_chan_act()

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Jul 8 07:59:57 UTC 2020


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


Change subject: l1sap: do not print redundant info in l1sap_chan_act()
......................................................................

l1sap: do not print redundant info in l1sap_chan_act()

LOGPLCHAN() prepends the BTS/TRX/TS numbers itself.

Change-Id: I8a1dd7da7098fe8c8a015459608d9134821fb322
---
M src/common/l1sap.c
1 file changed, 1 insertion(+), 2 deletions(-)



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

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 17a6c5d..e05ec78 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1729,8 +1729,7 @@
 	struct gsm48_chan_desc *cd;
 	int rc;
 
-	LOGPLCHAN(lchan, DL1C, LOGL_INFO, "activating channel chan_nr=%s trx=%d\n",
-		  rsl_chan_nr_str(chan_nr), trx->nr);
+	LOGPLCHAN(lchan, DL1C, LOGL_INFO, "activating channel %s\n", rsl_chan_nr_str(chan_nr));
 
 	/* osmo-pcu calls this without a valid 'tp' parameter, so we
 	 * need to make sure ew don't crash here */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I8a1dd7da7098fe8c8a015459608d9134821fb322
Gerrit-Change-Number: 19182
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200708/d909be23/attachment.htm>


More information about the gerrit-log mailing list