<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14219">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trxcon/sched_lchan_desc.c: fix missing TRX_CH_FLAG_AUTO flag<br><br>In I2fc61e1cdca4690a34e2861b9ee3b7c64ea64843 I introduced a regression.<br>TRXC_SDCCH4_CBCH should have TRX_CH_FLAG_AUTO, because it's a part of<br>GSM_PCHAN_CCCH_SDCCH4_CBCH multi-frame layout. If the controlling<br>side on the other end of the L1CTL link requests this particular<br>multi-frame layout, CBCH channel is expected to be active.<br><br>Change-Id: I3ed942106a03220417b5cb9176107af057120fbe<br>---<br>M src/host/trxcon/sched_lchan_desc.c<br>1 file changed, 1 insertion(+), 0 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/19/14219/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/trxcon/sched_lchan_desc.c b/src/host/trxcon/sched_lchan_desc.c</span><br><span>index 5cee7c8..667a88d 100644</span><br><span>--- a/src/host/trxcon/sched_lchan_desc.c</span><br><span>+++ b/src/host/trxcon/sched_lchan_desc.c</span><br><span>@@ -530,6 +530,7 @@</span><br><span> </span><br><span>                /* Same as for TRXC_BCCH (xCCH), but Rx only. See above. */</span><br><span>          .burst_buf_size = 4 * GSM_BURST_PL_LEN,</span><br><span style="color: hsl(120, 100%, 40%);">+               .flags = TRX_CH_FLAG_AUTO,</span><br><span>           .rx_fn = rx_data_fn,</span><br><span>         },</span><br><span>   [TRXC_SDCCH8_CBCH] = {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14219">change 14219</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/14219"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3ed942106a03220417b5cb9176107af057120fbe </div>
<div style="display:none"> Gerrit-Change-Number: 14219 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>