<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/23298">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tbf: Fix wrong variable printed in log<br><br>Change-Id: Iad99e48fcb7488daed40a5095c5dcdc02def00c5<br>---<br>M src/tbf.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/98/23298/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tbf.cpp b/src/tbf.cpp</span><br><span>index 15d3fa1..70b3b12 100644</span><br><span>--- a/src/tbf.cpp</span><br><span>+++ b/src/tbf.cpp</span><br><span>@@ -588,7 +588,7 @@</span><br><span>   if ((state_flags & (1 << (GPRS_RLCMAC_FLAG_PACCH))) && (state_flags & (1 << (GPRS_RLCMAC_FLAG_CCCH))))</span><br><span>           LOGPTBFDL(this, LOGL_ERROR,</span><br><span>                    "Attempt to schedule polling on %s (FN=%d, TS=%d) with both CCCH and PACCH flags set - FIXME!\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                     chan, poll_fn, poll_ts);</span><br><span style="color: hsl(120, 100%, 40%);">+                      chan, new_poll_fn, ts);</span><br><span> </span><br><span>        /* schedule polling */</span><br><span>       poll_state = GPRS_RLCMAC_POLL_SCHED;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/23298">change 23298</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-pcu/+/23298"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iad99e48fcb7488daed40a5095c5dcdc02def00c5 </div>
<div style="display:none"> Gerrit-Change-Number: 23298 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>