X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Frg_sch_tom.c;h=bd1cbc6bfa0c35619b3b253a588fb4bf595a0e15;hb=2bd852089c3226f721d83b30f816b90f803237f6;hp=68d065de95d9b4f5084b7ebade596c2d563ca8c4;hpb=7ebfb1f80967fe83bf169c2915cedf2c9fb5cbf7;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;