• Robert Schmidt's avatar
    Default SCHED RR algo: optimize algo and defer RB calc. · 1401d210
    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.
    1401d210
pre_processor.c 31.7 KB