2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../../../rrc_15.3_asn.asn1"
5 * `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <NativeEnumerated.h>
17 #include <NativeInteger.h>
18 #include <OCTET_STRING.h>
19 #include <constr_SEQUENCE.h>
26 typedef enum SIB8__warningMessageSegmentType {
27 SIB8__warningMessageSegmentType_notLastSegment = 0,
28 SIB8__warningMessageSegmentType_lastSegment = 1
29 } e_SIB8__warningMessageSegmentType;
33 BIT_STRING_t messageIdentifier;
34 BIT_STRING_t serialNumber;
35 long warningMessageSegmentType;
36 long warningMessageSegmentNumber;
37 OCTET_STRING_t warningMessageSegment;
38 OCTET_STRING_t *dataCodingScheme; /* OPTIONAL */
39 OCTET_STRING_t *warningAreaCoordinatesSegment; /* OPTIONAL */
40 OCTET_STRING_t *lateNonCriticalExtension; /* OPTIONAL */
42 * This type is extensible,
43 * possible extensions are below.
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
51 /* extern asn_TYPE_descriptor_t asn_DEF_warningMessageSegmentType_4; // (Use -fall-defs-global to expose) */
52 extern asn_TYPE_descriptor_t asn_DEF_SIB8;
53 extern asn_SEQUENCE_specifics_t asn_SPC_SIB8_specs_1;
54 extern asn_TYPE_member_t asn_MBR_SIB8_1[8];
61 #include <asn_internal.h>