X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_upr_inf_api.h;h=1b4d1075d0f035d188f6717e149a30ef9f7c89c4;hb=de6a435729e3cad9d4a66329080b8206a64f452c;hp=bc7216c2fec388b612517ffca4c27fe0bf190e86;hpb=2193e4cf01012809495be026097e8d7eacb9f0ac;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.h b/src/5gnrmac/mac_upr_inf_api.h index bc7216c2f..1b4d1075d 100644 --- a/src/5gnrmac/mac_upr_inf_api.h +++ b/src/5gnrmac/mac_upr_inf_api.h @@ -19,11 +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, RlcData *ulData); uint8_t MacSendSchedResultRptToRlc(Pst *pst, RlcSchedResultRpt *schedRpt); +uint8_t MacDuAppSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo); /********************************************************************** End of file