X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_upr_inf_api.h;h=bc7216c2fec388b612517ffca4c27fe0bf190e86;hb=ba78fa13b01e0729fe0a6a7a18cbf1d52cdcda1c;hp=a2d33358140b67f559f9f87e6f305c9097562ee2;hpb=105199ef642ffe9736ea24a01d4546578fa25e60;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.h b/src/5gnrmac/mac_upr_inf_api.h index a2d333581..bc7216c2f 100644 --- a/src/5gnrmac/mac_upr_inf_api.h +++ b/src/5gnrmac/mac_upr_inf_api.h @@ -19,12 +19,12 @@ /* This file contains the definitions for Upper Interface APIs that are * invoked from MAC */ -#include "du_app_mac_inf.h" +uint8_t MacDuAppSlotInd(Pst *pst, SlotIndInfo *slotInfo); +uint8_t MacDuAppStopInd(Pst *pst, MacCellStopInfo *cellStopId); +uint8_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo); +uint8_t MacSendUlDataToRlc(Pst *pst, RlcData *ulData); +uint8_t MacSendSchedResultRptToRlc(Pst *pst, RlcSchedResultRpt *schedRpt); - -uint16_t MacDuAppSlotInd(Pst *pst, SlotInfo *slotInfo); -uint16_t MacDuAppStopInd(Pst *pst, MacCellStopInfo *cellStopId); -uint16_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo); /********************************************************************** End of file **********************************************************************/