[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / SIB7.h
1 /*
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`
6  */
7
8 #ifndef _SIB7_H_
9 #define _SIB7_H_
10
11
12 #include <asn_application.h>
13
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>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SIB7__warningMessageSegmentType {
27         SIB7__warningMessageSegmentType_notLastSegment  = 0,
28         SIB7__warningMessageSegmentType_lastSegment     = 1
29 } e_SIB7__warningMessageSegmentType;
30
31 /* SIB7 */
32 typedef struct SIB7 {
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  *lateNonCriticalExtension;      /* OPTIONAL */
40         /*
41          * This type is extensible,
42          * possible extensions are below.
43          */
44         
45         /* Context for parsing across buffer boundaries */
46         asn_struct_ctx_t _asn_ctx;
47 } SIB7_t;
48
49 /* Implementation */
50 /* extern asn_TYPE_descriptor_t asn_DEF_warningMessageSegmentType_4;    // (Use -fall-defs-global to expose) */
51 extern asn_TYPE_descriptor_t asn_DEF_SIB7;
52 extern asn_SEQUENCE_specifics_t asn_SPC_SIB7_specs_1;
53 extern asn_TYPE_member_t asn_MBR_SIB7_1[7];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _SIB7_H_ */
60 #include <asn_internal.h>