Hello,
After upgrading to 5g-lena-v3.0y, I saw that the trace DlScheduling for m_dlScheduling is now updated only if dciElem->m_ndi == 1. I was using this trace to track transmissions and re-transmissions depending on the NDI.
In 5g-lenna-v2.5y, NrSchedulingCallbackInfo, this trace was updated for either case. What is the reason for this change?
Can I just add an else if statement for dciElem->m_ndi == 0 and update the trace, or will this change disrupt something (at first look it does not)?
Thank you.