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=a9e15890b397c8fe514ccd82cf1c8541099fe573;hp=1b4d1075d0f035d188f6717e149a30ef9f7c89c4;hpb=ca0353e5cb5699aecb6840efe9572934a1150e2b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.h b/src/5gnrmac/mac_upr_inf_api.h index 1b4d1075d..6e050fa31 100644 --- a/src/5gnrmac/mac_upr_inf_api.h +++ b/src/5gnrmac/mac_upr_inf_api.h @@ -22,7 +22,7 @@ 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 MacSendUlDataToRlc(Pst *pst, RlcUlData *ulData); uint8_t MacSendSchedResultRptToRlc(Pst *pst, RlcSchedResultRpt *schedRpt); uint8_t MacDuAppSlotInd(Pst *pst, SlotTimingInfo *slotIndInfo);