<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/14747">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">schedule: do not use DL TBF with no extra data<br><br>There is no need in sending acked packets.<br><br>TODO: write a test case for this<br><br>Change-Id: I8bbd4570f70bb712edd2f78520bf1643c9157aff<br>---<br>M src/gprs_rlcmac_sched.cpp<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/47/14747/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp</span><br><span>index 57756e3..61d3e39 100644</span><br><span>--- a/src/gprs_rlcmac_sched.cpp</span><br><span>+++ b/src/gprs_rlcmac_sched.cpp</span><br><span>@@ -265,6 +265,9 @@</span><br><span>           if (tbf->m_wait_confirm)</span><br><span>                  continue;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+         if (tbf->window()->window_empty() && !tbf->have_data())</span><br><span style="color: hsl(120, 100%, 40%);">+                      continue;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>          age = tbf->frames_since_last_poll(fn);</span><br><span> </span><br><span>                /* compute priority */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/14747">change 14747</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/+/14747"/><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: I8bbd4570f70bb712edd2f78520bf1643c9157aff </div>
<div style="display:none"> Gerrit-Change-Number: 14747 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>