2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CSI_ReportPeriodicityAndOffset_H_
9 #define _CSI_ReportPeriodicityAndOffset_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_CHOICE.h>
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;
37 /* CSI-ReportPeriodicityAndOffset */
38 typedef struct CSI_ReportPeriodicityAndOffset {
39 CSI_ReportPeriodicityAndOffset_PR present;
40 union CSI_ReportPeriodicityAndOffset_u {
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55 } CSI_ReportPeriodicityAndOffset_t;
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;
67 #endif /* _CSI_ReportPeriodicityAndOffset_H_ */
68 #include <asn_internal.h>