[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / ReportConfigToAddMod.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 _ReportConfigToAddMod_H_
9 #define _ReportConfigToAddMod_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "ReportConfigId.h"
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
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;
30
31 /* Forward declarations */
32 struct ReportConfigNR;
33 struct ReportConfigInterRAT;
34
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;
42                         /*
43                          * This type is extensible,
44                          * possible extensions are below.
45                          */
46                         struct ReportConfigInterRAT     *reportConfigInterRAT;
47                 } choice;
48                 
49                 /* Context for parsing across buffer boundaries */
50                 asn_struct_ctx_t _asn_ctx;
51         } reportConfig;
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } ReportConfigToAddMod_t;
56
57 /* Implementation */
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];
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _ReportConfigToAddMod_H_ */
67 #include <asn_internal.h>