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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index e69a7f7c..7943c12e 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -67,6 +67,7 @@ enum {
/* Extended (11-bit) RACH (see 3GPP TS 05.02, section 5.2.7) */
L1CTL_EXT_RACH_REQ,
+ L1CTL_RINGER_REQ,
};
enum ccch_mode {
@@ -379,4 +380,8 @@ struct l1ctl_tbf_cfg_req {
uint8_t usf[8];
} __attribute__((packed));
+struct l1ctl_ringer_req {
+ uint8_t volume;
+} __attribute__((packed));
+
#endif /* __L1CTL_PROTO_H__ */