[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / SlotFormatIndicator.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 _SlotFormatIndicator_H_
9 #define _SlotFormatIndicator_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RNTI-Value.h"
16 #include <NativeInteger.h>
17 #include <asn_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE_OF.h>
19 #include "ServCellIndex.h"
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Forward declarations */
27 struct SlotFormatCombinationsPerCell;
28
29 /* SlotFormatIndicator */
30 typedef struct SlotFormatIndicator {
31         RNTI_Value_t     sfi_RNTI;
32         long     dci_PayloadSize;
33         struct SlotFormatIndicator__slotFormatCombToAddModList {
34                 A_SEQUENCE_OF(struct SlotFormatCombinationsPerCell) list;
35                 
36                 /* Context for parsing across buffer boundaries */
37                 asn_struct_ctx_t _asn_ctx;
38         } *slotFormatCombToAddModList;
39         struct SlotFormatIndicator__slotFormatCombToReleaseList {
40                 A_SEQUENCE_OF(ServCellIndex_t) list;
41                 
42                 /* Context for parsing across buffer boundaries */
43                 asn_struct_ctx_t _asn_ctx;
44         } *slotFormatCombToReleaseList;
45         /*
46          * This type is extensible,
47          * possible extensions are below.
48          */
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } SlotFormatIndicator_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_SlotFormatIndicator;
56 extern asn_SEQUENCE_specifics_t asn_SPC_SlotFormatIndicator_specs_1;
57 extern asn_TYPE_member_t asn_MBR_SlotFormatIndicator_1[4];
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _SlotFormatIndicator_H_ */
64 #include <asn_internal.h>