[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CG-ConfigInfo.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-InterNodeDefinitions"
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 _CG_ConfigInfo_H_
9 #define _CG_ConfigInfo_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.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 CG_ConfigInfo__criticalExtensions_PR {
25         CG_ConfigInfo__criticalExtensions_PR_NOTHING,   /* No components present */
26         CG_ConfigInfo__criticalExtensions_PR_c1,
27         CG_ConfigInfo__criticalExtensions_PR_criticalExtensionsFuture
28 } CG_ConfigInfo__criticalExtensions_PR;
29 typedef enum CG_ConfigInfo__criticalExtensions__c1_PR {
30         CG_ConfigInfo__criticalExtensions__c1_PR_NOTHING,       /* No components present */
31         CG_ConfigInfo__criticalExtensions__c1_PR_cg_ConfigInfo,
32         CG_ConfigInfo__criticalExtensions__c1_PR_spare3,
33         CG_ConfigInfo__criticalExtensions__c1_PR_spare2,
34         CG_ConfigInfo__criticalExtensions__c1_PR_spare1
35 } CG_ConfigInfo__criticalExtensions__c1_PR;
36
37 /* Forward declarations */
38 struct CG_ConfigInfo_IEs;
39
40 /* CG-ConfigInfo */
41 typedef struct CG_ConfigInfo {
42         struct CG_ConfigInfo__criticalExtensions {
43                 CG_ConfigInfo__criticalExtensions_PR present;
44                 union CG_ConfigInfo__criticalExtensions_u {
45                         struct CG_ConfigInfo__criticalExtensions__c1 {
46                                 CG_ConfigInfo__criticalExtensions__c1_PR present;
47                                 union CG_ConfigInfo__criticalExtensions__c1_u {
48                                         struct CG_ConfigInfo_IEs        *cg_ConfigInfo;
49                                         NULL_t   spare3;
50                                         NULL_t   spare2;
51                                         NULL_t   spare1;
52                                 } choice;
53                                 
54                                 /* Context for parsing across buffer boundaries */
55                                 asn_struct_ctx_t _asn_ctx;
56                         } *c1;
57                         struct CG_ConfigInfo__criticalExtensions__criticalExtensionsFuture {
58                                 
59                                 /* Context for parsing across buffer boundaries */
60                                 asn_struct_ctx_t _asn_ctx;
61                         } *criticalExtensionsFuture;
62                 } choice;
63                 
64                 /* Context for parsing across buffer boundaries */
65                 asn_struct_ctx_t _asn_ctx;
66         } criticalExtensions;
67         
68         /* Context for parsing across buffer boundaries */
69         asn_struct_ctx_t _asn_ctx;
70 } CG_ConfigInfo_t;
71
72 /* Implementation */
73 extern asn_TYPE_descriptor_t asn_DEF_CG_ConfigInfo;
74
75 #ifdef __cplusplus
76 }
77 #endif
78
79 #endif  /* _CG_ConfigInfo_H_ */
80 #include <asn_internal.h>