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 _ReportConfigToAddMod_H_
9 #define _ReportConfigToAddMod_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "ReportConfigId.h"
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
24 typedef enum ReportConfigToAddMod__reportConfig_PR {
25 ReportConfigToAddMod__reportConfig_PR_NOTHING, /* No components present */
26 ReportConfigToAddMod__reportConfig_PR_reportConfigNR,
27 /* Extensions may appear below */
28 ReportConfigToAddMod__reportConfig_PR_reportConfigInterRAT
29 } ReportConfigToAddMod__reportConfig_PR;
31 /* Forward declarations */
32 struct ReportConfigNR;
33 struct ReportConfigInterRAT;
35 /* ReportConfigToAddMod */
36 typedef struct ReportConfigToAddMod {
37 ReportConfigId_t reportConfigId;
38 struct ReportConfigToAddMod__reportConfig {
39 ReportConfigToAddMod__reportConfig_PR present;
40 union ReportConfigToAddMod__reportConfig_u {
41 struct ReportConfigNR *reportConfigNR;
43 * This type is extensible,
44 * possible extensions are below.
46 struct ReportConfigInterRAT *reportConfigInterRAT;
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55 } ReportConfigToAddMod_t;
58 extern asn_TYPE_descriptor_t asn_DEF_ReportConfigToAddMod;
59 extern asn_SEQUENCE_specifics_t asn_SPC_ReportConfigToAddMod_specs_1;
60 extern asn_TYPE_member_t asn_MBR_ReportConfigToAddMod_1[2];
66 #endif /* _ReportConfigToAddMod_H_ */
67 #include <asn_internal.h>