/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _PDCCH_ConfigCommon_H_ #define _PDCCH_ConfigCommon_H_ #include /* Including external dependencies */ #include "ControlResourceSetZero.h" #include "SearchSpaceZero.h" #include "SearchSpaceId.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ControlResourceSet; struct SearchSpace; /* PDCCH-ConfigCommon */ typedef struct PDCCH_ConfigCommon { ControlResourceSetZero_t *controlResourceSetZero; /* OPTIONAL */ struct ControlResourceSet *commonControlResourceSet; /* OPTIONAL */ SearchSpaceZero_t *searchSpaceZero; /* OPTIONAL */ struct PDCCH_ConfigCommon__commonSearchSpaceList { A_SEQUENCE_OF(struct SearchSpace) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *commonSearchSpaceList; SearchSpaceId_t *searchSpaceSIB1; /* OPTIONAL */ SearchSpaceId_t *searchSpaceOtherSystemInformation; /* OPTIONAL */ SearchSpaceId_t *pagingSearchSpace; /* OPTIONAL */ SearchSpaceId_t *ra_SearchSpace; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PDCCH_ConfigCommon_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PDCCH_ConfigCommon; extern asn_SEQUENCE_specifics_t asn_SPC_PDCCH_ConfigCommon_specs_1; extern asn_TYPE_member_t asn_MBR_PDCCH_ConfigCommon_1[8]; #ifdef __cplusplus } #endif #endif /* _PDCCH_ConfigCommon_H_ */ #include