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=e54c2aae19e97065def9e5ab2d1488477b1ea209;hp=9eb53330323ac2846ee5100cc7cbc46c98899a8a;hpb=a2484c58e5beeb1ab9e1c86104cf9d9bc56750d1;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.h b/src/5gnrmac/mac_upr_inf_api.h index 9eb533303..6e050fa31 100644 --- a/src/5gnrmac/mac_upr_inf_api.h +++ b/src/5gnrmac/mac_upr_inf_api.h @@ -19,35 +19,13 @@ /* This file contains the definitions for Upper Interface APIs that are * invoked from MAC */ -/* header include files -- defines (.h) */ -#include "envopt.h" /* environment options */ -#include "envdep.h" /* environment dependent */ -#include "envind.h" /* environment independent */ -#include "gen.h" /* general layer */ -#include "ssi.h" /* system services */ -#include "cm5.h" /* common timers defines */ -#include "cm_hash.h" /* common hash list defines */ -#include "cm_llist.h" /* common linked list defines */ -#include "cm_mblk.h" /* memory management */ -#include "cm_tkns.h" /* common tokens */ -#include "cm_lte.h" /* common tokens */ +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, RlcUlData *ulData); +uint8_t MacSendSchedResultRptToRlc(Pst *pst, RlcSchedResultRpt *schedRpt); +uint8_t MacDuAppSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo); -/* header/extern include files (.x) */ -#include "gen.x" /* general layer typedefs */ -#include "ssi.x" /* system services typedefs */ -#include "cm5.x" /* common timers */ -#include "cm_hash.x" /* common hash list */ -#include "cm_lib.x" /* common library */ -#include "cm_llist.x" /* common linked list */ -#include "cm_mblk.x" /* memory management */ -#include "cm_tkns.x" /* common tokens */ -#include "cm_lte.x" /* common tokens */ -#include "du_app_mac_inf.h" - - -uint16_t MacDuAppSlotInd(Pst *pst, SlotInfo *slotInfo); -uint16_t MacDuAppStopInd(Pst *pst, MacCellStopInfo *cellStopId); -uint16_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo); /********************************************************************** End of file **********************************************************************/