• Robert Schmidt's avatar
    Default SCHED RR algo: optimize algo and defer RB calc. · 864fa84b
    Robert Schmidt authored
    - Loop only to next UE instead of jumping multiple
    
    - mark used RBGs in rbg_mask
    
    - Only calculate number of RBs based on CQI when UE is selected, instead
    of calculating for all UEs which might be unnecessary.
    
    - When looping the list of UEs for RB allocation, remove UEs that have
    no data anymore instead of skipping them.
    864fa84b
pre_processor.c 32.4 KB