[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / FeatureSetDownlinkPerCC.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 _FeatureSetDownlinkPerCC_H_
9 #define _FeatureSetDownlinkPerCC_H_
10
11
12 #include <asn_application.h>
13
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>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum FeatureSetDownlinkPerCC__channelBW_90mhz {
28         FeatureSetDownlinkPerCC__channelBW_90mhz_supported      = 0
29 } e_FeatureSetDownlinkPerCC__channelBW_90mhz;
30
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 */
38         
39         /* Context for parsing across buffer boundaries */
40         asn_struct_ctx_t _asn_ctx;
41 } FeatureSetDownlinkPerCC_t;
42
43 /* Implementation */
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];
48
49 #ifdef __cplusplus
50 }
51 #endif
52
53 #endif  /* _FeatureSetDownlinkPerCC_H_ */
54 #include <asn_internal.h>