Skip to content
  • Cédric Roux's avatar
    hotfix: remove HARQ process ID freelist · 69ec9112
    Cédric Roux authored
    It creates more problems than it solves.
    
    We replace this approach by a straightforward
    synchronous one.
    
    Now in the downlink, at frame f and subframe s
    we use HARQ process (f * 10 + s) % 8.
    This is similar to uplink scheduling.
    69ec9112