[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / Phy-ParametersFR2.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 _Phy_ParametersFR2_H_
9 #define _Phy_ParametersFR2_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16 #include <constr_SEQUENCE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum Phy_ParametersFR2__calibrationGapPA {
24         Phy_ParametersFR2__calibrationGapPA_supported   = 0
25 } e_Phy_ParametersFR2__calibrationGapPA;
26 typedef enum Phy_ParametersFR2__pdsch_RE_MappingFR2 {
27         Phy_ParametersFR2__pdsch_RE_MappingFR2_n6       = 0,
28         Phy_ParametersFR2__pdsch_RE_MappingFR2_n20      = 1
29 } e_Phy_ParametersFR2__pdsch_RE_MappingFR2;
30
31 /* Phy-ParametersFR2 */
32 typedef struct Phy_ParametersFR2 {
33         long    *calibrationGapPA;      /* OPTIONAL */
34         long    *pdsch_RE_MappingFR2;   /* OPTIONAL */
35         /*
36          * This type is extensible,
37          * possible extensions are below.
38          */
39         
40         /* Context for parsing across buffer boundaries */
41         asn_struct_ctx_t _asn_ctx;
42 } Phy_ParametersFR2_t;
43
44 /* Implementation */
45 /* extern asn_TYPE_descriptor_t asn_DEF_calibrationGapPA_2;     // (Use -fall-defs-global to expose) */
46 /* extern asn_TYPE_descriptor_t asn_DEF_pdsch_RE_MappingFR2_4;  // (Use -fall-defs-global to expose) */
47 extern asn_TYPE_descriptor_t asn_DEF_Phy_ParametersFR2;
48 extern asn_SEQUENCE_specifics_t asn_SPC_Phy_ParametersFR2_specs_1;
49 extern asn_TYPE_member_t asn_MBR_Phy_ParametersFR2_1[2];
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _Phy_ParametersFR2_H_ */
56 #include <asn_internal.h>