/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-InterNodeDefinitions" * 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 _CG_ConfigInfo_IEs_H_ #define _CG_ConfigInfo_IEs_H_ #include /* Including external dependencies */ #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum CG_ConfigInfo_IEs__scgFailureInfo__failureType { CG_ConfigInfo_IEs__scgFailureInfo__failureType_t310_Expiry = 0, CG_ConfigInfo_IEs__scgFailureInfo__failureType_randomAccessProblem = 1, CG_ConfigInfo_IEs__scgFailureInfo__failureType_rlc_MaxNumRetx = 2, CG_ConfigInfo_IEs__scgFailureInfo__failureType_synchReconfigFailure_SCG = 3, CG_ConfigInfo_IEs__scgFailureInfo__failureType_scg_reconfigFailure = 4, CG_ConfigInfo_IEs__scgFailureInfo__failureType_srb3_IntegrityFailure = 5 } e_CG_ConfigInfo_IEs__scgFailureInfo__failureType; /* Forward declarations */ struct MeasResultList2NR; struct MeasResultCellListSFTD; struct ConfigRestrictInfoSCG; struct DRX_Info; struct MeasConfigMN; struct MRDC_AssistanceInfo; /* CG-ConfigInfo-IEs */ typedef struct CG_ConfigInfo_IEs { OCTET_STRING_t *ue_CapabilityInfo; /* OPTIONAL */ struct MeasResultList2NR *candidateCellInfoListMN; /* OPTIONAL */ OCTET_STRING_t *candidateCellInfoListSN; /* OPTIONAL */ struct MeasResultCellListSFTD *measResultCellListSFTD; /* OPTIONAL */ struct CG_ConfigInfo_IEs__scgFailureInfo { long failureType; OCTET_STRING_t measResultSCG; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *scgFailureInfo; struct ConfigRestrictInfoSCG *configRestrictInfo; /* OPTIONAL */ struct DRX_Info *drx_InfoMCG; /* OPTIONAL */ struct MeasConfigMN *measConfigMN; /* OPTIONAL */ OCTET_STRING_t *sourceConfigSCG; /* OPTIONAL */ OCTET_STRING_t *scg_RB_Config; /* OPTIONAL */ OCTET_STRING_t *mcg_RB_Config; /* OPTIONAL */ struct MRDC_AssistanceInfo *mrdc_AssistanceInfo; /* OPTIONAL */ struct CG_ConfigInfo_IEs__nonCriticalExtension { /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *nonCriticalExtension; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CG_ConfigInfo_IEs_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_failureType_7; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_CG_ConfigInfo_IEs; extern asn_SEQUENCE_specifics_t asn_SPC_CG_ConfigInfo_IEs_specs_1; extern asn_TYPE_member_t asn_MBR_CG_ConfigInfo_IEs_1[13]; #ifdef __cplusplus } #endif #endif /* _CG_ConfigInfo_IEs_H_ */ #include