<p>fixeria <strong>uploaded patch set #2</strong> to the change originally created by dexter.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/17539">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">scheduler: always call Uplink burst handler on NOPE.ind<br><br>When a NOPE indication is received from the TRX normally a separate<br>handler (.nope_fn) is called. It turned out that calling the Uplink<br>handler (.ul_fn) on NOPE indications is the usual case, so let's<br>remove the .nope_fn member and call the Uplink handler directly.<br><br>Since a NOPE.ind comes without burst bits, the Uplink handlers must<br>check bi->burst_len to avoid uninitialized memory access. For some<br>logical channels (in particular RACH, PDTCH/U, and PTCCH/U) it does<br>not make sense to call the Uplink handler, so we ignore them.<br><br>Change-Id: Ice45d5986610d9bcef2a7e41f0a395ec779e3928<br>Related: OS#4461<br>---<br>M include/osmo-bts/scheduler_backend.h<br>M src/common/scheduler.c<br>2 files changed, 11 insertions(+), 36 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/39/17539/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/17539">change 17539</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-bts/+/17539"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ice45d5986610d9bcef2a7e41f0a395ec779e3928 </div>
<div style="display:none"> Gerrit-Change-Number: 17539 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>