2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CA_ParametersEUTRA_H_
9 #define _CA_ParametersEUTRA_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <BIT_STRING.h>
17 #include <constr_SEQUENCE.h>
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;
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 */
46 * This type is extensible,
47 * possible extensions are below.
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
52 } CA_ParametersEUTRA_t;
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];
67 #endif /* _CA_ParametersEUTRA_H_ */
68 #include <asn_internal.h>