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 05d65deb..deef07bc 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -174,7 +174,8 @@ struct l1ctl_info_ul {
uint8_t chan_nr;
/* GSM 08.58 link identifier (9.3.2) */
uint8_t link_id;
- uint8_t padding[2];
+ /* the ARFCN and the band */
+ uint16_t band_arfcn;
uint8_t payload[0];
} __attribute__((packed));