<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11178">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">trxcon/sched_lchan_desc.c: fix wrong chan_nr for PDCH<br><br>According to GSM TS 08.58, chapter 9.3.1, channel number 0x08<br>describes sub-slot number 0 of SDCCH/8+ACCH. This is definitely<br>wrong. In OsmoBTS we use an Osmocom specific extension for packet<br>switched channels - 0xc0, so let's use it here too.<br><br>Change-Id: I11925408d6e63baf1eac880839ecd717843fba6a<br>---<br>M src/host/trxcon/sched_lchan_desc.c<br>1 file changed, 2 insertions(+), 2 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/78/11178/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 4cac439..05443f6 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>@@ -290,13 +290,13 @@</span><br><span>         },</span><br><span>   {</span><br><span>            TRXC_PDTCH,             "PDTCH",</span><br><span style="color: hsl(0, 100%, 40%);">-              0x08,                   TRX_CH_LID_DEDIC,</span><br><span style="color: hsl(120, 100%, 40%);">+             0xc0,                   TRX_CH_LID_DEDIC,</span><br><span>            12 * GSM_BURST_PL_LEN,  TRX_CH_FLAG_PDCH,</span><br><span>            rx_pdtch_fn,            tx_pdtch_fn,</span><br><span>         },</span><br><span>   {</span><br><span>            TRXC_PTCCH,             "PTCCH",</span><br><span style="color: hsl(0, 100%, 40%);">-              0x08,                   TRX_CH_LID_DEDIC,</span><br><span style="color: hsl(120, 100%, 40%);">+             0xc0,                   TRX_CH_LID_DEDIC,</span><br><span>            4 * GSM_BURST_PL_LEN,   TRX_CH_FLAG_PDCH,</span><br><span>            rx_data_fn,             tx_data_fn,</span><br><span>  },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11178">change 11178</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/11178"/><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: I11925408d6e63baf1eac880839ecd717843fba6a </div>
<div style="display:none"> Gerrit-Change-Number: 11178 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>