[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / UL-CCCH1-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 _UL_CCCH1_MessageType_H_
9 #define _UL_CCCH1_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 UL_CCCH1_MessageType_PR {
25         UL_CCCH1_MessageType_PR_NOTHING,        /* No components present */
26         UL_CCCH1_MessageType_PR_c1,
27         UL_CCCH1_MessageType_PR_messageClassExtension
28 } UL_CCCH1_MessageType_PR;
29 typedef enum UL_CCCH1_MessageType__c1_PR {
30         UL_CCCH1_MessageType__c1_PR_NOTHING,    /* No components present */
31         UL_CCCH1_MessageType__c1_PR_rrcResumeRequest1,
32         UL_CCCH1_MessageType__c1_PR_spare3,
33         UL_CCCH1_MessageType__c1_PR_spare2,
34         UL_CCCH1_MessageType__c1_PR_spare1
35 } UL_CCCH1_MessageType__c1_PR;
36
37 /* Forward declarations */
38 struct RRCResumeRequest1;
39
40 /* UL-CCCH1-MessageType */
41 typedef struct UL_CCCH1_MessageType {
42         UL_CCCH1_MessageType_PR present;
43         union UL_CCCH1_MessageType_u {
44                 struct UL_CCCH1_MessageType__c1 {
45                         UL_CCCH1_MessageType__c1_PR present;
46                         union UL_CCCH1_MessageType__c1_u {
47                                 struct RRCResumeRequest1        *rrcResumeRequest1;
48                                 NULL_t   spare3;
49                                 NULL_t   spare2;
50                                 NULL_t   spare1;
51                         } choice;
52                         
53                         /* Context for parsing across buffer boundaries */
54                         asn_struct_ctx_t _asn_ctx;
55                 } *c1;
56                 struct UL_CCCH1_MessageType__messageClassExtension {
57                         
58                         /* Context for parsing across buffer boundaries */
59                         asn_struct_ctx_t _asn_ctx;
60                 } *messageClassExtension;
61         } choice;
62         
63         /* Context for parsing across buffer boundaries */
64         asn_struct_ctx_t _asn_ctx;
65 } UL_CCCH1_MessageType_t;
66
67 /* Implementation */
68 extern asn_TYPE_descriptor_t asn_DEF_UL_CCCH1_MessageType;
69 extern asn_CHOICE_specifics_t asn_SPC_UL_CCCH1_MessageType_specs_1;
70 extern asn_TYPE_member_t asn_MBR_UL_CCCH1_MessageType_1[2];
71 extern asn_per_constraints_t asn_PER_type_UL_CCCH1_MessageType_constr_1;
72
73 #ifdef __cplusplus
74 }
75 #endif
76
77 #endif  /* _UL_CCCH1_MessageType_H_ */
78 #include <asn_internal.h>