summaryrefslogtreecommitdiffstats
path: root/src/host/gsm48-andreas/extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/gsm48-andreas/extra.h')
-rw-r--r--src/host/gsm48-andreas/extra.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/host/gsm48-andreas/extra.h b/src/host/gsm48-andreas/extra.h
index 11467537..248c3768 100644
--- a/src/host/gsm48-andreas/extra.h
+++ b/src/host/gsm48-andreas/extra.h
@@ -405,6 +405,21 @@ struct gsm48_system_information_type_2ter {
uint8_t rest_octets[0];
} __attribute__ ((packed));
+/* Section 9.1.38 System information Type 5bis */
+struct gsm48_system_information_type_5bis {
+ uint8_t rr_protocol_discriminator :4,
+ skip_indicator:4;
+ uint8_t system_information;
+ uint8_t bcch_frequency_list[16];
+} __attribute__ ((packed));
+
+/* Section 9.1.39 System information Type 5ter */
+struct gsm48_system_information_type_5ter {
+ uint8_t rr_protocol_discriminator :4,
+ skip_indicator:4;
+ uint8_t system_information;
+ uint8_t bcch_frequency_list[16];
+} __attribute__ ((packed));
rsl.h: