summaryrefslogtreecommitdiffstats
path: root/include/l1ctl_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/l1ctl_proto.h')
-rw-r--r--include/l1ctl_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index b92ccf11..ddead86c 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -328,7 +328,7 @@ struct l1ctl_bts_burst_req {
struct l1ctl_bts_burst_nb_ind {
uint32_t fn;
uint8_t tn;
- uint8_t toa;
+ int8_t toa;
int8_t rssi;
uint8_t data[15];
} __attribute__((packed));
@@ -336,6 +336,7 @@ struct l1ctl_bts_burst_nb_ind {
/* BTS mode: AB Burst Indication */
struct l1ctl_bts_burst_ab_ind {
uint32_t fn;
+ uint8_t toa;
uint8_t iq[2*88];
} __attribute__((packed));