Change in osmo-bts[master]: rsl: remove redundant logging in rsl_rx_chan_activ()

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
Sun Oct 3 09:27:49 UTC 2021


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


Change subject: rsl: remove redundant logging in rsl_rx_chan_activ()
......................................................................

rsl: remove redundant logging in rsl_rx_chan_activ()

The first check in this function ensures that the state is NONE.
Therefore it does not make sense to print it below..

Change-Id: I62ea4117dd5e1eebb8774809134e5cb73774945c
---
M src/common/rsl.c
1 file changed, 0 insertions(+), 3 deletions(-)



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

diff --git a/src/common/rsl.c b/src/common/rsl.c
index d50983d..507a7cf 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1651,9 +1651,6 @@
 		}
 	}
 
-	LOGPLCHAN(lchan, DRSL, LOGL_DEBUG, "rx Channel Activation in state: %s.\n",
-		  gsm_lchans_name(lchan->state));
-
 	/* Initialize MS Power Control defaults */
 	lchan->ms_power_ctrl = (struct lchan_power_ctrl_state) {
 		.max = ms_pwr_ctl_lvl(lchan->ts->trx->bts->band, 0),

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I62ea4117dd5e1eebb8774809134e5cb73774945c
Gerrit-Change-Number: 25673
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/20211003/05baca51/attachment.htm>


More information about the gerrit-log mailing list