Skip to content

WIP: NR DL scheduler improvements

Robert Schmidt requested to merge NR_DL_scheduler into develop

Preliminary work on the DL scheduler:

  • cleanup of DL scheduler, add interface preprocessor-postprocessor (NR_UE_sched_ctrl_t)
  • postprocessor can handle multiple UEs. Preprocessor will follow soon (proportional fair scheduler)
  • No MAC UE Context creation before end of RA (Msg 3)

Note that this branch does not change anything performance wise (no additional scheduled slots, etc). This MR also reduces gNB log.

Edited by Robert Schmidt

Merge request reports