2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "../ASN1_Input/rrc_15_3_asn.asn1"
5 * `asn1c -D ../RRC_output_14Nov/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
8 #ifndef _DownlinkPreemption_H_
9 #define _DownlinkPreemption_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "RNTI-Value.h"
16 #include <NativeEnumerated.h>
17 #include <NativeInteger.h>
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
27 typedef enum DownlinkPreemption__timeFrequencySet {
28 DownlinkPreemption__timeFrequencySet_set0 = 0,
29 DownlinkPreemption__timeFrequencySet_set1 = 1
30 } e_DownlinkPreemption__timeFrequencySet;
32 /* Forward declarations */
33 struct INT_ConfigurationPerServingCell;
35 /* DownlinkPreemption */
36 typedef struct DownlinkPreemption {
37 RNTI_Value_t int_RNTI;
38 long timeFrequencySet;
40 struct DownlinkPreemption__int_ConfigurationPerServingCell {
41 A_SEQUENCE_OF(struct INT_ConfigurationPerServingCell) list;
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45 } int_ConfigurationPerServingCell;
47 * This type is extensible,
48 * possible extensions are below.
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53 } DownlinkPreemption_t;
56 /* extern asn_TYPE_descriptor_t asn_DEF_timeFrequencySet_3; // (Use -fall-defs-global to expose) */
57 extern asn_TYPE_descriptor_t asn_DEF_DownlinkPreemption;
58 extern asn_SEQUENCE_specifics_t asn_SPC_DownlinkPreemption_specs_1;
59 extern asn_TYPE_member_t asn_MBR_DownlinkPreemption_1[4];
65 #endif /* _DownlinkPreemption_H_ */
66 #include <asn_internal.h>