[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / MeasResultEUTRA.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 _MeasResultEUTRA_H_
9 #define _MeasResultEUTRA_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PhysCellId.h"
16 #include "MeasQuantityResultsEUTRA.h"
17 #include "FreqBandIndicatorEUTRA.h"
18 #include <NativeEnumerated.h>
19 #include "CellAccessRelatedInfo-EUTRA-EPC.h"
20 #include <asn_SEQUENCE_OF.h>
21 #include <constr_SEQUENCE_OF.h>
22 #include <constr_SEQUENCE.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 /* Dependencies */
29 typedef enum MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority {
30         MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority_true       = 0
31 } e_MeasResultEUTRA__cgi_Info__freqBandIndicatorPriority;
32
33 /* Forward declarations */
34 struct MultiBandInfoListEUTRA;
35 struct CellAccessRelatedInfo_EUTRA_EPC;
36 struct CellAccessRelatedInfo_EUTRA_5GC;
37
38 /* MeasResultEUTRA */
39 typedef struct MeasResultEUTRA {
40         PhysCellId_t     eutra_PhysCellId;
41         MeasQuantityResultsEUTRA_t       measResult;
42         struct MeasResultEUTRA__cgi_Info {
43                 struct MeasResultEUTRA__cgi_Info__cgi_info_EPC {
44                         CellAccessRelatedInfo_EUTRA_EPC_t        cgi_info_EPC_legacy;
45                         struct MeasResultEUTRA__cgi_Info__cgi_info_EPC__cgi_info_EPC_list {
46                                 A_SEQUENCE_OF(struct CellAccessRelatedInfo_EUTRA_EPC) list;
47                                 
48                                 /* Context for parsing across buffer boundaries */
49                                 asn_struct_ctx_t _asn_ctx;
50                         } *cgi_info_EPC_list;
51                         
52                         /* Context for parsing across buffer boundaries */
53                         asn_struct_ctx_t _asn_ctx;
54                 } *cgi_info_EPC;
55                 struct MeasResultEUTRA__cgi_Info__cgi_info_5GC {
56                         A_SEQUENCE_OF(struct CellAccessRelatedInfo_EUTRA_5GC) list;
57                         
58                         /* Context for parsing across buffer boundaries */
59                         asn_struct_ctx_t _asn_ctx;
60                 } *cgi_info_5GC;
61                 FreqBandIndicatorEUTRA_t         freqBandIndicator;
62                 struct MultiBandInfoListEUTRA   *multiBandInfoList;     /* OPTIONAL */
63                 long    *freqBandIndicatorPriority;     /* OPTIONAL */
64                 
65                 /* Context for parsing across buffer boundaries */
66                 asn_struct_ctx_t _asn_ctx;
67         } *cgi_Info;
68         /*
69          * This type is extensible,
70          * possible extensions are below.
71          */
72         
73         /* Context for parsing across buffer boundaries */
74         asn_struct_ctx_t _asn_ctx;
75 } MeasResultEUTRA_t;
76
77 /* Implementation */
78 /* extern asn_TYPE_descriptor_t asn_DEF_freqBandIndicatorPriority_13;   // (Use -fall-defs-global to expose) */
79 extern asn_TYPE_descriptor_t asn_DEF_MeasResultEUTRA;
80 extern asn_SEQUENCE_specifics_t asn_SPC_MeasResultEUTRA_specs_1;
81 extern asn_TYPE_member_t asn_MBR_MeasResultEUTRA_1[3];
82
83 #ifdef __cplusplus
84 }
85 #endif
86
87 #endif  /* _MeasResultEUTRA_H_ */
88 #include <asn_internal.h>