Skip to content

Commit fc61787

Browse files
committed
gnb: rename configuration files for cell_cfg
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent 7cb09e9 commit fc61787

6 files changed

+74
-63
lines changed

configs/cell_cfg_max_128_ues.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This file contains the PUCCH configuration for the gNB to support:
2+
# - SR period 20ms or 40ms.
3+
# - CSI period 20ms or 40ms.
4+
# - Max 128 UEs.
5+
6+
# NOTEs:
7+
# - This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations
8+
# with more than 2 UL slots.
9+
# - This configuration might work for more than 128 UEs, although it hasn't been tested for those scenarios.
10+
11+
cell_cfg:
12+
pucch:
13+
sr_period_ms: 20 # This can be set either 20 or 40 ms.
14+
f1_nof_cell_res_sr: 50
15+
f2_nof_cell_res_csi: 50
16+
csi:
17+
csi_rs_period: 40 # This can be set either 20 or 40 ms.
18+
ul_common:
19+
max_ul_grants_per_slot: 64
20+
max_pucchs_per_slot: 63
21+
pusch:
22+
max_puschs_per_slot: 1
23+
tdd_ul_dl_cfg:
24+
nof_dl_symbols: 7
25+
nof_dl_slots: 7
26+
nof_ul_slots: 2

configs/cell_cfg_max_32_ues.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file contains the PUCCH configuration for the gNB to support:
2+
# - SR period 20ms or 40ms.
3+
# - CSI period 20ms or 40ms.
4+
# - Max 32 UEs.
5+
6+
# NOTE: This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations
7+
# with more than 2 UL slots.
8+
9+
cell_cfg:
10+
pucch:
11+
sr_period_ms: 20 # This can be set either 20 or 40 ms.
12+
f1_nof_cell_res_sr: 15
13+
f2_nof_cell_res_csi: 15
14+
csi:
15+
csi_rs_period: 40 # This can be set either 20 or 40 ms.
16+
ul_common:
17+
max_ul_grants_per_slot: 16
18+
max_pucchs_per_slot: 15
19+
pusch:
20+
max_puschs_per_slot: 1
21+
tdd_ul_dl_cfg:
22+
nof_dl_symbols: 7
23+
nof_dl_slots: 7
24+
nof_ul_slots: 2

configs/cell_cfg_max_64_ues.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file contains the PUCCH configuration for the gNB to support:
2+
# - SR period 20ms or 40ms.
3+
# - CSI period 20ms or 40ms.
4+
# - Max 64 UEs.
5+
6+
# NOTE: This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations
7+
# with more than 2 UL slots.
8+
9+
cell_cfg:
10+
pucch:
11+
sr_period_ms: 20 # This can be set either 20 or 40 ms.
12+
f1_nof_cell_res_sr: 31
13+
f2_nof_cell_res_csi: 31
14+
csi:
15+
csi_rs_period: 40 # This can be set either 20 or 40 ms.
16+
ul_common:
17+
max_ul_grants_per_slot: 32
18+
max_pucchs_per_slot: 31
19+
pusch:
20+
max_puschs_per_slot: 1
21+
tdd_ul_dl_cfg:
22+
nof_dl_symbols: 7
23+
nof_dl_slots: 7
24+
nof_ul_slots: 2

configs/gnb_sr_20ms_csi_20_or_40ms_max_128_ues.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

configs/gnb_sr_20ms_csi_20_or_40ms_max_32_ues.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

configs/gnb_sr_20ms_csi_20_or_40ms_max_64_ues.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)