[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CSI-ResourcePeriodicityAndOffset.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _CSI_ResourcePeriodicityAndOffset_H_
9 #define _CSI_ResourcePeriodicityAndOffset_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum CSI_ResourcePeriodicityAndOffset_PR {
24         CSI_ResourcePeriodicityAndOffset_PR_NOTHING,    /* No components present */
25         CSI_ResourcePeriodicityAndOffset_PR_slots4,
26         CSI_ResourcePeriodicityAndOffset_PR_slots5,
27         CSI_ResourcePeriodicityAndOffset_PR_slots8,
28         CSI_ResourcePeriodicityAndOffset_PR_slots10,
29         CSI_ResourcePeriodicityAndOffset_PR_slots16,
30         CSI_ResourcePeriodicityAndOffset_PR_slots20,
31         CSI_ResourcePeriodicityAndOffset_PR_slots32,
32         CSI_ResourcePeriodicityAndOffset_PR_slots40,
33         CSI_ResourcePeriodicityAndOffset_PR_slots64,
34         CSI_ResourcePeriodicityAndOffset_PR_slots80,
35         CSI_ResourcePeriodicityAndOffset_PR_slots160,
36         CSI_ResourcePeriodicityAndOffset_PR_slots320,
37         CSI_ResourcePeriodicityAndOffset_PR_slots640
38 } CSI_ResourcePeriodicityAndOffset_PR;
39
40 /* CSI-ResourcePeriodicityAndOffset */
41 typedef struct CSI_ResourcePeriodicityAndOffset {
42         CSI_ResourcePeriodicityAndOffset_PR present;
43         union CSI_ResourcePeriodicityAndOffset_u {
44                 long     slots4;
45                 long     slots5;
46                 long     slots8;
47                 long     slots10;
48                 long     slots16;
49                 long     slots20;
50                 long     slots32;
51                 long     slots40;
52                 long     slots64;
53                 long     slots80;
54                 long     slots160;
55                 long     slots320;
56                 long     slots640;
57         } choice;
58         
59         /* Context for parsing across buffer boundaries */
60         asn_struct_ctx_t _asn_ctx;
61 } CSI_ResourcePeriodicityAndOffset_t;
62
63 /* Implementation */
64 extern asn_TYPE_descriptor_t asn_DEF_CSI_ResourcePeriodicityAndOffset;
65 extern asn_CHOICE_specifics_t asn_SPC_CSI_ResourcePeriodicityAndOffset_specs_1;
66 extern asn_TYPE_member_t asn_MBR_CSI_ResourcePeriodicityAndOffset_1[13];
67 extern asn_per_constraints_t asn_PER_type_CSI_ResourcePeriodicityAndOffset_constr_1;
68
69 #ifdef __cplusplus
70 }
71 #endif
72
73 #endif  /* _CSI_ResourcePeriodicityAndOffset_H_ */
74 #include <asn_internal.h>