Merge "Added a new Flag ODU_LWR_MAC_DEBUG in the code"
[o-du/l2.git] / src / 5gnrmac / lwr_mac_phy.c
index 7943467..b27813d 100644 (file)
@@ -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);