Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/13731


Change subject: l1ctl_proto.h: add extended RACH (11-bit) message
......................................................................

l1ctl_proto.h: add extended RACH (11-bit) message

Change-Id: Iae0267a31b3314c990eb41acb2f570ca3219021c
---
M include/l1ctl_proto.h
1 file changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/31/13731/1

diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index c6156f5..05d65de 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -64,6 +64,9 @@
 
        L1CTL_DATA_TBF_REQ,
        L1CTL_DATA_TBF_CONF,
+
+       /* Extended (11-bit) RACH (see 3GPP TS 05.02, section 5.2.7) */
+       L1CTL_EXT_RACH_REQ,
 };

 enum ccch_mode {
@@ -238,6 +241,15 @@
        uint16_t offset;
 } __attribute__((packed));

+
+/* the l1_info_ul header is in front */
+struct l1ctl_ext_rach_req {
+       uint16_t ra11;
+       uint8_t synch_seq;
+       uint8_t combined;
+       uint16_t offset;
+} __attribute__((packed));
+
 /* the l1_info_ul header is in front */
 struct l1ctl_par_req {
        int8_t ta;

--
To view, visit https://gerrit.osmocom.org/13731
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae0267a31b3314c990eb41acb2f570ca3219021c
Gerrit-Change-Number: 13731
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to