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 _SlotFormatIndicator_H_
9 #define _SlotFormatIndicator_H_
12 #include <asn_application.h>
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>
26 /* Forward declarations */
27 struct SlotFormatCombinationsPerCell;
29 /* SlotFormatIndicator */
30 typedef struct SlotFormatIndicator {
31 RNTI_Value_t sfi_RNTI;
33 struct SlotFormatIndicator__slotFormatCombToAddModList {
34 A_SEQUENCE_OF(struct SlotFormatCombinationsPerCell) list;
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;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
44 } *slotFormatCombToReleaseList;
46 * This type is extensible,
47 * possible extensions are below.
50 /* Context for parsing across buffer boundaries */
51 asn_struct_ctx_t _asn_ctx;
52 } SlotFormatIndicator_t;
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];
63 #endif /* _SlotFormatIndicator_H_ */
64 #include <asn_internal.h>