<p>Vadim Yanitskiy <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13731">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Vadim Yanitskiy: Verified
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1ctl_proto.h: add extended RACH (11-bit) request message<br><br>According to 3GPP TS 04.60, section 11.2.5a, the extended (11-bit)<br>Access Burst on RACH/PRACH is used by the MS to indicate its EGPRS<br>capability. One of the alternative synch. sequences (see 3GPP TS<br>05.02, TS1 and TS2) shall be used.<br><br>Change-Id: Iae0267a31b3314c990eb41acb2f570ca3219021c<br>---<br>M include/l1ctl_proto.h<br>1 file changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h</span><br><span>index c6156f5..05d65de 100644</span><br><span>--- a/include/l1ctl_proto.h</span><br><span>+++ b/include/l1ctl_proto.h</span><br><span>@@ -64,6 +64,9 @@</span><br><span> </span><br><span>  L1CTL_DATA_TBF_REQ,</span><br><span>  L1CTL_DATA_TBF_CONF,</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+        /* Extended (11-bit) RACH (see 3GPP TS 05.02, section 5.2.7) */</span><br><span style="color: hsl(120, 100%, 40%);">+       L1CTL_EXT_RACH_REQ,</span><br><span> };</span><br><span> </span><br><span> enum ccch_mode {</span><br><span>@@ -238,6 +241,15 @@</span><br><span>     uint16_t offset;</span><br><span> } __attribute__((packed));</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+/* the l1_info_ul header is in front */</span><br><span style="color: hsl(120, 100%, 40%);">+struct l1ctl_ext_rach_req {</span><br><span style="color: hsl(120, 100%, 40%);">+    uint16_t ra11;</span><br><span style="color: hsl(120, 100%, 40%);">+        uint8_t synch_seq;</span><br><span style="color: hsl(120, 100%, 40%);">+    uint8_t combined;</span><br><span style="color: hsl(120, 100%, 40%);">+     uint16_t offset;</span><br><span style="color: hsl(120, 100%, 40%);">+} __attribute__((packed));</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* the l1_info_ul header is in front */</span><br><span> struct l1ctl_par_req {</span><br><span>  int8_t ta;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13731">change 13731</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/13731"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Iae0267a31b3314c990eb41acb2f570ca3219021c </div>
<div style="display:none"> Gerrit-Change-Number: 13731 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>