[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / SRI-PUSCH-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 _SRI_PUSCH_PowerControl_H_
9 #define _SRI_PUSCH_PowerControl_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "SRI-PUSCH-PowerControlId.h"
16 #include "PUSCH-PathlossReferenceRS-Id.h"
17 #include "P0-PUSCH-AlphaSetId.h"
18 #include <NativeEnumerated.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SRI_PUSCH_PowerControl__sri_PUSCH_ClosedLoopIndex {
27         SRI_PUSCH_PowerControl__sri_PUSCH_ClosedLoopIndex_i0    = 0,
28         SRI_PUSCH_PowerControl__sri_PUSCH_ClosedLoopIndex_i1    = 1
29 } e_SRI_PUSCH_PowerControl__sri_PUSCH_ClosedLoopIndex;
30
31 /* SRI-PUSCH-PowerControl */
32 typedef struct SRI_PUSCH_PowerControl {
33         SRI_PUSCH_PowerControlId_t       sri_PUSCH_PowerControlId;
34         PUSCH_PathlossReferenceRS_Id_t   sri_PUSCH_PathlossReferenceRS_Id;
35         P0_PUSCH_AlphaSetId_t    sri_P0_PUSCH_AlphaSetId;
36         long     sri_PUSCH_ClosedLoopIndex;
37         
38         /* Context for parsing across buffer boundaries */
39         asn_struct_ctx_t _asn_ctx;
40 } SRI_PUSCH_PowerControl_t;
41
42 /* Implementation */
43 /* extern asn_TYPE_descriptor_t asn_DEF_sri_PUSCH_ClosedLoopIndex_5;    // (Use -fall-defs-global to expose) */
44 extern asn_TYPE_descriptor_t asn_DEF_SRI_PUSCH_PowerControl;
45 extern asn_SEQUENCE_specifics_t asn_SPC_SRI_PUSCH_PowerControl_specs_1;
46 extern asn_TYPE_member_t asn_MBR_SRI_PUSCH_PowerControl_1[4];
47
48 #ifdef __cplusplus
49 }
50 #endif
51
52 #endif  /* _SRI_PUSCH_PowerControl_H_ */
53 #include <asn_internal.h>