[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / FeatureSetUplinkPerCC.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _FeatureSetUplinkPerCC_H_
9 #define _FeatureSetUplinkPerCC_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-LayersUL.h"
19 #include "ModulationOrder.h"
20 #include <NativeInteger.h>
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum FeatureSetUplinkPerCC__channelBW_90mhz {
29         FeatureSetUplinkPerCC__channelBW_90mhz_supported        = 0
30 } e_FeatureSetUplinkPerCC__channelBW_90mhz;
31
32 /* FeatureSetUplinkPerCC */
33 typedef struct FeatureSetUplinkPerCC {
34         SubcarrierSpacing_t      supportedSubcarrierSpacingUL;
35         SupportedBandwidth_t     supportedBandwidthUL;
36         long    *channelBW_90mhz;       /* OPTIONAL */
37         struct FeatureSetUplinkPerCC__mimo_CB_PUSCH {
38                 MIMO_LayersUL_t *maxNumberMIMO_LayersCB_PUSCH;  /* OPTIONAL */
39                 long     maxNumberSRS_ResourcePerSet;
40                 
41                 /* Context for parsing across buffer boundaries */
42                 asn_struct_ctx_t _asn_ctx;
43         } *mimo_CB_PUSCH;
44         MIMO_LayersUL_t *maxNumberMIMO_LayersNonCB_PUSCH;       /* OPTIONAL */
45         ModulationOrder_t       *supportedModulationOrderUL;    /* OPTIONAL */
46         
47         /* Context for parsing across buffer boundaries */
48         asn_struct_ctx_t _asn_ctx;
49 } FeatureSetUplinkPerCC_t;
50
51 /* Implementation */
52 /* extern asn_TYPE_descriptor_t asn_DEF_channelBW_90mhz_4;      // (Use -fall-defs-global to expose) */
53 extern asn_TYPE_descriptor_t asn_DEF_FeatureSetUplinkPerCC;
54 extern asn_SEQUENCE_specifics_t asn_SPC_FeatureSetUplinkPerCC_specs_1;
55 extern asn_TYPE_member_t asn_MBR_FeatureSetUplinkPerCC_1[6];
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _FeatureSetUplinkPerCC_H_ */
62 #include <asn_internal.h>