Skip to content

Extension to PF scheduler in Downlink

SriHarsha Korada requested to merge PF_algorithm_extension into develop

The proportional fair scheduler in DL is modified

  • to perform scheduling not just based on the data throughput until the current time t but also on the priorities of the qos flows for the current UE.
  • The LC are reordered such that the DRBs containing the high priority LCs are written to the MAC PDU first, where the DRB priority is assumed to be sum of priorities of LCs mapped to the DRB
  • (Note: The current changes wont show much impact until the 5G-Core is not enabled to support multiple LC per DRB)

Merge request reports