[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PUCCH-PowerControl.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 _PUCCH_PowerControl_H_
9 #define _PUCCH_PowerControl_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <NativeEnumerated.h>
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum PUCCH_PowerControl__twoPUCCH_PC_AdjustmentStates {
27         PUCCH_PowerControl__twoPUCCH_PC_AdjustmentStates_twoStates      = 0
28 } e_PUCCH_PowerControl__twoPUCCH_PC_AdjustmentStates;
29
30 /* Forward declarations */
31 struct P0_PUCCH;
32 struct PUCCH_PathlossReferenceRS;
33
34 /* PUCCH-PowerControl */
35 typedef struct PUCCH_PowerControl {
36         long    *deltaF_PUCCH_f0;       /* OPTIONAL */
37         long    *deltaF_PUCCH_f1;       /* OPTIONAL */
38         long    *deltaF_PUCCH_f2;       /* OPTIONAL */
39         long    *deltaF_PUCCH_f3;       /* OPTIONAL */
40         long    *deltaF_PUCCH_f4;       /* OPTIONAL */
41         struct PUCCH_PowerControl__p0_Set {
42                 A_SEQUENCE_OF(struct P0_PUCCH) list;
43                 
44                 /* Context for parsing across buffer boundaries */
45                 asn_struct_ctx_t _asn_ctx;
46         } *p0_Set;
47         struct PUCCH_PowerControl__pathlossReferenceRSs {
48                 A_SEQUENCE_OF(struct PUCCH_PathlossReferenceRS) list;
49                 
50                 /* Context for parsing across buffer boundaries */
51                 asn_struct_ctx_t _asn_ctx;
52         } *pathlossReferenceRSs;
53         long    *twoPUCCH_PC_AdjustmentStates;  /* OPTIONAL */
54         /*
55          * This type is extensible,
56          * possible extensions are below.
57          */
58         
59         /* Context for parsing across buffer boundaries */
60         asn_struct_ctx_t _asn_ctx;
61 } PUCCH_PowerControl_t;
62
63 /* Implementation */
64 /* extern asn_TYPE_descriptor_t asn_DEF_twoPUCCH_PC_AdjustmentStates_11;        // (Use -fall-defs-global to expose) */
65 extern asn_TYPE_descriptor_t asn_DEF_PUCCH_PowerControl;
66 extern asn_SEQUENCE_specifics_t asn_SPC_PUCCH_PowerControl_specs_1;
67 extern asn_TYPE_member_t asn_MBR_PUCCH_PowerControl_1[8];
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _PUCCH_PowerControl_H_ */
74 #include <asn_internal.h>