We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f42cae commit 2ed2f73Copy full SHA for 2ed2f73
configs/low_latency.yml
@@ -0,0 +1,26 @@
1
+# Low latency configuration section.
2
+
3
+# This is a supplementary configuration file to achieve the low latency. This config will overwrite the `cell_cfg` and
4
+# `expert_phy` options in the base configuration to achieve low latency. This config can be run with the following
5
+# command when running the gNB:
6
+# sudo ./gnb -c gnb_rf_b200_tdd_n78_20mhz.yml -c low_latency.yml
7
8
+cell_cfg:
9
+ pusch:
10
+ min_k2: 2
11
+ tdd_ul_dl_cfg:
12
+ dl_ul_tx_period: 4
13
+ nof_dl_slots: 2
14
+ nof_dl_symbols: 10
15
+ nof_ul_slots: 1
16
+ nof_ul_symbols: 0
17
+ pucch:
18
+ sr_period_ms: 2
19
+ min_k1: 2
20
+ mac_cell_group:
21
+ bsr_cfg:
22
+ periodic_bsr_timer: 1
23
24
+expert_phy:
25
+ max_request_headroom_slots: 0
26
+ max_proc_delay: 1
0 commit comments