U8, U16, U32 data type changes
[o-du/l2.git] / src / 5gnrmac / lwr_mac_upr_inf.c
index 13b41a0..64255f9 100644 (file)
@@ -117,7 +117,7 @@ uint8_t packRachInd(Pst *pst, RachInd *rachInd)
 uint8_t packLcSlotInd (Pst *pst, SlotIndInfo *slotInd)
 {
    Buffer *mBuf = NULLP;
-   if (ODU_GET_MSG(pst->region, pst->pool, &mBuf) != ROK)
+   if (ODU_GET_MSG_BUF(pst->region, pst->pool, &mBuf) != ROK)
    {
       return RFAILED;
    }