2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "./22April22_Paging/rrc_15.3_asn.asn1"
5 * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _PeriodicalReportConfig_H_
9 #define _PeriodicalReportConfig_H_
12 #include <asn_application.h>
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>
21 #include <constr_SEQUENCE.h>
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;
39 /* Forward declarations */
40 struct MeasReportQuantity;
42 /* PeriodicalReportConfig */
43 typedef struct PeriodicalReportConfig {
45 ReportInterval_t reportInterval;
47 MeasReportQuantity_t reportQuantityCell;
49 struct MeasReportQuantity *reportQuantityRS_Indexes; /* OPTIONAL */
50 long *maxNrofRS_IndexesToReport; /* OPTIONAL */
51 BOOLEAN_t includeBeamMeasurements;
52 BOOLEAN_t useWhiteCellList;
54 * This type is extensible,
55 * possible extensions are below.
58 /* Context for parsing across buffer boundaries */
59 asn_struct_ctx_t _asn_ctx;
60 } PeriodicalReportConfig_t;
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];
72 #endif /* _PeriodicalReportConfig_H_ */
73 #include <asn_internal.h>