fw/l1a: Add a message to safely count the length of a txqueue
[osmocom-bb.git] / include / l1ctl_proto.h
index f2880eb..9adadfd 100644 (file)
@@ -176,9 +176,8 @@ struct l1ctl_tch_mode_req {
 /* the l1_info_ul header is in front */
 struct l1ctl_rach_req {
        uint8_t ra;
-       uint8_t fn51;
-       uint8_t mf_off;
-       uint8_t padding[1];
+       uint8_t combined;
+       uint16_t offset;
 } __attribute__((packed));
 
 /* the l1_info_ul header is in front */
@@ -207,6 +206,8 @@ struct l1ctl_dm_est_req {
                struct l1ctl_h0 h0;
                struct l1ctl_h1 h1;
        };
+       uint8_t tch_mode;
+       uint8_t _padding[1];
 } __attribute__((packed));
 
 struct l1ctl_dm_freq_req {