<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10981">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">GSM_Types: Add support for Osmocom RSL ChannelNr CBCH<br><br>Osmocom uses 0xC8 as channel number for CBCH, this is an extension<br>to the 08.58 definitions.<br><br>Change-Id: I2203f4a9012c154c12ac9d8f9c448a9ed0f49197<br>---<br>M library/GSM_Types.ttcn<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/81/10981/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/GSM_Types.ttcn b/library/GSM_Types.ttcn</span><br><span>index 59ccb76..53208e5 100644</span><br><span>--- a/library/GSM_Types.ttcn</span><br><span>+++ b/library/GSM_Types.ttcn</span><br><span>@@ -60,7 +60,8 @@</span><br><span>            RSL_CHAN_NR_BCCH        ('10000'B),</span><br><span>          RSL_CHAN_NR_RACH        ('10001'B),</span><br><span>          RSL_CHAN_NR_PCH_AGCH    ('10010'B),</span><br><span style="color: hsl(0, 100%, 40%);">-             RSL_CHAN_NR_OSMO_PDCH   ('11000'B)</span><br><span style="color: hsl(120, 100%, 40%);">+            RSL_CHAN_NR_OSMO_PDCH   ('11000'B),</span><br><span style="color: hsl(120, 100%, 40%);">+           RSL_CHAN_NR_OSMO_CBCH   ('11001'B)</span><br><span>   } with { variant "FIELDLENGTH(5)" variant "FIELDORDER(msb)" };</span><br><span> </span><br><span>       type record RslChanNr2 {</span><br><span>@@ -107,6 +108,7 @@</span><br><span>       template RslChannelNr t_RslChanNr_PCH_AGCH(template uint3_t tn) := t_RslChanNr0(tn, RSL_CHAN_NR_PCH_AGCH);</span><br><span>   template RslChannelNr t_RslChanNr_Bm(template uint3_t tn) := t_RslChanNr0(tn, RSL_CHAN_NR_Bm_ACCH);</span><br><span>  template RslChannelNr t_RslChanNr_PDCH(template uint3_t tn) := t_RslChanNr0(tn, RSL_CHAN_NR_OSMO_PDCH);</span><br><span style="color: hsl(120, 100%, 40%);">+       template RslChannelNr t_RslChanNr_CBCH(template uint3_t tn) := t_RslChanNr0(tn, RSL_CHAN_NR_OSMO_CBCH);</span><br><span>      template RslChannelNr t_RslChanNr_Lm(template uint3_t tn, template uint1_t sub_slot) := {</span><br><span>            u := { lm := { tag := '0001'B, sub_chan := sub_slot } },</span><br><span>             tn := tn</span><br><span>@@ -129,6 +131,7 @@</span><br><span>       template (value) RslChannelNr ts_RslChanNr_PCH_AGCH(uint3_t tn) := ts_RslChanNr0(tn, RSL_CHAN_NR_PCH_AGCH);</span><br><span>  template (value) RslChannelNr ts_RslChanNr_Bm(uint3_t tn) := ts_RslChanNr0(tn, RSL_CHAN_NR_Bm_ACCH);</span><br><span>         template (value) RslChannelNr ts_RslChanNr_PDCH(uint3_t tn) := ts_RslChanNr0(tn, RSL_CHAN_NR_OSMO_PDCH);</span><br><span style="color: hsl(120, 100%, 40%);">+      template (value) RslChannelNr ts_RslChanNr_CBCH(uint3_t tn) := ts_RslChanNr0(tn, RSL_CHAN_NR_OSMO_CBCH);</span><br><span>     template (value) RslChannelNr ts_RslChanNr_Lm(uint3_t tn, uint1_t sub_slot) := {</span><br><span>             u := { lm := { tag := '0001'B, sub_chan := sub_slot } },</span><br><span>             tn := tn</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10981">change 10981</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/10981"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2203f4a9012c154c12ac9d8f9c448a9ed0f49197 </div>
<div style="display:none"> Gerrit-Change-Number: 10981 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>