[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / Phy-Parameters.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 _Phy_Parameters_H_
9 #define _Phy_Parameters_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <constr_SEQUENCE.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Forward declarations */
22 struct Phy_ParametersCommon;
23 struct Phy_ParametersXDD_Diff;
24 struct Phy_ParametersFRX_Diff;
25 struct Phy_ParametersFR1;
26 struct Phy_ParametersFR2;
27
28 /* Phy-Parameters */
29 typedef struct Phy_Parameters {
30         struct Phy_ParametersCommon     *phy_ParametersCommon;  /* OPTIONAL */
31         struct Phy_ParametersXDD_Diff   *phy_ParametersXDD_Diff;        /* OPTIONAL */
32         struct Phy_ParametersFRX_Diff   *phy_ParametersFRX_Diff;        /* OPTIONAL */
33         struct Phy_ParametersFR1        *phy_ParametersFR1;     /* OPTIONAL */
34         struct Phy_ParametersFR2        *phy_ParametersFR2;     /* OPTIONAL */
35         
36         /* Context for parsing across buffer boundaries */
37         asn_struct_ctx_t _asn_ctx;
38 } Phy_Parameters_t;
39
40 /* Implementation */
41 extern asn_TYPE_descriptor_t asn_DEF_Phy_Parameters;
42 extern asn_SEQUENCE_specifics_t asn_SPC_Phy_Parameters_specs_1;
43 extern asn_TYPE_member_t asn_MBR_Phy_Parameters_1[5];
44
45 #ifdef __cplusplus
46 }
47 #endif
48
49 #endif  /* _Phy_Parameters_H_ */
50 #include <asn_internal.h>