<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/18734">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">scheduler: fix trx_sched_ul_burst(): ignore NOPE.ind during handover<br><br>Change-Id: Ic69f3bc2b776a23374c28a6884080a54bc16ef5f<br>Related: OS#4592<br>---<br>M src/common/scheduler.c<br>1 file changed, 4 insertions(+), 0 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/34/18734/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/scheduler.c b/src/common/scheduler.c</span><br><span>index 5b398d1..97b2856 100644</span><br><span>--- a/src/common/scheduler.c</span><br><span>+++ b/src/common/scheduler.c</span><br><span>@@ -1380,6 +1380,10 @@</span><br><span> </span><br><span>  /* handle NOPE indications */</span><br><span>        if (bi->flags & TRX_BI_F_NOPE_IND) {</span><br><span style="color: hsl(120, 100%, 40%);">+           /* No applicable if we are waiting for handover RACH. */</span><br><span style="color: hsl(120, 100%, 40%);">+              if (l1cs->ho_rach_detect)</span><br><span style="color: hsl(120, 100%, 40%);">+                  return 0;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>          switch (chan) {</span><br><span>              case TRXC_PDTCH:</span><br><span>             case TRXC_PTCCH:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/18734">change 18734</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/+/18734"/><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: Ic69f3bc2b776a23374c28a6884080a54bc16ef5f </div>
<div style="display:none"> Gerrit-Change-Number: 18734 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>