[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-ResourceSet.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_ResourceSet_H_
9 #define _NZP_CSI_RS_ResourceSet_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "NZP-CSI-RS-ResourceSetId.h"
16 #include <NativeEnumerated.h>
17 #include <NativeInteger.h>
18 #include "NZP-CSI-RS-ResourceId.h"
19 #include <asn_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE_OF.h>
21 #include <constr_SEQUENCE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum NZP_CSI_RS_ResourceSet__repetition {
29         NZP_CSI_RS_ResourceSet__repetition_on   = 0,
30         NZP_CSI_RS_ResourceSet__repetition_off  = 1
31 } e_NZP_CSI_RS_ResourceSet__repetition;
32 typedef enum NZP_CSI_RS_ResourceSet__trs_Info {
33         NZP_CSI_RS_ResourceSet__trs_Info_true   = 0
34 } e_NZP_CSI_RS_ResourceSet__trs_Info;
35
36 /* NZP-CSI-RS-ResourceSet */
37 typedef struct NZP_CSI_RS_ResourceSet {
38         NZP_CSI_RS_ResourceSetId_t       nzp_CSI_ResourceSetId;
39         struct NZP_CSI_RS_ResourceSet__nzp_CSI_RS_Resources {
40                 A_SEQUENCE_OF(NZP_CSI_RS_ResourceId_t) list;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } nzp_CSI_RS_Resources;
45         long    *repetition;    /* OPTIONAL */
46         long    *aperiodicTriggeringOffset;     /* OPTIONAL */
47         long    *trs_Info;      /* OPTIONAL */
48         /*
49          * This type is extensible,
50          * possible extensions are below.
51          */
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } NZP_CSI_RS_ResourceSet_t;
56
57 /* Implementation */
58 /* extern asn_TYPE_descriptor_t asn_DEF_repetition_5;   // (Use -fall-defs-global to expose) */
59 /* extern asn_TYPE_descriptor_t asn_DEF_trs_Info_9;     // (Use -fall-defs-global to expose) */
60 extern asn_TYPE_descriptor_t asn_DEF_NZP_CSI_RS_ResourceSet;
61 extern asn_SEQUENCE_specifics_t asn_SPC_NZP_CSI_RS_ResourceSet_specs_1;
62 extern asn_TYPE_member_t asn_MBR_NZP_CSI_RS_ResourceSet_1[5];
63
64 #ifdef __cplusplus
65 }
66 #endif
67
68 #endif  /* _NZP_CSI_RS_ResourceSet_H_ */
69 #include <asn_internal.h>