-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file contains the PUCCH configuration for the gNB to support: | ||
# - SR period 20ms or 40ms. | ||
# - CSI period 20ms or 40ms. | ||
# - Max 256 UEs. | ||
|
||
# NOTEs: | ||
# - This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations | ||
# with more than 2 UL slots. | ||
# - This configuration might work for more than 256 UEs, although it hasn't been tested for those scenarios. | ||
|
||
cell_cfg: | ||
pucch: | ||
sr_period_ms: 20 # This can be set either 20 or 40 ms. | ||
nof_ue_res_harq_per_set: 8 | ||
nof_cell_harq_pucch_sets: 2 # Increase this if UEs are not scheduled PDSCH due to PUCCH resources starvation. | ||
f0_or_f1_nof_cell_res_sr: 50 | ||
f2_nof_cell_res_csi: 50 | ||
csi: | ||
csi_rs_period: 40 # This can be set either 20 or 40 ms. | ||
ul_common: | ||
max_ul_grants_per_slot: 128 | ||
max_pucchs_per_slot: 120 | ||
pusch: | ||
max_puschs_per_slot: 8 | ||
tdd_ul_dl_cfg: | ||
nof_dl_symbols: 7 | ||
nof_dl_slots: 7 | ||
nof_ul_slots: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# This file contains the PUCCH configuration for the gNB to support: | ||
# - SR period 20ms or 40ms. | ||
# - CSI period 20ms (only with TDD 6D-3U configuration), 40ms (with both TDD 6D-3U and 7D-2U configurations). | ||
# - SR period <= CSI period. | ||
# - Max 512 UEs. | ||
|
||
# NOTEs: | ||
# - This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations | ||
# with more than 2 UL slots. | ||
# - This configuration might work for more than 512 UEs, although it hasn't been tested for those scenarios. | ||
|
||
cell_cfg: | ||
pucch: | ||
sr_period_ms: 20 # This can be set either 20 or 40 ms. | ||
nof_ue_res_harq_per_set: 8 | ||
nof_cell_harq_pucch_sets: 2 # Increase this if UEs are not scheduled PDSCH due to PUCCH resources starvation. | ||
f0_or_f1_nof_cell_res_sr: 80 | ||
f2_nof_cell_res_csi: 80 | ||
csi: | ||
csi_rs_period: 40 # This can be set to 20 only with TDD 6D-3U. | ||
ul_common: | ||
max_ul_grants_per_slot: 128 | ||
max_pucchs_per_slot: 120 | ||
pusch: | ||
max_puschs_per_slot: 8 | ||
tdd_ul_dl_cfg: | ||
nof_dl_symbols: 7 | ||
nof_dl_slots: 7 | ||
nof_ul_slots: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters