<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15708">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">L1SAP: also consider RSL_CHAN_OSMO_CBCH8 as CBCH<br><br>Currently we don't distinguish between CBCH on BCCH+SDCCH/4 and<br>CBCH on SDCCH/8, but in libosmogsm we have two independent<br>(non-standard) RSL channel number values for them. Maybe some day<br>we will, so let's extend the definition of L1SAP_IS_CHAN_CBCH.<br><br>Change-Id: I2f6d501a29edaf89dfb17d5d64f930cdb1943630<br>---<br>M include/osmo-bts/l1sap.h<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/08/15708/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmo-bts/l1sap.h b/include/osmo-bts/l1sap.h</span><br><span>index ccfcacc..7ae5d38 100644</span><br><span>--- a/include/osmo-bts/l1sap.h</span><br><span>+++ b/include/osmo-bts/l1sap.h</span><br><span>@@ -35,7 +35,8 @@</span><br><span> #define L1SAP_IS_CHAN_PDCH(chan_nr) \</span><br><span>     ((chan_nr & 0xf8) == RSL_CHAN_OSMO_PDCH)</span><br><span> #define L1SAP_IS_CHAN_CBCH(chan_nr) \</span><br><span style="color: hsl(0, 100%, 40%);">-   ((chan_nr & 0xf8) == RSL_CHAN_OSMO_CBCH4)</span><br><span style="color: hsl(120, 100%, 40%);">+ ((chan_nr & 0xf8) == RSL_CHAN_OSMO_CBCH4) \</span><br><span style="color: hsl(120, 100%, 40%);">+       || ((chan_nr & 0xf8) == RSL_CHAN_OSMO_CBCH8)</span><br><span> </span><br><span> /* rach type from ra */</span><br><span> #define L1SAP_IS_PACKET_RACH(ra) ((ra & 0xf0) == 0x70 && (ra & 0x0f) != 0x0f)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15708">change 15708</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/+/15708"/><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: I2f6d501a29edaf89dfb17d5d64f930cdb1943630 </div>
<div style="display:none"> Gerrit-Change-Number: 15708 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>