libosmogsm 1.9.0.196-9975
Osmocom GSM library
gsm_23_041.h
Go to the documentation of this file.
1#pragma once
4
5/* Section 9.3.24: Warning-Type */
12 /* 0000101-1111111 Reserved for future use */
13};
14
15/* Section 9.4.1.2: GSM Message Format */
17 uint16_t serial_nr;
18 uint16_t message_id;
19 uint8_t dcs;
20 struct {
21#if OSMO_IS_LITTLE_ENDIAN
22 uint8_t num_pages:4,
23 page_nr:4;
24#elif OSMO_IS_BIG_ENDIAN
25/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
26 uint8_t page_nr:4, num_pages:4;
27#endif
29 uint8_t content[0];
30} __attribute__ ((packed));
31
32/* Section 9.4.1.2.2 Message Identifier */
33enum {
34 /* 0 - 999: Allocated by GSM AD.26 */
39 /* 1004 - 4095: RFU */
40 /* 4096 - 4223: clear text SIM data download */
41 /* 4224 - 4351: secured SIM data download */
47 /* 4357 - 4359: ETWS RFU */
48 /* 4360 - 4369: RFU */
75 /* 4396 - 4399: RFU CMAS / EU-Alert */
76 /* 4400 - 6399: RFU PWS */
78 /* 6491 - 40959: RFU */
79 /* 40960 - 45055: PLMN operator specific range */
80 /* 45056 - 61439: PLMN operator specific range RFU */
81 /* 61440 - 65534: PLMN operator specific range */
82 CBS_MSGID_RESERVED = 65535
83};
84
85/* Section 9.4.1.3.2 ETWS Primary Notification Message Parameter */
87 uint16_t serial_nr;
88 uint16_t message_id;
89 uint16_t warning_type;
90 uint8_t warning_sec_info[50];
91} __attribute__ ((packed));
92
93
94/* Section 9.4.2.2 UMTS Message Parameter */
96 uint8_t msg_type; /* as per TS 25.324 */
97 uint16_t message_id;
98 uint16_t serial_nr;
99 uint8_t dcs;
100 uint8_t content[0];
101} __attribute__ ((packed));
@ CBS_MSGID_CMAS_MONTHLY_TEST
Definition: gsm_23_041.h:59
@ CBS_MSGID_LCS_DGPS_CORRECTION
Definition: gsm_23_041.h:36
@ CBS_MSGID_CMAS_EXTREME_IMMEDIATE_OBSERVED_ADDL
Definition: gsm_23_041.h:63
@ CBS_MSGID_ETWS_TSUNAMI
Definition: gsm_23_041.h:43
@ CBS_MSGID_CMAS_EXTREME_EXPECTED_OBSERVED_ADDL
Definition: gsm_23_041.h:65
@ CBS_MSGID_CMAS_SEVERE_IMMEDIATE_LIKELY
Definition: gsm_23_041.h:55
@ CBS_MSGID_CMAS_EXTREME_EXPECTED_LIKELY
Definition: gsm_23_041.h:53
@ CBS_MSGID_CMAS_SEVERE_IMMEDIATE_LIKELY_ADDL
Definition: gsm_23_041.h:68
@ CBS_MSGID_CMAS_PRESIDENTIAL_ADDL
Definition: gsm_23_041.h:62
@ CBS_MSGID_CMAS_EXTREME_IMMEDIATE_LIKELY_ADDL
Definition: gsm_23_041.h:64
@ CBS_MSGID_CMAS_SEVERE_IMMEDIATE_OBSERVED_ADDL
Definition: gsm_23_041.h:67
@ CBS_MSGID_CMAS_OPERATOR_DEFINED_ADDL
Definition: gsm_23_041.h:74
@ CBS_MSGID_CMAS_AMBER
Definition: gsm_23_041.h:58
@ CBS_MSGID_ETWS_TEST
Definition: gsm_23_041.h:45
@ CBS_MSGID_CMAS_PRESIDENTIAL
Definition: gsm_23_041.h:49
@ CBS_MSGID_CMAS_SEVERE_IMMEDIATE_OBSERVED
Definition: gsm_23_041.h:54
@ CBS_MSGID_CMAS_EXTREME_EXPECTED_LIKELY_ADDL
Definition: gsm_23_041.h:66
@ CBS_MSGID_CMAS_EXTREME_IMMEDIATE_OBSERVED
Definition: gsm_23_041.h:50
@ CBS_MSGID_LCS_GPS_EPHEM_CLOCK
Definition: gsm_23_041.h:37
@ CBS_MSGID_CMAS_OPERATOR_DEFINED
Definition: gsm_23_041.h:61
@ CBS_MSGID_RESERVED
Definition: gsm_23_041.h:82
@ CBS_MSGID_LCS_GPS_ALMANAC_OTHER
Definition: gsm_23_041.h:38
@ CBS_MSGID_LCS_EOTD_ASSIST
Definition: gsm_23_041.h:35
@ CBS_MSGID_CMAS_SEVERE_EXPECTED_OBSERVED
Definition: gsm_23_041.h:56
@ CBS_MSGID_CMAS_EXERCISE
Definition: gsm_23_041.h:60
@ CBS_MSGID_ETWS_EARTHQUAKE_TSUNAMI
Definition: gsm_23_041.h:44
@ CBS_MSGID_CMAS_AMBER_ADDL
Definition: gsm_23_041.h:71
@ CBS_MSGID_EU_INFO_LOCAL_LANG
Definition: gsm_23_041.h:77
@ CBS_MSGID_CMAS_MONTHLY_TEST_ADDL
Definition: gsm_23_041.h:72
@ CBS_MSGID_ETWS_EARTHQUAKE
Definition: gsm_23_041.h:42
@ CBS_MSGID_ETWS_OTHER
Definition: gsm_23_041.h:46
@ CBS_MSGID_CMAS_EXTREME_EXPECTED_OBSERVED
Definition: gsm_23_041.h:52
@ CBS_MSGID_CMAS_EXERCISE_ADDL
Definition: gsm_23_041.h:73
@ CBS_MSGID_CMAS_SEVERE_EXPECTED_LIKELY_ADDL
Definition: gsm_23_041.h:70
@ CBS_MSGID_CMAS_SEVERE_EXPECTED_OBSERVED_ADDL
Definition: gsm_23_041.h:69
@ CBS_MSGID_CMAS_SEVERE_EXPECTED_LIKELY
Definition: gsm_23_041.h:57
@ CBS_MSGID_CMAS_EXTREME_IMMEDIATE_LIKELY
Definition: gsm_23_041.h:51
enum @115 __attribute__
gsm23041_warning_type_value
Definition: gsm_23_041.h:6
@ CBS_ETWS_WARN_TYPE_EARTHQUAKE_AND_TSUNAMI
Definition: gsm_23_041.h:9
@ CBS_ETWS_WARN_TYPE_EARTHQUAKE
Definition: gsm_23_041.h:7
@ CBS_ETWS_WARN_TYPE_TSUNAMI
Definition: gsm_23_041.h:8
@ CBS_ETWS_WARN_TYPE_OTHER
Definition: gsm_23_041.h:11
@ CBS_ETWS_WARN_TYPE_TEST
Definition: gsm_23_041.h:10
Definition: gsm_23_041.h:86
uint8_t warning_sec_info[50]
Definition: gsm_23_041.h:90
uint16_t serial_nr
Definition: gsm_23_041.h:87
uint16_t message_id
Definition: gsm_23_041.h:88
uint16_t warning_type
Definition: gsm_23_041.h:89
Definition: gsm_23_041.h:16
uint16_t message_id
Definition: gsm_23_041.h:18
uint8_t content[0]
Definition: gsm_23_041.h:29
uint16_t serial_nr
Definition: gsm_23_041.h:17
struct gsm23041_msg_param_gsm::@116 page_param
uint8_t dcs
Definition: gsm_23_041.h:19
Definition: gsm_23_041.h:95
uint8_t msg_type
Definition: gsm_23_041.h:96
uint8_t dcs
Definition: gsm_23_041.h:99
uint16_t serial_nr
Definition: gsm_23_041.h:98
uint8_t content[0]
Definition: gsm_23_041.h:100
uint16_t message_id
Definition: gsm_23_041.h:97