X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_phy.c;h=b27813d8ebed99b5212d5f23cd9d3963f26cfc27;hb=9c8b78da0f4ef42dae5e30a3061463b81327e7a0;hp=794346747dd166456bc14571ddebba4a0f0596a6;hpb=45d134510deb6902b870b4a0fb574b6075fba601;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.c b/src/5gnrmac/lwr_mac_phy.c index 794346747..b27813d8e 100644 --- a/src/5gnrmac/lwr_mac_phy.c +++ b/src/5gnrmac/lwr_mac_phy.c @@ -210,7 +210,7 @@ void LwrMacRecvPhyMsg() if(l1Msg) { l1MsgPtr = WLS_PA2VA(wlsHdlr, l1Msg); - handlePhyMessages(msgType, msgSize, l1MsgPtr); + procPhyMessages(msgType, msgSize, l1MsgPtr); } numToGet--; } @@ -243,10 +243,10 @@ void LwrMacRecvPhyMsg() * * *****************************************************************/ -PUBLIC uint16_t LwrMacSendToPhy(uint8_t msgType, uint32_t msgLen, void *msg) +uint8_t LwrMacSendToPhy(uint8_t msgType, uint32_t msgLen, void *msg) { #ifdef INTEL_WLS - int ret; + uint8_t ret; unsigned long long pMsg; pMsg = WLS_VA2PA(mtGetWlsHdl(), msg);