[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / MIB.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 _MIB_H_
9 #define _MIB_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 "PDCCH-ConfigSIB1.h"
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum MIB__subCarrierSpacingCommon {
27         MIB__subCarrierSpacingCommon_scs15or60  = 0,
28         MIB__subCarrierSpacingCommon_scs30or120 = 1
29 } e_MIB__subCarrierSpacingCommon;
30 typedef enum MIB__dmrs_TypeA_Position {
31         MIB__dmrs_TypeA_Position_pos2   = 0,
32         MIB__dmrs_TypeA_Position_pos3   = 1
33 } e_MIB__dmrs_TypeA_Position;
34 typedef enum MIB__cellBarred {
35         MIB__cellBarred_barred  = 0,
36         MIB__cellBarred_notBarred       = 1
37 } e_MIB__cellBarred;
38 typedef enum MIB__intraFreqReselection {
39         MIB__intraFreqReselection_allowed       = 0,
40         MIB__intraFreqReselection_notAllowed    = 1
41 } e_MIB__intraFreqReselection;
42
43 /* MIB */
44 typedef struct MIB {
45         BIT_STRING_t     systemFrameNumber;
46         long     subCarrierSpacingCommon;
47         long     ssb_SubcarrierOffset;
48         long     dmrs_TypeA_Position;
49         PDCCH_ConfigSIB1_t       pdcch_ConfigSIB1;
50         long     cellBarred;
51         long     intraFreqReselection;
52         BIT_STRING_t     spare;
53         
54         /* Context for parsing across buffer boundaries */
55         asn_struct_ctx_t _asn_ctx;
56 } MIB_t;
57
58 /* Implementation */
59 /* extern asn_TYPE_descriptor_t asn_DEF_subCarrierSpacingCommon_3;      // (Use -fall-defs-global to expose) */
60 /* extern asn_TYPE_descriptor_t asn_DEF_dmrs_TypeA_Position_7;  // (Use -fall-defs-global to expose) */
61 /* extern asn_TYPE_descriptor_t asn_DEF_cellBarred_11;  // (Use -fall-defs-global to expose) */
62 /* extern asn_TYPE_descriptor_t asn_DEF_intraFreqReselection_14;        // (Use -fall-defs-global to expose) */
63 extern asn_TYPE_descriptor_t asn_DEF_MIB;
64 extern asn_SEQUENCE_specifics_t asn_SPC_MIB_specs_1;
65 extern asn_TYPE_member_t asn_MBR_MIB_1[8];
66
67 #ifdef __cplusplus
68 }
69 #endif
70
71 #endif  /* _MIB_H_ */
72 #include <asn_internal.h>