2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "./22April22_Paging/rrc_15.3_asn.asn1"
5 * `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _PDCCH_ServingCellConfig_H_
9 #define _PDCCH_ServingCellConfig_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <constr_CHOICE.h>
17 #include <constr_SEQUENCE.h>
24 typedef enum PDCCH_ServingCellConfig__slotFormatIndicator_PR {
25 PDCCH_ServingCellConfig__slotFormatIndicator_PR_NOTHING, /* No components present */
26 PDCCH_ServingCellConfig__slotFormatIndicator_PR_release,
27 PDCCH_ServingCellConfig__slotFormatIndicator_PR_setup
28 } PDCCH_ServingCellConfig__slotFormatIndicator_PR;
30 /* Forward declarations */
31 struct SlotFormatIndicator;
33 /* PDCCH-ServingCellConfig */
34 typedef struct PDCCH_ServingCellConfig {
35 struct PDCCH_ServingCellConfig__slotFormatIndicator {
36 PDCCH_ServingCellConfig__slotFormatIndicator_PR present;
37 union PDCCH_ServingCellConfig__slotFormatIndicator_u {
39 struct SlotFormatIndicator *setup;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx;
44 } *slotFormatIndicator;
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 } PDCCH_ServingCellConfig_t;
55 extern asn_TYPE_descriptor_t asn_DEF_PDCCH_ServingCellConfig;
56 extern asn_SEQUENCE_specifics_t asn_SPC_PDCCH_ServingCellConfig_specs_1;
57 extern asn_TYPE_member_t asn_MBR_PDCCH_ServingCellConfig_1[1];
63 #endif /* _PDCCH_ServingCellConfig_H_ */
64 #include <asn_internal.h>