X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.h;h=44149aad1c5a77cb8160efeb9851f18e33fcd6f2;hb=6fee61a10e1ad48ff7105b3201038ac8a337fd4a;hp=169ef8c13b7312c42b6413d821b18adb9f69fc86;hpb=b864875ccd95278bcfcc40187def1ed7a6fb8aa4;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index 169ef8c13..44149aad1 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -745,7 +745,7 @@ void updateBsrAndLcList(CmLListCp *lcLL, BsrInfo *bsrInfo, uint8_t status); void schProcPagingCfg(SchCellCb *cell); void schCfgPdcchMonOccOfPO(SchCellCb *cell); void schIncrSlot(SlotTimingInfo *timingInfo, uint8_t incr, uint16_t numSlotsPerRF); -uint8_t schFillPagePdschCfg(SchCellCb *cell, PdschCfg *pagePdschCfg, SlotTimingInfo slotTime, \ +uint8_t schFillPagePdschCfg(SchCellCb *cell, PageDlSch *pageDlSch, SlotTimingInfo slotTime, \ uint16_t tbSize, uint8_t mcs, uint16_t startPrb); /*DL HARQ Functions*/ void schDlHqEntInit(SchCellCb *cellCb, SchUeCb *ueCb);