[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-428]Slot Indication at DUAPP
[o-du/l2.git] / src / 5gnrmac / mac_upr_inf_api.h
index a2d3335..1b4d107 100644 (file)
 /* This file contains the definitions for Upper Interface APIs that are
  * invoked from MAC */
 
-#include "du_app_mac_inf.h"
+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);
 
-
-uint16_t MacDuAppSlotInd(Pst *pst, SlotInfo *slotInfo);
-uint16_t MacDuAppStopInd(Pst *pst, MacCellStopInfo *cellStopId);
-uint16_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo);
 /**********************************************************************
          End of file
 **********************************************************************/