Skip to content

Correct NDI + Minor MAC subPDU handling improvements

Robert Schmidt requested to merge repair-TA into develop

Ping in develop was unusually high (70+ms). The issue was that TA was scheduled in the second slot (of the two we currently schedule), but NDI was toggled for the first one. It has been fixed. Thanks @Cedric.Roux

Further minor improvements:

  • Correctly put padding MAC subPDU
  • Only use subPDU DLSCH long header if length >= 256B
  • Calculate TBS in DL pre-processor considering header and TA CE overhead.
  • Improve some of the logging (LOG_D)
  • re-enable TA
Edited by Robert Schmidt

Merge request reports