<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/20695">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_lchan()<br><br>Change-Id: I3dd2c90f510444cda38516bd9a1a207877bebadc<br>---<br>M src/common/scheduler.c<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-bts refs/changes/95/20695/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 7e40e97..5d46a25 100644</span><br><span>--- a/src/common/scheduler.c</span><br><span>+++ b/src/common/scheduler.c</span><br><span>@@ -988,7 +988,7 @@</span><br><span>                 if ((trx_sched_multiframes[l1ts->mf_index].pchan == GSM_PCHAN_PDCH)</span><br><span>                   && !(trx_chan_desc[i].flags & TRX_CHAN_FLAG_PDCH))</span><br><span>                   continue;</span><br><span style="color: hsl(0, 100%, 40%);">-               if (trx_chan_desc[i].chan_nr == (chan_nr & 0xf8)</span><br><span style="color: hsl(120, 100%, 40%);">+          if (trx_chan_desc[i].chan_nr == (chan_nr & RSL_CHAN_NR_MASK)</span><br><span>              && trx_chan_desc[i].link_id == link_id) {</span><br><span>                   rc = 0;</span><br><span>                      if (chan_state->active == active)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/20695">change 20695</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/+/20695"/><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: I3dd2c90f510444cda38516bd9a1a207877bebadc </div>
<div style="display:none"> Gerrit-Change-Number: 20695 </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>