Skip to content

Draft: Encoding/decoding CellGroup at MAC and fix RA with Msg3 carrying DCCH or DTCH messages

Francesco Mani requested to merge NR_RRC_MAC_CellGroup into develop
  • Temporary solution to avoid having a pointer to RRC CellGroup structure at MAC
  • Fix RA with Msg3 carrying DCCH or DTCH messages (this feature was broken in develop, but it is restored by this MR) with some additional improvements that allows the RA to succeed and data path is restored, while the UE is transferring user plane data (DL/UL):
    • Reset HARQ processes after RA when Msg3 carries a DCCH or DTCH message.
    • Reset ul_failure flag only after sending Msg4 otherwise gNB starts scheduling too early
Edited by Luis Pereira

Merge request reports