X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch_rach.c;h=6ff50ac88dd2821b9fd2925c278b9efb24d6f165;hb=8340c342ebcfc82193c3f66e7f15047c1e37399b;hp=abca278b4d46c94ed6ce4c33888d688bbe28b4cc;hpb=8d9ebf64c8a64bf1346685833fe79970c4ef3d14;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_rach.c b/src/5gnrsch/sch_rach.c index abca278b4..6ff50ac88 100644 --- a/src/5gnrsch/sch_rach.c +++ b/src/5gnrsch/sch_rach.c @@ -80,7 +80,7 @@ void createSchRaCb(uint16_t tcrnti, Inst schInst) schCb[schInst].cells[schInst]->raCb[0].tcrnti = tcrnti; } -uint8_t schProcessRachInd(RachIndInfo *rachInd, Inst schInst) +int schProcessRachInd(RachIndInfo *rachInd, Inst schInst) { SchCellCb *cell = schCb[schInst].cells[schInst]; @@ -132,7 +132,7 @@ uint8_t schProcessRachInd(RachIndInfo *rachInd, Inst schInst) return ROK; } -uint8_t schFillRar(RarAlloc *rarAlloc, uint16_t raRnti, uint16_t pci, uint8_t offsetPointA) +int schFillRar(RarAlloc *rarAlloc, uint16_t raRnti, uint16_t pci, uint8_t offsetPointA) { uint8_t coreset0Idx = 0; uint8_t searchSpace0Idx = 0;