Skip to content

Reuse old TDA when allocating DL retransmissions

Guido Casati requested to merge multi-ue-fixes into develop
  • reusing old TDA whenever possible helps allocate DL retransmission when TDA chnges
  • e.g. nrOfSymbols of new TDA > nrOfSymbols old TDA (leading to TBS size mismatching and allocation failure)
  • This bugifx improves DL throughput stability in a multi-UE operation

Merge request reports