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`
8 #ifndef _FeatureSetDownlinkPerCC_H_
9 #define _FeatureSetDownlinkPerCC_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SubcarrierSpacing.h"
16 #include "SupportedBandwidth.h"
17 #include <NativeEnumerated.h>
18 #include "MIMO-LayersDL.h"
19 #include "ModulationOrder.h"
20 #include <constr_SEQUENCE.h>
27 typedef enum FeatureSetDownlinkPerCC__channelBW_90mhz {
28 FeatureSetDownlinkPerCC__channelBW_90mhz_supported = 0
29 } e_FeatureSetDownlinkPerCC__channelBW_90mhz;
31 /* FeatureSetDownlinkPerCC */
32 typedef struct FeatureSetDownlinkPerCC {
33 SubcarrierSpacing_t supportedSubcarrierSpacingDL;
34 SupportedBandwidth_t supportedBandwidthDL;
35 long *channelBW_90mhz; /* OPTIONAL */
36 MIMO_LayersDL_t *maxNumberMIMO_LayersPDSCH; /* OPTIONAL */
37 ModulationOrder_t *supportedModulationOrderDL; /* OPTIONAL */
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41 } FeatureSetDownlinkPerCC_t;
44 /* extern asn_TYPE_descriptor_t asn_DEF_channelBW_90mhz_4; // (Use -fall-defs-global to expose) */
45 extern asn_TYPE_descriptor_t asn_DEF_FeatureSetDownlinkPerCC;
46 extern asn_SEQUENCE_specifics_t asn_SPC_FeatureSetDownlinkPerCC_specs_1;
47 extern asn_TYPE_member_t asn_MBR_FeatureSetDownlinkPerCC_1[5];
53 #endif /* _FeatureSetDownlinkPerCC_H_ */
54 #include <asn_internal.h>