• Cedric Roux's avatar
    hotfix: remove HARQ process ID freelist · f93837eb
    Cedric 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.
    f93837eb
phy_procedures_lte_eNb.c 139 KB