X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Frg_sch_tom.c;fp=src%2F5gnrsch%2Frg_sch_tom.c;h=bd1cbc6bfa0c35619b3b253a588fb4bf595a0e15;hb=56db1b2ff587365594f48f3274f806180eda4cb2;hp=68d065de95d9b4f5084b7ebade596c2d563ca8c4;hpb=c01ca171144bd6e576646466d420c6d5feaabc59;p=o-du%2Fl2.git diff --git a/src/5gnrsch/rg_sch_tom.c b/src/5gnrsch/rg_sch_tom.c index 68d065de9..bd1cbc6bf 100755 --- a/src/5gnrsch/rg_sch_tom.c +++ b/src/5gnrsch/rg_sch_tom.c @@ -241,7 +241,7 @@ CmLteTimingInfo *timeInfo, Bool hqPres )); -void schFillCrntTime( SlotIndInfo slotInd,Inst schInst); +void schFillCrntTime( SlotTimingInfo slotInd,Inst schInst); #ifdef CA_DBG uint32_t delayedApiCnt; @@ -2375,13 +2375,13 @@ TfuTimingAdvIndInfo *timingAdvInd * 4: Fill the Tfu structures for DL and UL Config requests * 5: Handle the RGR Config messages per Cell * - * @param[in] SlotIndInfo *slotInd + * @param[in] SlotTimingInfo *slotInd * @param[in] Inst schInst * @return Void **/ Void rgSCHTomTtiInd ( -SlotIndInfo *slotInd, +SlotTimingInfo *slotInd, Inst schInst ) { @@ -7743,7 +7743,7 @@ RgSchCellCb *cells[] } #endif void schFillCrntTime( - SlotIndInfo slotInd, + SlotTimingInfo slotInd, Inst schInst) { uint8_t cellCount = 0;