WIP: NR DL scheduler improvements
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