X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_slot_ind.c;h=77aee0d580db19f419cd7cd0fe542027ec4e8026;hb=65443172dd60a6ea312bd3a15959dbf54ad7f045;hp=e058b785c7d91ff15e5f8e16468d8375f1cdc023;hpb=2193e4cf01012809495be026097e8d7eacb9f0ac;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_slot_ind.c b/src/5gnrmac/mac_slot_ind.c index e058b785c..77aee0d58 100644 --- a/src/5gnrmac/mac_slot_ind.c +++ b/src/5gnrmac/mac_slot_ind.c @@ -343,10 +343,11 @@ uint8_t macProcSlotInd(SlotIndInfo slotInd) uint8_t fapiMacSlotInd(Pst *pst, SlotIndInfo *slotInd) { uint8_t ret; - VOLATILE uint32_t startTime=0; + volatile uint32_t startTime=0; +#ifdef ODU_SLOT_IND_DEBUG_LOG DU_LOG("\nMAC : Slot Indication received"); - +#endif /*starting Task*/ ODU_START_TASK(&startTime, PID_MAC_TTI_IND);