[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / DL-DCCH-MessageType.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 _DL_DCCH_MessageType_H_
9 #define _DL_DCCH_MessageType_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 DL_DCCH_MessageType_PR {
25         DL_DCCH_MessageType_PR_NOTHING, /* No components present */
26         DL_DCCH_MessageType_PR_c1,
27         DL_DCCH_MessageType_PR_messageClassExtension
28 } DL_DCCH_MessageType_PR;
29 typedef enum DL_DCCH_MessageType__c1_PR {
30         DL_DCCH_MessageType__c1_PR_NOTHING,     /* No components present */
31         DL_DCCH_MessageType__c1_PR_rrcReconfiguration,
32         DL_DCCH_MessageType__c1_PR_rrcResume,
33         DL_DCCH_MessageType__c1_PR_rrcRelease,
34         DL_DCCH_MessageType__c1_PR_rrcReestablishment,
35         DL_DCCH_MessageType__c1_PR_securityModeCommand,
36         DL_DCCH_MessageType__c1_PR_dlInformationTransfer,
37         DL_DCCH_MessageType__c1_PR_ueCapabilityEnquiry,
38         DL_DCCH_MessageType__c1_PR_counterCheck,
39         DL_DCCH_MessageType__c1_PR_mobilityFromNRCommand,
40         DL_DCCH_MessageType__c1_PR_spare7,
41         DL_DCCH_MessageType__c1_PR_spare6,
42         DL_DCCH_MessageType__c1_PR_spare5,
43         DL_DCCH_MessageType__c1_PR_spare4,
44         DL_DCCH_MessageType__c1_PR_spare3,
45         DL_DCCH_MessageType__c1_PR_spare2,
46         DL_DCCH_MessageType__c1_PR_spare1
47 } DL_DCCH_MessageType__c1_PR;
48
49 /* Forward declarations */
50 struct RRCReconfiguration;
51 struct RRCResume;
52 struct RRCRelease;
53 struct RRCReestablishment;
54 struct SecurityModeCommand;
55 struct DLInformationTransfer;
56 struct UECapabilityEnquiry;
57 struct CounterCheck;
58 struct MobilityFromNRCommand;
59
60 /* DL-DCCH-MessageType */
61 typedef struct DL_DCCH_MessageType {
62         DL_DCCH_MessageType_PR present;
63         union DL_DCCH_MessageType_u {
64                 struct DL_DCCH_MessageType__c1 {
65                         DL_DCCH_MessageType__c1_PR present;
66                         union DL_DCCH_MessageType__c1_u {
67                                 struct RRCReconfiguration       *rrcReconfiguration;
68                                 struct RRCResume        *rrcResume;
69                                 struct RRCRelease       *rrcRelease;
70                                 struct RRCReestablishment       *rrcReestablishment;
71                                 struct SecurityModeCommand      *securityModeCommand;
72                                 struct DLInformationTransfer    *dlInformationTransfer;
73                                 struct UECapabilityEnquiry      *ueCapabilityEnquiry;
74                                 struct CounterCheck     *counterCheck;
75                                 struct MobilityFromNRCommand    *mobilityFromNRCommand;
76                                 NULL_t   spare7;
77                                 NULL_t   spare6;
78                                 NULL_t   spare5;
79                                 NULL_t   spare4;
80                                 NULL_t   spare3;
81                                 NULL_t   spare2;
82                                 NULL_t   spare1;
83                         } choice;
84                         
85                         /* Context for parsing across buffer boundaries */
86                         asn_struct_ctx_t _asn_ctx;
87                 } *c1;
88                 struct DL_DCCH_MessageType__messageClassExtension {
89                         
90                         /* Context for parsing across buffer boundaries */
91                         asn_struct_ctx_t _asn_ctx;
92                 } *messageClassExtension;
93         } choice;
94         
95         /* Context for parsing across buffer boundaries */
96         asn_struct_ctx_t _asn_ctx;
97 } DL_DCCH_MessageType_t;
98
99 /* Implementation */
100 extern asn_TYPE_descriptor_t asn_DEF_DL_DCCH_MessageType;
101 extern asn_CHOICE_specifics_t asn_SPC_DL_DCCH_MessageType_specs_1;
102 extern asn_TYPE_member_t asn_MBR_DL_DCCH_MessageType_1[2];
103 extern asn_per_constraints_t asn_PER_type_DL_DCCH_MessageType_constr_1;
104
105 #ifdef __cplusplus
106 }
107 #endif
108
109 #endif  /* _DL_DCCH_MessageType_H_ */
110 #include <asn_internal.h>