[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / TypeII-Codebook.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 _TypeII_Codebook_H_
9 #define _TypeII_Codebook_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <NativeInteger.h>
17 #include <constr_SEQUENCE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
24 typedef enum TypeII_Codebook__maxNumberTxPortsPerResource {
25         TypeII_Codebook__maxNumberTxPortsPerResource_p4 = 0,
26         TypeII_Codebook__maxNumberTxPortsPerResource_p8 = 1,
27         TypeII_Codebook__maxNumberTxPortsPerResource_p12        = 2,
28         TypeII_Codebook__maxNumberTxPortsPerResource_p16        = 3,
29         TypeII_Codebook__maxNumberTxPortsPerResource_p24        = 4,
30         TypeII_Codebook__maxNumberTxPortsPerResource_p32        = 5
31 } e_TypeII_Codebook__maxNumberTxPortsPerResource;
32 typedef enum TypeII_Codebook__amplitudeScalingType {
33         TypeII_Codebook__amplitudeScalingType_wideband  = 0,
34         TypeII_Codebook__amplitudeScalingType_widebandAndSubband        = 1
35 } e_TypeII_Codebook__amplitudeScalingType;
36 typedef enum TypeII_Codebook__amplitudeSubsetRestriction {
37         TypeII_Codebook__amplitudeSubsetRestriction_supported   = 0
38 } e_TypeII_Codebook__amplitudeSubsetRestriction;
39
40 /* TypeII-Codebook */
41 typedef struct TypeII_Codebook {
42         long     maxNumberTxPortsPerResource;
43         long     maxNumberResources;
44         long     totalNumberTxPorts;
45         long     parameterLx;
46         long     amplitudeScalingType;
47         long    *amplitudeSubsetRestriction;    /* OPTIONAL */
48         long     maxNumberCSI_RS_PerResourceSet;
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } TypeII_Codebook_t;
53
54 /* Implementation */
55 /* extern asn_TYPE_descriptor_t asn_DEF_maxNumberTxPortsPerResource_2;  // (Use -fall-defs-global to expose) */
56 /* extern asn_TYPE_descriptor_t asn_DEF_amplitudeScalingType_12;        // (Use -fall-defs-global to expose) */
57 /* extern asn_TYPE_descriptor_t asn_DEF_amplitudeSubsetRestriction_15;  // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_TypeII_Codebook;
59 extern asn_SEQUENCE_specifics_t asn_SPC_TypeII_Codebook_specs_1;
60 extern asn_TYPE_member_t asn_MBR_TypeII_Codebook_1[7];
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _TypeII_Codebook_H_ */
67 #include <asn_internal.h>