[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / ReconfigurationWithSync.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 _ReconfigurationWithSync_H_
9 #define _ReconfigurationWithSync_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RNTI-Value.h"
16 #include <NativeEnumerated.h>
17 #include <constr_CHOICE.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum ReconfigurationWithSync__t304 {
26         ReconfigurationWithSync__t304_ms50      = 0,
27         ReconfigurationWithSync__t304_ms100     = 1,
28         ReconfigurationWithSync__t304_ms150     = 2,
29         ReconfigurationWithSync__t304_ms200     = 3,
30         ReconfigurationWithSync__t304_ms500     = 4,
31         ReconfigurationWithSync__t304_ms1000    = 5,
32         ReconfigurationWithSync__t304_ms2000    = 6,
33         ReconfigurationWithSync__t304_ms10000   = 7
34 } e_ReconfigurationWithSync__t304;
35 typedef enum ReconfigurationWithSync__rach_ConfigDedicated_PR {
36         ReconfigurationWithSync__rach_ConfigDedicated_PR_NOTHING,       /* No components present */
37         ReconfigurationWithSync__rach_ConfigDedicated_PR_uplink,
38         ReconfigurationWithSync__rach_ConfigDedicated_PR_supplementaryUplink
39 } ReconfigurationWithSync__rach_ConfigDedicated_PR;
40
41 /* Forward declarations */
42 struct ServingCellConfigCommon;
43 struct RACH_ConfigDedicated;
44 struct SSB_MTC;
45
46 /* ReconfigurationWithSync */
47 typedef struct ReconfigurationWithSync {
48         struct ServingCellConfigCommon  *spCellConfigCommon;    /* OPTIONAL */
49         RNTI_Value_t     newUE_Identity;
50         long     t304;
51         struct ReconfigurationWithSync__rach_ConfigDedicated {
52                 ReconfigurationWithSync__rach_ConfigDedicated_PR present;
53                 union ReconfigurationWithSync__rach_ConfigDedicated_u {
54                         struct RACH_ConfigDedicated     *uplink;
55                         struct RACH_ConfigDedicated     *supplementaryUplink;
56                 } choice;
57                 
58                 /* Context for parsing across buffer boundaries */
59                 asn_struct_ctx_t _asn_ctx;
60         } *rach_ConfigDedicated;
61         /*
62          * This type is extensible,
63          * possible extensions are below.
64          */
65         struct ReconfigurationWithSync__ext1 {
66                 struct SSB_MTC  *smtc;  /* OPTIONAL */
67                 
68                 /* Context for parsing across buffer boundaries */
69                 asn_struct_ctx_t _asn_ctx;
70         } *ext1;
71         
72         /* Context for parsing across buffer boundaries */
73         asn_struct_ctx_t _asn_ctx;
74 } ReconfigurationWithSync_t;
75
76 /* Implementation */
77 /* extern asn_TYPE_descriptor_t asn_DEF_t304_4; // (Use -fall-defs-global to expose) */
78 extern asn_TYPE_descriptor_t asn_DEF_ReconfigurationWithSync;
79 extern asn_SEQUENCE_specifics_t asn_SPC_ReconfigurationWithSync_specs_1;
80 extern asn_TYPE_member_t asn_MBR_ReconfigurationWithSync_1[5];
81
82 #ifdef __cplusplus
83 }
84 #endif
85
86 #endif  /* _ReconfigurationWithSync_H_ */
87 #include <asn_internal.h>