Change in osmo-pcu[master]: pdch: Increase log level of line informing about TS control change

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 Nov 10 16:23:36 UTC 2021


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


Change subject: pdch: Increase log level of line informing about TS control change
......................................................................

pdch: Increase log level of line informing about TS control change

This way it's the same log level as the one used in all other paths
using tbf_assign_control_ts() to assign tbf->control_ts =
tbf->first_common_ts, and this specific event is not lost from logs.

Change-Id: Ia32d835ee4c14d7d48391452b5e3d05ed88e0483
---
M src/pdch.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/00/26200/1

diff --git a/src/pdch.cpp b/src/pdch.cpp
index c48b078..a942b01 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -763,7 +763,7 @@
 		 * sent to tbf_fsm which will call tbf_assign_control_ts(),
 		 * effectively setting back control_ts to
 		 * tbf->initial_common_ts. */
-		LOGPTBF(ul_tbf, LOGL_DEBUG, "change control TS %d -> %d until assignment is complete.\n",
+		LOGPTBF(ul_tbf, LOGL_INFO, "change control TS %d -> %d until assignment is complete.\n",
 			ul_tbf->control_ts, ts_no);
 
 		ul_tbf->control_ts = ts_no;

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia32d835ee4c14d7d48391452b5e3d05ed88e0483
Gerrit-Change-Number: 26200
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/20211110/b2de519c/attachment.htm>


More information about the gerrit-log mailing list