[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PeriodicalReportConfigInterRAT.h
1 /*
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`
6  */
7
8 #ifndef _PeriodicalReportConfigInterRAT_H_
9 #define _PeriodicalReportConfigInterRAT_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ReportInterval.h"
16 #include <NativeEnumerated.h>
17 #include "MeasReportQuantity.h"
18 #include <NativeInteger.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum PeriodicalReportConfigInterRAT__reportAmount {
27         PeriodicalReportConfigInterRAT__reportAmount_r1 = 0,
28         PeriodicalReportConfigInterRAT__reportAmount_r2 = 1,
29         PeriodicalReportConfigInterRAT__reportAmount_r4 = 2,
30         PeriodicalReportConfigInterRAT__reportAmount_r8 = 3,
31         PeriodicalReportConfigInterRAT__reportAmount_r16        = 4,
32         PeriodicalReportConfigInterRAT__reportAmount_r32        = 5,
33         PeriodicalReportConfigInterRAT__reportAmount_r64        = 6,
34         PeriodicalReportConfigInterRAT__reportAmount_infinity   = 7
35 } e_PeriodicalReportConfigInterRAT__reportAmount;
36
37 /* PeriodicalReportConfigInterRAT */
38 typedef struct PeriodicalReportConfigInterRAT {
39         ReportInterval_t         reportInterval;
40         long     reportAmount;
41         MeasReportQuantity_t     reportQuantity;
42         long     maxReportCells;
43         /*
44          * This type is extensible,
45          * possible extensions are below.
46          */
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } PeriodicalReportConfigInterRAT_t;
51
52 /* Implementation */
53 /* extern asn_TYPE_descriptor_t asn_DEF_reportAmount_3; // (Use -fall-defs-global to expose) */
54 extern asn_TYPE_descriptor_t asn_DEF_PeriodicalReportConfigInterRAT;
55 extern asn_SEQUENCE_specifics_t asn_SPC_PeriodicalReportConfigInterRAT_specs_1;
56 extern asn_TYPE_member_t asn_MBR_PeriodicalReportConfigInterRAT_1[4];
57
58 #ifdef __cplusplus
59 }
60 #endif
61
62 #endif  /* _PeriodicalReportConfigInterRAT_H_ */
63 #include <asn_internal.h>