[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / PUSCH-PathlossReferenceRS.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 _PUSCH_PathlossReferenceRS_H_
9 #define _PUSCH_PathlossReferenceRS_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "PUSCH-PathlossReferenceRS-Id.h"
16 #include "SSB-Index.h"
17 #include "NZP-CSI-RS-ResourceId.h"
18 #include <constr_CHOICE.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum PUSCH_PathlossReferenceRS__referenceSignal_PR {
27         PUSCH_PathlossReferenceRS__referenceSignal_PR_NOTHING,  /* No components present */
28         PUSCH_PathlossReferenceRS__referenceSignal_PR_ssb_Index,
29         PUSCH_PathlossReferenceRS__referenceSignal_PR_csi_RS_Index
30 } PUSCH_PathlossReferenceRS__referenceSignal_PR;
31
32 /* PUSCH-PathlossReferenceRS */
33 typedef struct PUSCH_PathlossReferenceRS {
34         PUSCH_PathlossReferenceRS_Id_t   pusch_PathlossReferenceRS_Id;
35         struct PUSCH_PathlossReferenceRS__referenceSignal {
36                 PUSCH_PathlossReferenceRS__referenceSignal_PR present;
37                 union PUSCH_PathlossReferenceRS__referenceSignal_u {
38                         SSB_Index_t      ssb_Index;
39                         NZP_CSI_RS_ResourceId_t  csi_RS_Index;
40                 } choice;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } referenceSignal;
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } PUSCH_PathlossReferenceRS_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_PUSCH_PathlossReferenceRS;
52 extern asn_SEQUENCE_specifics_t asn_SPC_PUSCH_PathlossReferenceRS_specs_1;
53 extern asn_TYPE_member_t asn_MBR_PUSCH_PathlossReferenceRS_1[2];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _PUSCH_PathlossReferenceRS_H_ */
60 #include <asn_internal.h>