[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CA-ParametersEUTRA.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 _CA_ParametersEUTRA_H_
9 #define _CA_ParametersEUTRA_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <BIT_STRING.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum CA_ParametersEUTRA__multipleTimingAdvance {
25         CA_ParametersEUTRA__multipleTimingAdvance_supported     = 0
26 } e_CA_ParametersEUTRA__multipleTimingAdvance;
27 typedef enum CA_ParametersEUTRA__simultaneousRx_Tx {
28         CA_ParametersEUTRA__simultaneousRx_Tx_supported = 0
29 } e_CA_ParametersEUTRA__simultaneousRx_Tx;
30 typedef enum CA_ParametersEUTRA__additionalRx_Tx_PerformanceReq {
31         CA_ParametersEUTRA__additionalRx_Tx_PerformanceReq_supported    = 0
32 } e_CA_ParametersEUTRA__additionalRx_Tx_PerformanceReq;
33 typedef enum CA_ParametersEUTRA__ue_CA_PowerClass_N {
34         CA_ParametersEUTRA__ue_CA_PowerClass_N_class2   = 0
35 } e_CA_ParametersEUTRA__ue_CA_PowerClass_N;
36
37 /* CA-ParametersEUTRA */
38 typedef struct CA_ParametersEUTRA {
39         long    *multipleTimingAdvance; /* OPTIONAL */
40         long    *simultaneousRx_Tx;     /* OPTIONAL */
41         BIT_STRING_t    *supportedNAICS_2CRS_AP;        /* OPTIONAL */
42         long    *additionalRx_Tx_PerformanceReq;        /* OPTIONAL */
43         long    *ue_CA_PowerClass_N;    /* OPTIONAL */
44         BIT_STRING_t    *supportedBandwidthCombinationSetEUTRA_v1530;   /* OPTIONAL */
45         /*
46          * This type is extensible,
47          * possible extensions are below.
48          */
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } CA_ParametersEUTRA_t;
53
54 /* Implementation */
55 /* extern asn_TYPE_descriptor_t asn_DEF_multipleTimingAdvance_2;        // (Use -fall-defs-global to expose) */
56 /* extern asn_TYPE_descriptor_t asn_DEF_simultaneousRx_Tx_4;    // (Use -fall-defs-global to expose) */
57 /* extern asn_TYPE_descriptor_t asn_DEF_additionalRx_Tx_PerformanceReq_7;       // (Use -fall-defs-global to expose) */
58 /* extern asn_TYPE_descriptor_t asn_DEF_ue_CA_PowerClass_N_9;   // (Use -fall-defs-global to expose) */
59 extern asn_TYPE_descriptor_t asn_DEF_CA_ParametersEUTRA;
60 extern asn_SEQUENCE_specifics_t asn_SPC_CA_ParametersEUTRA_specs_1;
61 extern asn_TYPE_member_t asn_MBR_CA_ParametersEUTRA_1[6];
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _CA_ParametersEUTRA_H_ */
68 #include <asn_internal.h>