2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _ReportConfigInterRAT_H_
9 #define _ReportConfigInterRAT_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16 #include <constr_SEQUENCE.h>
23 typedef enum ReportConfigInterRAT__reportType_PR {
24 ReportConfigInterRAT__reportType_PR_NOTHING, /* No components present */
25 ReportConfigInterRAT__reportType_PR_periodical,
26 ReportConfigInterRAT__reportType_PR_eventTriggered,
27 ReportConfigInterRAT__reportType_PR_reportCGI
28 /* Extensions may appear below */
30 } ReportConfigInterRAT__reportType_PR;
32 /* Forward declarations */
33 struct PeriodicalReportConfigInterRAT;
34 struct EventTriggerConfigInterRAT;
35 struct ReportCGI_EUTRA;
37 /* ReportConfigInterRAT */
38 typedef struct ReportConfigInterRAT {
39 struct ReportConfigInterRAT__reportType {
40 ReportConfigInterRAT__reportType_PR present;
41 union ReportConfigInterRAT__reportType_u {
42 struct PeriodicalReportConfigInterRAT *periodical;
43 struct EventTriggerConfigInterRAT *eventTriggered;
44 struct ReportCGI_EUTRA *reportCGI;
46 * This type is extensible,
47 * possible extensions are below.
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
55 /* Context for parsing across buffer boundaries */
56 asn_struct_ctx_t _asn_ctx;
57 } ReportConfigInterRAT_t;
60 extern asn_TYPE_descriptor_t asn_DEF_ReportConfigInterRAT;
61 extern asn_SEQUENCE_specifics_t asn_SPC_ReportConfigInterRAT_specs_1;
62 extern asn_TYPE_member_t asn_MBR_ReportConfigInterRAT_1[1];
68 #endif /* _ReportConfigInterRAT_H_ */
69 #include <asn_internal.h>