[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / GeneralParametersMRDC-XDD-Diff.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 _GeneralParametersMRDC_XDD_Diff_H_
9 #define _GeneralParametersMRDC_XDD_Diff_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum GeneralParametersMRDC_XDD_Diff__splitSRB_WithOneUL_Path {
24         GeneralParametersMRDC_XDD_Diff__splitSRB_WithOneUL_Path_supported       = 0
25 } e_GeneralParametersMRDC_XDD_Diff__splitSRB_WithOneUL_Path;
26 typedef enum GeneralParametersMRDC_XDD_Diff__splitDRB_withUL_Both_MCG_SCG {
27         GeneralParametersMRDC_XDD_Diff__splitDRB_withUL_Both_MCG_SCG_supported  = 0
28 } e_GeneralParametersMRDC_XDD_Diff__splitDRB_withUL_Both_MCG_SCG;
29 typedef enum GeneralParametersMRDC_XDD_Diff__srb3 {
30         GeneralParametersMRDC_XDD_Diff__srb3_supported  = 0
31 } e_GeneralParametersMRDC_XDD_Diff__srb3;
32 typedef enum GeneralParametersMRDC_XDD_Diff__v2x_EUTRA_v1530 {
33         GeneralParametersMRDC_XDD_Diff__v2x_EUTRA_v1530_supported       = 0
34 } e_GeneralParametersMRDC_XDD_Diff__v2x_EUTRA_v1530;
35
36 /* GeneralParametersMRDC-XDD-Diff */
37 typedef struct GeneralParametersMRDC_XDD_Diff {
38         long    *splitSRB_WithOneUL_Path;       /* OPTIONAL */
39         long    *splitDRB_withUL_Both_MCG_SCG;  /* OPTIONAL */
40         long    *srb3;  /* OPTIONAL */
41         long    *v2x_EUTRA_v1530;       /* OPTIONAL */
42         /*
43          * This type is extensible,
44          * possible extensions are below.
45          */
46         
47         /* Context for parsing across buffer boundaries */
48         asn_struct_ctx_t _asn_ctx;
49 } GeneralParametersMRDC_XDD_Diff_t;
50
51 /* Implementation */
52 /* extern asn_TYPE_descriptor_t asn_DEF_splitSRB_WithOneUL_Path_2;      // (Use -fall-defs-global to expose) */
53 /* extern asn_TYPE_descriptor_t asn_DEF_splitDRB_withUL_Both_MCG_SCG_4; // (Use -fall-defs-global to expose) */
54 /* extern asn_TYPE_descriptor_t asn_DEF_srb3_6; // (Use -fall-defs-global to expose) */
55 /* extern asn_TYPE_descriptor_t asn_DEF_v2x_EUTRA_v1530_8;      // (Use -fall-defs-global to expose) */
56 extern asn_TYPE_descriptor_t asn_DEF_GeneralParametersMRDC_XDD_Diff;
57 extern asn_SEQUENCE_specifics_t asn_SPC_GeneralParametersMRDC_XDD_Diff_specs_1;
58 extern asn_TYPE_member_t asn_MBR_GeneralParametersMRDC_XDD_Diff_1[4];
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif  /* _GeneralParametersMRDC_XDD_Diff_H_ */
65 #include <asn_internal.h>