[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / DownlinkPreemption.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 _DownlinkPreemption_H_
9 #define _DownlinkPreemption_H_
10
11
12 #include <asn_application.h>
13
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>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum DownlinkPreemption__timeFrequencySet {
28         DownlinkPreemption__timeFrequencySet_set0       = 0,
29         DownlinkPreemption__timeFrequencySet_set1       = 1
30 } e_DownlinkPreemption__timeFrequencySet;
31
32 /* Forward declarations */
33 struct INT_ConfigurationPerServingCell;
34
35 /* DownlinkPreemption */
36 typedef struct DownlinkPreemption {
37         RNTI_Value_t     int_RNTI;
38         long     timeFrequencySet;
39         long     dci_PayloadSize;
40         struct DownlinkPreemption__int_ConfigurationPerServingCell {
41                 A_SEQUENCE_OF(struct INT_ConfigurationPerServingCell) list;
42                 
43                 /* Context for parsing across buffer boundaries */
44                 asn_struct_ctx_t _asn_ctx;
45         } int_ConfigurationPerServingCell;
46         /*
47          * This type is extensible,
48          * possible extensions are below.
49          */
50         
51         /* Context for parsing across buffer boundaries */
52         asn_struct_ctx_t _asn_ctx;
53 } DownlinkPreemption_t;
54
55 /* Implementation */
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];
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _DownlinkPreemption_H_ */
66 #include <asn_internal.h>