X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_slot_ind.c;h=6b70ebbf302dfa32310041f4a44676c6a3eb76c0;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=11dd47eb6c12e337a832836c6c9ded5f131b7906;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_slot_ind.c b/src/5gnrmac/mac_slot_ind.c index 11dd47eb6..6b70ebbf3 100644 --- a/src/5gnrmac/mac_slot_ind.c +++ b/src/5gnrmac/mac_slot_ind.c @@ -340,7 +340,7 @@ uint8_t fapiMacSlotInd(Pst *pst, SlotIndInfo *slotInd) DU_LOG("\nMAC : Slot Indication received"); /*starting Task*/ - SStartTask(&startTime, PID_MAC_TTI_IND); + ODU_START_TASK(&startTime, PID_MAC_TTI_IND); /* send slot indication to scheduler */ ret = sendSlotIndMacToSch(slotInd); @@ -366,7 +366,7 @@ uint8_t fapiMacSlotInd(Pst *pst, SlotIndInfo *slotInd) } /*stoping Task*/ - SStopTask(startTime, PID_MAC_TTI_IND); + ODU_STOP_TASK(startTime, PID_MAC_TTI_IND); return ret; } /* fapiMacSlotInd */