<p>fixeria <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmocom-bb/+/17354">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trxcon/scheduler: align Downlink reception to the first burst<br><br>It may happen that the burst reception would start from bid != 0:<br><br>  <0005> sched_trx.c:263 (Re)configure TDMA timeslot #2 as TCH/H+SACCH<br>  <0005> sched_trx.c:420 Activating lchan=TCH/H(0) on ts=2<br>  <0005> sched_trx.c:420 Activating lchan=SACCH/TH(0) on ts=2<br>  <0006> sched_lchan_xcch.c:96 Received incomplete data frame at fn=0 (0/104) for SACCH/TH(0)<br>  <0006> sched_lchan_xcch.c:106 Received bad data frame at fn=0 (0/104) for SACCH/TH(0)<br><br>so in that case, both measurement processing and the frame number<br>calculation would yield incorrect and/or incomplete results. The<br>Rx burst mask can be used to eliminate this problem.<br><br>In particular, if we shift it left instead of cleaning, it would<br>never be equal 0x00 after at least one burst is received. This<br>would allow us to skip decoding of an incomplete frame at the<br>beginning when the logical channel was just activated.<br><br>Note that TCH/H handler is not affected because it already uses<br>the strategy described above, so we keep it unchanged.<br><br>Change-Id: Ib8ddf2edd5ef84f2ab12155f7a8874c9fc56d436<br>Related: OS#3554<br>---<br>M src/host/trxcon/sched_lchan_pdtch.c<br>M src/host/trxcon/sched_lchan_tchf.c<br>M src/host/trxcon/sched_lchan_xcch.c<br>3 files changed, 18 insertions(+), 9 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/54/17354/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmocom-bb/+/17354">change 17354</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/osmocom-bb/+/17354"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmocom-bb </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib8ddf2edd5ef84f2ab12155f7a8874c9fc56d436 </div>
<div style="display:none"> Gerrit-Change-Number: 17354 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>