Skip to content

Don't schedule UE during reconfiguration/RRC timer

Robert Schmidt requested to merge fix-scheduling-during-rrc-timer into develop
  • fix for unwanted scheduling during RRC timer. Without this fix, I observe this:
    [NR_MAC]   Activating RRC processing timer for UE 63cf with 10 ms
    [NR_MAC]    501. 7 [DLSCH/PDSCH/PUCCH] RNTI 63cf DCI L 2 start   0 RBs  27 startSymbol  1 nb_symbol  5 dmrspos 4 MCS  9 nrOfLayers 1 TBS  241 HARQ PID 10 round 0 RV 0 NDI 0  dl_data_to_ULACK 4 (501.17) PUCCH allocation 3 TPC 0
    [NR_MAC]    502. 3 [DLSCH/PDSCH/PUCCH] RNTI 63cf DCI L 2 start   0 RBs   5 startSymbol  1 nb_symbol 13 dmrspos 804 MCS  9 nrOfLayers 1 TBS  123 HARQ PID  9 round 1 RV 2 NDI  0 dl_data_to_ULACK 0 (502.9) PUCCH allocation 2 TPC 3 
    [NR_MAC]    502. 4 [DLSCH/PDSCH/PUCCH] RNTI 63cf DCI L 2 start   0 RBs  27 startSymbol  1 nb_symbol  5 dmrspos 4 MCS  9 nrOfLayers 1 TBS  241 HARQ PID 10 round 1 RV 2 NDI 0  dl_data_to_ULACK 7 (502.17) PUCCH allocation 3 TPC 3
    [NR_MAC]   (502.12) De-activating RRC processing timer for UE 63cf
  • lower CI thresholds for simulators to enforce this

Merge request reports