Skip to content
  • Cédric Roux's avatar
    hotfix: reserve RBs in Random Access Response case · ef67b3a0
    Cédric Roux authored
    The RBs were not marked as used. A later UE downlink scheduling
    could use those RBs, messing up everything.
    
    Not sure this is the right place to mark them used. Maybe better
    to do it in the "if (!CCE_allocation_infeasible" test.
    ef67b3a0