[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / CSI-AssociatedReportConfigInfo.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 _CSI_AssociatedReportConfigInfo_H_
9 #define _CSI_AssociatedReportConfigInfo_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "CSI-ReportConfigId.h"
16 #include <NativeInteger.h>
17 #include "TCI-StateId.h"
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
21 #include <constr_CHOICE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum CSI_AssociatedReportConfigInfo__resourcesForChannel_PR {
29         CSI_AssociatedReportConfigInfo__resourcesForChannel_PR_NOTHING, /* No components present */
30         CSI_AssociatedReportConfigInfo__resourcesForChannel_PR_nzp_CSI_RS,
31         CSI_AssociatedReportConfigInfo__resourcesForChannel_PR_csi_SSB_ResourceSet
32 } CSI_AssociatedReportConfigInfo__resourcesForChannel_PR;
33
34 /* CSI-AssociatedReportConfigInfo */
35 typedef struct CSI_AssociatedReportConfigInfo {
36         CSI_ReportConfigId_t     reportConfigId;
37         struct CSI_AssociatedReportConfigInfo__resourcesForChannel {
38                 CSI_AssociatedReportConfigInfo__resourcesForChannel_PR present;
39                 union CSI_AssociatedReportConfigInfo__resourcesForChannel_u {
40                         struct CSI_AssociatedReportConfigInfo__resourcesForChannel__nzp_CSI_RS {
41                                 long     resourceSet;
42                                 struct CSI_AssociatedReportConfigInfo__resourcesForChannel__nzp_CSI_RS__qcl_info {
43                                         A_SEQUENCE_OF(TCI_StateId_t) list;
44                                         
45                                         /* Context for parsing across buffer boundaries */
46                                         asn_struct_ctx_t _asn_ctx;
47                                 } *qcl_info;
48                                 
49                                 /* Context for parsing across buffer boundaries */
50                                 asn_struct_ctx_t _asn_ctx;
51                         } *nzp_CSI_RS;
52                         long     csi_SSB_ResourceSet;
53                 } choice;
54                 
55                 /* Context for parsing across buffer boundaries */
56                 asn_struct_ctx_t _asn_ctx;
57         } resourcesForChannel;
58         long    *csi_IM_ResourcesForInterference;       /* OPTIONAL */
59         long    *nzp_CSI_RS_ResourcesForInterference;   /* OPTIONAL */
60         /*
61          * This type is extensible,
62          * possible extensions are below.
63          */
64         
65         /* Context for parsing across buffer boundaries */
66         asn_struct_ctx_t _asn_ctx;
67 } CSI_AssociatedReportConfigInfo_t;
68
69 /* Implementation */
70 extern asn_TYPE_descriptor_t asn_DEF_CSI_AssociatedReportConfigInfo;
71 extern asn_SEQUENCE_specifics_t asn_SPC_CSI_AssociatedReportConfigInfo_specs_1;
72 extern asn_TYPE_member_t asn_MBR_CSI_AssociatedReportConfigInfo_1[4];
73
74 #ifdef __cplusplus
75 }
76 #endif
77
78 #endif  /* _CSI_AssociatedReportConfigInfo_H_ */
79 #include <asn_internal.h>