X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_ul_iq_samples_resp.c;fp=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_ul_iq_samples_resp.c;h=eb21f34eae5347a7cf29b50b5117db91b1b77e91;hp=94ebb4aef32391ae73d9563d0eb2f4f4bb15cb5f;hb=70d9d920dd4e575f085f1f1a9050fefd1c10e127;hpb=331df2273a6667941167c9bcc141a517369bdf43 diff --git a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_ul_iq_samples_resp.c b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_ul_iq_samples_resp.c index 94ebb4a..eb21f34 100644 --- a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_ul_iq_samples_resp.c +++ b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_ul_iq_samples_resp.c @@ -54,18 +54,13 @@ uint8_t nr5g_fapi_ul_iq_samples_response( } if (NULL == p_iapi_resp) { - NR5G_FAPI_LOG(ERROR_LOG, ("[UL_IQ_SAMPLES.response] Invalid iapi " + NR5G_FAPI_LOG(ERROR_LOG, ("[UL_IQ_SAMPLES.response] Invalid IAPI " "ULIQ_Samples response message")); return FAILURE; } phy_id = p_iapi_resp->sSFN_Slot.nCarrierIdx; p_phy_instance = &p_phy_ctx->phy_instance[phy_id]; - if (p_phy_instance->phy_id != phy_id) { - NR5G_FAPI_LOG(ERROR_LOG, (" [UL_IQ_SAMPLES.response] Invalid " - "phy instance")); - return FAILURE; - } // Create FAPI message header if (p_phy_instance->state == FAPI_STATE_IDLE) { nr5g_fapi_message_header_per_phy(phy_id);