X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_phy.c;h=23571ae7e8cb85d10141a9a7e6f484df408aaebe;hb=f78bb742344bb919e27f38c2d7bc2d11fc37b184;hp=ac87d0b421c88da4dafff6fe68f968eb0393f463;hpb=a71383f67779dcf9d67d15bf47949c7df9b5ddbb;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.c b/src/5gnrmac/lwr_mac_phy.c index ac87d0b42..23571ae7e 100644 --- a/src/5gnrmac/lwr_mac_phy.c +++ b/src/5gnrmac/lwr_mac_phy.c @@ -31,7 +31,7 @@ #include "lwr_mac_utils.h" #include "lwr_mac.h" #ifdef INTEL_FAPI -#include "fapi.h" +#include "nr5g_fapi_internal.h" #include "fapi_vendor_extension.h" #endif #ifdef INTEL_WLS_MEM @@ -272,10 +272,11 @@ uint8_t LwrMacSendToL1(void *msg) uint8_t ret = ROK; #ifdef INTEL_FAPI uint16_t msgLen =0; - char message[100]; p_fapi_api_queue_elem_t currMsg = NULLP; #ifdef CALL_FLOW_DEBUG_LOG + char message[100]; + currMsg = (p_fapi_api_queue_elem_t)msg; while(currMsg) {