[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / Phy-ParametersXDD-Diff.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_ParametersXDD_Diff_H_
9 #define _Phy_ParametersXDD_Diff_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_ParametersXDD_Diff__dynamicSFI {
24         Phy_ParametersXDD_Diff__dynamicSFI_supported    = 0
25 } e_Phy_ParametersXDD_Diff__dynamicSFI;
26 typedef enum Phy_ParametersXDD_Diff__twoPUCCH_F0_2_ConsecSymbols {
27         Phy_ParametersXDD_Diff__twoPUCCH_F0_2_ConsecSymbols_supported   = 0
28 } e_Phy_ParametersXDD_Diff__twoPUCCH_F0_2_ConsecSymbols;
29 typedef enum Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUSCH {
30         Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUSCH_supported    = 0
31 } e_Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUSCH;
32 typedef enum Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUCCH {
33         Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUCCH_supported    = 0
34 } e_Phy_ParametersXDD_Diff__twoDifferentTPC_Loop_PUCCH;
35
36 /* Phy-ParametersXDD-Diff */
37 typedef struct Phy_ParametersXDD_Diff {
38         long    *dynamicSFI;    /* OPTIONAL */
39         long    *twoPUCCH_F0_2_ConsecSymbols;   /* OPTIONAL */
40         long    *twoDifferentTPC_Loop_PUSCH;    /* OPTIONAL */
41         long    *twoDifferentTPC_Loop_PUCCH;    /* OPTIONAL */
42         /*
43          * This type is extensible,
44          * possible extensions are below.
45          */
46         
47         /* Context for parsing across buffer boundaries */
48         asn_struct_ctx_t _asn_ctx;
49 } Phy_ParametersXDD_Diff_t;
50
51 /* Implementation */
52 /* extern asn_TYPE_descriptor_t asn_DEF_dynamicSFI_2;   // (Use -fall-defs-global to expose) */
53 /* extern asn_TYPE_descriptor_t asn_DEF_twoPUCCH_F0_2_ConsecSymbols_4;  // (Use -fall-defs-global to expose) */
54 /* extern asn_TYPE_descriptor_t asn_DEF_twoDifferentTPC_Loop_PUSCH_6;   // (Use -fall-defs-global to expose) */
55 /* extern asn_TYPE_descriptor_t asn_DEF_twoDifferentTPC_Loop_PUCCH_8;   // (Use -fall-defs-global to expose) */
56 extern asn_TYPE_descriptor_t asn_DEF_Phy_ParametersXDD_Diff;
57 extern asn_SEQUENCE_specifics_t asn_SPC_Phy_ParametersXDD_Diff_specs_1;
58 extern asn_TYPE_member_t asn_MBR_Phy_ParametersXDD_Diff_1[4];
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif  /* _Phy_ParametersXDD_Diff_H_ */
65 #include <asn_internal.h>