X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_phy.c;h=15a6cb5cb90c504844f9e2215e231f2f2cb60591;hb=826d724e0bb1a9803adc1a662d4f6bc4f48e023b;hp=ac87d0b421c88da4dafff6fe68f968eb0393f463;hpb=62605166db94fd7d52f32de84dea8c7006e0f4c5;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.c b/src/5gnrmac/lwr_mac_phy.c index ac87d0b42..15a6cb5cb 100644 --- a/src/5gnrmac/lwr_mac_phy.c +++ b/src/5gnrmac/lwr_mac_phy.c @@ -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) {