[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / CSI-ReportPeriodicityAndOffset.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_ReportPeriodicityAndOffset_H_
9 #define _CSI_ReportPeriodicityAndOffset_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_ReportPeriodicityAndOffset_PR {
24         CSI_ReportPeriodicityAndOffset_PR_NOTHING,      /* No components present */
25         CSI_ReportPeriodicityAndOffset_PR_slots4,
26         CSI_ReportPeriodicityAndOffset_PR_slots5,
27         CSI_ReportPeriodicityAndOffset_PR_slots8,
28         CSI_ReportPeriodicityAndOffset_PR_slots10,
29         CSI_ReportPeriodicityAndOffset_PR_slots16,
30         CSI_ReportPeriodicityAndOffset_PR_slots20,
31         CSI_ReportPeriodicityAndOffset_PR_slots40,
32         CSI_ReportPeriodicityAndOffset_PR_slots80,
33         CSI_ReportPeriodicityAndOffset_PR_slots160,
34         CSI_ReportPeriodicityAndOffset_PR_slots320
35 } CSI_ReportPeriodicityAndOffset_PR;
36
37 /* CSI-ReportPeriodicityAndOffset */
38 typedef struct CSI_ReportPeriodicityAndOffset {
39         CSI_ReportPeriodicityAndOffset_PR present;
40         union CSI_ReportPeriodicityAndOffset_u {
41                 long     slots4;
42                 long     slots5;
43                 long     slots8;
44                 long     slots10;
45                 long     slots16;
46                 long     slots20;
47                 long     slots40;
48                 long     slots80;
49                 long     slots160;
50                 long     slots320;
51         } choice;
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } CSI_ReportPeriodicityAndOffset_t;
56
57 /* Implementation */
58 extern asn_TYPE_descriptor_t asn_DEF_CSI_ReportPeriodicityAndOffset;
59 extern asn_CHOICE_specifics_t asn_SPC_CSI_ReportPeriodicityAndOffset_specs_1;
60 extern asn_TYPE_member_t asn_MBR_CSI_ReportPeriodicityAndOffset_1[10];
61 extern asn_per_constraints_t asn_PER_type_CSI_ReportPeriodicityAndOffset_constr_1;
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _CSI_ReportPeriodicityAndOffset_H_ */
68 #include <asn_internal.h>