X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_harq_dl.h;h=8ac0e28a4ab8e586f42228b95ad835e264c4e987;hb=12da8be0c4941e107b9ff0d18ce5b6eb7f5f7d20;hp=b0b74b4b4ac59920937c2b714673eb2f1121071e;hpb=6fee61a10e1ad48ff7105b3201038ac8a337fd4a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_harq_dl.h b/src/5gnrmac/mac_harq_dl.h index b0b74b4b4..8ac0e28a4 100644 --- a/src/5gnrmac/mac_harq_dl.h +++ b/src/5gnrmac/mac_harq_dl.h @@ -16,7 +16,7 @@ ################################################################################ *******************************************************************************/ -void addDlHqProcInUe(SlotTimingInfo dlMsgTime, MacUeCb *ueCb, DlMsgSchInfo schedInfo); +void addDlHqProcInUe(SlotTimingInfo dlMsgTime, MacUeCb *ueCb, DlMsgSchInfo *schedInfo); uint8_t updateNewTbInDlHqProcCb(SlotTimingInfo slotInfo, MacUeCb *ueCb, uint32_t tbSize, uint8_t *txPdu); uint8_t* fetchTbfromDlHarqProc(SlotTimingInfo slotInfo, MacUeCb *ueCb, uint8_t hqProcId, uint32_t tbSize); uint8_t MacSchReleaseDlHarqProc(Pst *pst, SchRlsHqInfo *rlsHqInfo);