<p>fixeria <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15441">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-bts-trx/scheduler: fix: do not reset ECU with BFI frame<br><br>BFI (Bad Frame Indication) needs to be sent:<br><br>  - when failed to decode a speech (or FACCH) frame, or<br>  - when decoded frame is FACCH frame (23 octets long),<br><br>if the current channel mode is RSL_CMOD_SPD_SPEECH.<br><br>Since we (re)use the same buffer as used for non-BFI frames,<br>we need to avoid resetting the ECU (Error Cancellation Unit)<br>with a bad frame indication.<br><br>We used a boolean flag for that, but it was not set in the<br>second case - when a FACCH frame is decoded. Let's get rid<br>of that flag and use 'goto' operator to step over the ECU<br>resetting code.<br><br>Let's also modify rx_tchh_fn(), which does not (yet) deal<br>with ECU, but most likely will in the future.<br><br>Change-Id: I8bdc7483f524006a86ff1fee7cdefafe3db899d8<br>---<br>M src/osmo-bts-trx/scheduler_trx.c<br>1 file changed, 7 insertions(+), 4 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/41/15441/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15441">change 15441</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/+/15441"/><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: I8bdc7483f524006a86ff1fee7cdefafe3db899d8 </div>
<div style="display:none"> Gerrit-Change-Number: 15441 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </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-MessageType: newpatchset </div>