/* * 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_hlal -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _PDCCH_Config_H_ #define _PDCCH_Config_H_ #include /* Including external dependencies */ #include #include #include "ControlResourceSetId.h" #include "SearchSpaceId.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PDCCH_Config__downlinkPreemption_PR { PDCCH_Config__downlinkPreemption_PR_NOTHING, /* No components present */ PDCCH_Config__downlinkPreemption_PR_release, PDCCH_Config__downlinkPreemption_PR_setup } PDCCH_Config__downlinkPreemption_PR; typedef enum PDCCH_Config__tpc_PUSCH_PR { PDCCH_Config__tpc_PUSCH_PR_NOTHING, /* No components present */ PDCCH_Config__tpc_PUSCH_PR_release, PDCCH_Config__tpc_PUSCH_PR_setup } PDCCH_Config__tpc_PUSCH_PR; typedef enum PDCCH_Config__tpc_PUCCH_PR { PDCCH_Config__tpc_PUCCH_PR_NOTHING, /* No components present */ PDCCH_Config__tpc_PUCCH_PR_release, PDCCH_Config__tpc_PUCCH_PR_setup } PDCCH_Config__tpc_PUCCH_PR; typedef enum PDCCH_Config__tpc_SRS_PR { PDCCH_Config__tpc_SRS_PR_NOTHING, /* No components present */ PDCCH_Config__tpc_SRS_PR_release, PDCCH_Config__tpc_SRS_PR_setup } PDCCH_Config__tpc_SRS_PR; /* Forward declarations */ struct ControlResourceSet; struct SearchSpace; struct DownlinkPreemption; struct PUSCH_TPC_CommandConfig; struct PUCCH_TPC_CommandConfig; struct SRS_TPC_CommandConfig; /* PDCCH-Config */ typedef struct PDCCH_Config { struct PDCCH_Config__controlResourceSetToAddModList { A_SEQUENCE_OF(struct ControlResourceSet) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *controlResourceSetToAddModList; struct PDCCH_Config__controlResourceSetToReleaseList { A_SEQUENCE_OF(ControlResourceSetId_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *controlResourceSetToReleaseList; struct PDCCH_Config__searchSpacesToAddModList { A_SEQUENCE_OF(struct SearchSpace) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *searchSpacesToAddModList; struct PDCCH_Config__searchSpacesToReleaseList { A_SEQUENCE_OF(SearchSpaceId_t) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *searchSpacesToReleaseList; struct PDCCH_Config__downlinkPreemption { PDCCH_Config__downlinkPreemption_PR present; union PDCCH_Config__downlinkPreemption_u { NULL_t release; struct DownlinkPreemption *setup; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *downlinkPreemption; struct PDCCH_Config__tpc_PUSCH { PDCCH_Config__tpc_PUSCH_PR present; union PDCCH_Config__tpc_PUSCH_u { NULL_t release; struct PUSCH_TPC_CommandConfig *setup; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *tpc_PUSCH; struct PDCCH_Config__tpc_PUCCH { PDCCH_Config__tpc_PUCCH_PR present; union PDCCH_Config__tpc_PUCCH_u { NULL_t release; struct PUCCH_TPC_CommandConfig *setup; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *tpc_PUCCH; struct PDCCH_Config__tpc_SRS { PDCCH_Config__tpc_SRS_PR present; union PDCCH_Config__tpc_SRS_u { NULL_t release; struct SRS_TPC_CommandConfig *setup; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *tpc_SRS; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PDCCH_Config_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PDCCH_Config; extern asn_SEQUENCE_specifics_t asn_SPC_PDCCH_Config_specs_1; extern asn_TYPE_member_t asn_MBR_PDCCH_Config_1[8]; #ifdef __cplusplus } #endif #endif /* _PDCCH_Config_H_ */ #include