Change in osmo-pcu[master]: tbf: Log previous TS when changing Control TS

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 1 11:53:39 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/21407 )

Change subject: tbf: Log previous TS when changing Control TS
......................................................................

tbf: Log previous TS when changing Control TS

Change-Id: I5f37f3512dde60e4eb1ccebbb2d96de24604d241
---
M src/tbf.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/tbf.cpp b/src/tbf.cpp
index d57c537..e92dfb6 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -363,8 +363,8 @@
 		LOGPTBF(tbf, LOGL_INFO, "Setting Control TS %d\n",
 			tbf->first_common_ts);
 	else if (tbf->control_ts != tbf->first_common_ts)
-		LOGPTBF(tbf, LOGL_INFO, "Changing Control TS %d\n",
-			tbf->first_common_ts);
+		LOGPTBF(tbf, LOGL_INFO, "Changing Control TS %d -> %d\n",
+			tbf->control_ts, tbf->first_common_ts);
 	tbf->control_ts = tbf->first_common_ts;
 
 	return 0;

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I5f37f3512dde60e4eb1ccebbb2d96de24604d241
Gerrit-Change-Number: 21407
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201201/47eebde8/attachment.htm>


More information about the gerrit-log mailing list