<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22419">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sched: Check if egprs is enabled in TBF rather than MS being egprs capable<br><br>It could happen as of current implementation that a TBF was created as<br>GPRS due to the MS being non-egprs, and later on the MS was upgraded to<br>EGPRS due to newly received information from the MS.<br>Hence, in order to infer if the data block is EGPRS or GPRS, let's<br>better check for the TBF info, which is the one really mandating the<br>kind of dl block to generate.<br><br>Change-Id: I49720fb3a69ca972cd1973de937ac8ee77615431<br>---<br>M src/gprs_rlcmac_sched.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/19/22419/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 5640158..49a8ff2 100644</span><br><span>--- a/src/gprs_rlcmac_sched.cpp</span><br><span>+++ b/src/gprs_rlcmac_sched.cpp</span><br><span>@@ -341,7 +341,7 @@</span><br><span>           pdch->next_dl_tfi = (prio_tfi + 1) & 31;</span><br><span>              /* generate DL data block */</span><br><span>                 msg = prio_tbf->create_dl_acked_block(fn, ts, req_mcs_kind);</span><br><span style="color: hsl(0, 100%, 40%);">-         *is_egprs = ms_mode(prio_tbf->ms()) != GPRS;</span><br><span style="color: hsl(120, 100%, 40%);">+               *is_egprs = prio_tbf->is_egprs_enabled();</span><br><span>         }</span><br><span> </span><br><span>        return msg;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22419">change 22419</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/+/22419"/><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: I49720fb3a69ca972cd1973de937ac8ee77615431 </div>
<div style="display:none"> Gerrit-Change-Number: 22419 </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>