<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14217">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trxcon/sched_trx.c: add missing branch for GSM_PCHAN_PDCH<br><br>PDCH channel support was introduced quite a while ago, but there<br>was no way to activate it via L1CTL so far. Let's fix this.<br><br>Change-Id: I3b66cab26108ab999a7fe969365ab57dc661399c<br>---<br>M src/host/trxcon/sched_trx.c<br>1 file changed, 2 insertions(+), 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/17/14217/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/host/trxcon/sched_trx.c b/src/host/trxcon/sched_trx.c</span><br><span>index 4c93a3c..62fe870 100644</span><br><span>--- a/src/host/trxcon/sched_trx.c</span><br><span>+++ b/src/host/trxcon/sched_trx.c</span><br><span>@@ -543,6 +543,8 @@</span><br><span>           return GSM_PCHAN_CCCH_SDCCH4_CBCH;</span><br><span>   else if ((cbits & 0x1f) == ABIS_RSL_CHAN_NR_CBITS_OSMO_CBCH8)</span><br><span>            return GSM_PCHAN_SDCCH8_SACCH8C_CBCH;</span><br><span style="color: hsl(120, 100%, 40%);">+ else if ((cbits & 0x1f) == ABIS_RSL_CHAN_NR_CBITS_OSMO_PDCH)</span><br><span style="color: hsl(120, 100%, 40%);">+              return GSM_PCHAN_PDCH;</span><br><span> </span><br><span>   return GSM_PCHAN_NONE;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14217">change 14217</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/14217"/><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: I3b66cab26108ab999a7fe969365ab57dc661399c </div>
<div style="display:none"> Gerrit-Change-Number: 14217 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>