X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_upr_inf_api.h;h=6e050fa31964c08540d56fc537955803bada1e95;hb=531da47c7bfb6ce138a454f66eb184729860beef;hp=7bda9d473068673eaeef24d4aca8a9513aba2290;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.h b/src/5gnrmac/mac_upr_inf_api.h index 7bda9d473..6e050fa31 100644 --- a/src/5gnrmac/mac_upr_inf_api.h +++ b/src/5gnrmac/mac_upr_inf_api.h @@ -19,10 +19,12 @@ /* This file contains the definitions for Upper Interface APIs that are * invoked from MAC */ -uint8_t MacDuAppSlotInd(Pst *pst, SlotIndInfo *slotInfo); -uint8_t MacDuAppStopInd(Pst *pst, MacCellStopInfo *cellStopId); +uint8_t MacDuAppCellUpInd(Pst *pst, OduCellId *cellId); +uint8_t MacDuAppStopInd(Pst *pst, OduCellId *cellId); uint8_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo); -uint8_t MacSendUlDataToRlc(Pst *pst, RlcMacData *ulData); +uint8_t MacSendUlDataToRlc(Pst *pst, RlcUlData *ulData); +uint8_t MacSendSchedResultRptToRlc(Pst *pst, RlcSchedResultRpt *schedRpt); +uint8_t MacDuAppSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo); /********************************************************************** End of file