<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13731">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1ctl_proto.h: add extended RACH (11-bit) message<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;">git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/31/13731/1</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: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>