[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CA-ParametersNR.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_ParametersNR_H_
9 #define _CA_ParametersNR_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 CA_ParametersNR__multipleTimingAdvances {
24         CA_ParametersNR__multipleTimingAdvances_supported       = 0
25 } e_CA_ParametersNR__multipleTimingAdvances;
26 typedef enum CA_ParametersNR__parallelTxSRS_PUCCH_PUSCH {
27         CA_ParametersNR__parallelTxSRS_PUCCH_PUSCH_supported    = 0
28 } e_CA_ParametersNR__parallelTxSRS_PUCCH_PUSCH;
29 typedef enum CA_ParametersNR__parallelTxPRACH_SRS_PUCCH_PUSCH {
30         CA_ParametersNR__parallelTxPRACH_SRS_PUCCH_PUSCH_supported      = 0
31 } e_CA_ParametersNR__parallelTxPRACH_SRS_PUCCH_PUSCH;
32 typedef enum CA_ParametersNR__simultaneousRxTxInterBandCA {
33         CA_ParametersNR__simultaneousRxTxInterBandCA_supported  = 0
34 } e_CA_ParametersNR__simultaneousRxTxInterBandCA;
35 typedef enum CA_ParametersNR__simultaneousRxTxSUL {
36         CA_ParametersNR__simultaneousRxTxSUL_supported  = 0
37 } e_CA_ParametersNR__simultaneousRxTxSUL;
38 typedef enum CA_ParametersNR__diffNumerologyAcrossPUCCH_Group {
39         CA_ParametersNR__diffNumerologyAcrossPUCCH_Group_supported      = 0
40 } e_CA_ParametersNR__diffNumerologyAcrossPUCCH_Group;
41 typedef enum CA_ParametersNR__diffNumerologyWithinPUCCH_Group {
42         CA_ParametersNR__diffNumerologyWithinPUCCH_Group_supported      = 0
43 } e_CA_ParametersNR__diffNumerologyWithinPUCCH_Group;
44 typedef enum CA_ParametersNR__supportedNumberTAG {
45         CA_ParametersNR__supportedNumberTAG_n2  = 0,
46         CA_ParametersNR__supportedNumberTAG_n3  = 1,
47         CA_ParametersNR__supportedNumberTAG_n4  = 2
48 } e_CA_ParametersNR__supportedNumberTAG;
49
50 /* CA-ParametersNR */
51 typedef struct CA_ParametersNR {
52         long    *multipleTimingAdvances;        /* OPTIONAL */
53         long    *parallelTxSRS_PUCCH_PUSCH;     /* OPTIONAL */
54         long    *parallelTxPRACH_SRS_PUCCH_PUSCH;       /* OPTIONAL */
55         long    *simultaneousRxTxInterBandCA;   /* OPTIONAL */
56         long    *simultaneousRxTxSUL;   /* OPTIONAL */
57         long    *diffNumerologyAcrossPUCCH_Group;       /* OPTIONAL */
58         long    *diffNumerologyWithinPUCCH_Group;       /* OPTIONAL */
59         long    *supportedNumberTAG;    /* OPTIONAL */
60         /*
61          * This type is extensible,
62          * possible extensions are below.
63          */
64         
65         /* Context for parsing across buffer boundaries */
66         asn_struct_ctx_t _asn_ctx;
67 } CA_ParametersNR_t;
68
69 /* Implementation */
70 /* extern asn_TYPE_descriptor_t asn_DEF_multipleTimingAdvances_2;       // (Use -fall-defs-global to expose) */
71 /* extern asn_TYPE_descriptor_t asn_DEF_parallelTxSRS_PUCCH_PUSCH_4;    // (Use -fall-defs-global to expose) */
72 /* extern asn_TYPE_descriptor_t asn_DEF_parallelTxPRACH_SRS_PUCCH_PUSCH_6;      // (Use -fall-defs-global to expose) */
73 /* extern asn_TYPE_descriptor_t asn_DEF_simultaneousRxTxInterBandCA_8;  // (Use -fall-defs-global to expose) */
74 /* extern asn_TYPE_descriptor_t asn_DEF_simultaneousRxTxSUL_10; // (Use -fall-defs-global to expose) */
75 /* extern asn_TYPE_descriptor_t asn_DEF_diffNumerologyAcrossPUCCH_Group_12;     // (Use -fall-defs-global to expose) */
76 /* extern asn_TYPE_descriptor_t asn_DEF_diffNumerologyWithinPUCCH_Group_14;     // (Use -fall-defs-global to expose) */
77 /* extern asn_TYPE_descriptor_t asn_DEF_supportedNumberTAG_16;  // (Use -fall-defs-global to expose) */
78 extern asn_TYPE_descriptor_t asn_DEF_CA_ParametersNR;
79 extern asn_SEQUENCE_specifics_t asn_SPC_CA_ParametersNR_specs_1;
80 extern asn_TYPE_member_t asn_MBR_CA_ParametersNR_1[8];
81
82 #ifdef __cplusplus
83 }
84 #endif
85
86 #endif  /* _CA_ParametersNR_H_ */
87 #include <asn_internal.h>