[layer23] Updated layer23 to current L1 support and forthcomming hopping.
[osmocom-bb.git] / include / l1a_l23_interface.h
index ef03689..5408c48 100644 (file)
@@ -41,6 +41,7 @@
 #define L1CTL_DATA_CONF                16
 #define L1CTL_CCCH_MODE_REQ    17
 #define L1CTL_CCCH_MODE_CONF   18
+#define L1CTL_DM_REL_REQ       19
 
 enum ccch_mode {
        CCCH_MODE_NONE = 0,
@@ -151,7 +152,9 @@ struct l1ctl_ccch_mode_req {
 /* the l1_info_ul header is in front */
 struct l1ctl_rach_req {
        uint8_t ra;
-       uint8_t padding[3];
+       uint8_t fn51;
+       uint8_t mf_off;
+       uint8_t padding[1];
 } __attribute__((packed));
 
 struct l1ctl_dm_est_req {