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

pespin gerrit-no-reply at lists.osmocom.org
Tue Mar 9 17:13:24 UTC 2021


pespin has uploaded this change for review. ( 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(-)



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

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: 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/20210309/7f18ccf2/attachment.htm>


More information about the gerrit-log mailing list