Change in osmo-pcu[master]: tbf: Fix wrong variable printed in log

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
Fri Mar 12 07:40:16 UTC 2021


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

Change subject: tbf: Fix wrong variable printed in log
......................................................................

tbf: Fix wrong variable printed in log

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

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



diff --git a/src/tbf.cpp b/src/tbf.cpp
index 15d3fa1..70b3b12 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -588,7 +588,7 @@
 	if ((state_flags & (1 << (GPRS_RLCMAC_FLAG_PACCH))) && (state_flags & (1 << (GPRS_RLCMAC_FLAG_CCCH))))
 		LOGPTBFDL(this, LOGL_ERROR,
 			  "Attempt to schedule polling on %s (FN=%d, TS=%d) with both CCCH and PACCH flags set - FIXME!\n",
-			  chan, poll_fn, poll_ts);
+			  chan, new_poll_fn, ts);
 
 	/* schedule polling */
 	poll_state = GPRS_RLCMAC_POLL_SCHED;

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iad99e48fcb7488daed40a5095c5dcdc02def00c5
Gerrit-Change-Number: 23298
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210312/12e18175/attachment.htm>


More information about the gerrit-log mailing list