[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / NZP-CSI-RS-Resource.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 _NZP_CSI_RS_Resource_H_
9 #define _NZP_CSI_RS_Resource_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NZP-CSI-RS-ResourceId.h"
16 #include "CSI-RS-ResourceMapping.h"
17 #include <NativeInteger.h>
18 #include <NativeEnumerated.h>
19 #include "ScramblingId.h"
20 #include "TCI-StateId.h"
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum NZP_CSI_RS_Resource__powerControlOffsetSS {
29         NZP_CSI_RS_Resource__powerControlOffsetSS_db_3  = 0,
30         NZP_CSI_RS_Resource__powerControlOffsetSS_db0   = 1,
31         NZP_CSI_RS_Resource__powerControlOffsetSS_db3   = 2,
32         NZP_CSI_RS_Resource__powerControlOffsetSS_db6   = 3
33 } e_NZP_CSI_RS_Resource__powerControlOffsetSS;
34
35 /* Forward declarations */
36 struct CSI_ResourcePeriodicityAndOffset;
37
38 /* NZP-CSI-RS-Resource */
39 typedef struct NZP_CSI_RS_Resource {
40         NZP_CSI_RS_ResourceId_t  nzp_CSI_RS_ResourceId;
41         CSI_RS_ResourceMapping_t         resourceMapping;
42         long     powerControlOffset;
43         long    *powerControlOffsetSS;  /* OPTIONAL */
44         ScramblingId_t   scramblingID;
45         struct CSI_ResourcePeriodicityAndOffset *periodicityAndOffset;  /* OPTIONAL */
46         TCI_StateId_t   *qcl_InfoPeriodicCSI_RS;        /* OPTIONAL */
47         /*
48          * This type is extensible,
49          * possible extensions are below.
50          */
51         
52         /* Context for parsing across buffer boundaries */
53         asn_struct_ctx_t _asn_ctx;
54 } NZP_CSI_RS_Resource_t;
55
56 /* Implementation */
57 /* extern asn_TYPE_descriptor_t asn_DEF_powerControlOffsetSS_5; // (Use -fall-defs-global to expose) */
58 extern asn_TYPE_descriptor_t asn_DEF_NZP_CSI_RS_Resource;
59 extern asn_SEQUENCE_specifics_t asn_SPC_NZP_CSI_RS_Resource_specs_1;
60 extern asn_TYPE_member_t asn_MBR_NZP_CSI_RS_Resource_1[7];
61
62 #ifdef __cplusplus
63 }
64 #endif
65
66 #endif  /* _NZP_CSI_RS_Resource_H_ */
67 #include <asn_internal.h>