[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PeriodicalReportConfig.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 _PeriodicalReportConfig_H_
9 #define _PeriodicalReportConfig_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NR-RS-Type.h"
16 #include "ReportInterval.h"
17 #include <NativeEnumerated.h>
18 #include "MeasReportQuantity.h"
19 #include <NativeInteger.h>
20 #include <BOOLEAN.h>
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum PeriodicalReportConfig__reportAmount {
29         PeriodicalReportConfig__reportAmount_r1 = 0,
30         PeriodicalReportConfig__reportAmount_r2 = 1,
31         PeriodicalReportConfig__reportAmount_r4 = 2,
32         PeriodicalReportConfig__reportAmount_r8 = 3,
33         PeriodicalReportConfig__reportAmount_r16        = 4,
34         PeriodicalReportConfig__reportAmount_r32        = 5,
35         PeriodicalReportConfig__reportAmount_r64        = 6,
36         PeriodicalReportConfig__reportAmount_infinity   = 7
37 } e_PeriodicalReportConfig__reportAmount;
38
39 /* Forward declarations */
40 struct MeasReportQuantity;
41
42 /* PeriodicalReportConfig */
43 typedef struct PeriodicalReportConfig {
44         NR_RS_Type_t     rsType;
45         ReportInterval_t         reportInterval;
46         long     reportAmount;
47         MeasReportQuantity_t     reportQuantityCell;
48         long     maxReportCells;
49         struct MeasReportQuantity       *reportQuantityRS_Indexes;      /* OPTIONAL */
50         long    *maxNrofRS_IndexesToReport;     /* OPTIONAL */
51         BOOLEAN_t        includeBeamMeasurements;
52         BOOLEAN_t        useWhiteCellList;
53         /*
54          * This type is extensible,
55          * possible extensions are below.
56          */
57         
58         /* Context for parsing across buffer boundaries */
59         asn_struct_ctx_t _asn_ctx;
60 } PeriodicalReportConfig_t;
61
62 /* Implementation */
63 /* extern asn_TYPE_descriptor_t asn_DEF_reportAmount_4; // (Use -fall-defs-global to expose) */
64 extern asn_TYPE_descriptor_t asn_DEF_PeriodicalReportConfig;
65 extern asn_SEQUENCE_specifics_t asn_SPC_PeriodicalReportConfig_specs_1;
66 extern asn_TYPE_member_t asn_MBR_PeriodicalReportConfig_1[9];
67
68 #ifdef __cplusplus
69 }
70 #endif
71
72 #endif  /* _PeriodicalReportConfig_H_ */
73 #include <asn_internal.h>