nr,sched: fix nof_harqs in NR scheduler to 8

This commit is contained in:
Francisco 2021-10-13 17:22:55 +01:00 committed by Francisco Paisana
parent acd5b8c46a
commit 964dce575b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const static size_t SCHED_NR_MAX_CARRIERS = 4;
const static uint16_t SCHED_NR_INVALID_RNTI = 0;
const static size_t SCHED_NR_MAX_NOF_RBGS = 18;
const static size_t SCHED_NR_MAX_TB = 1;
const static size_t SCHED_NR_MAX_HARQ = 16;
const static size_t SCHED_NR_MAX_HARQ = SRSRAN_DEFAULT_HARQ_PROC_DL_NR;
const static size_t SCHED_NR_MAX_BWP_PER_CELL = 2;
const static size_t SCHED_NR_MAX_LCID = 32;
const static size_t SCHED_NR_MAX_LC_GROUP = 7;