Skip to content

Commit 591fc3a

Browse files
frankistcodebot
authored andcommitted
gnb: fix TDD period appconfig param comment
1 parent d4bb5f3 commit 591fc3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/gnb/gnb_appconfig_cli11_schema.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ static void configure_cli11_tdd_ul_dl_pattern_args(CLI::App& app, tdd_ul_dl_patt
493493
{
494494
app.add_option("--dl_ul_tx_period",
495495
pattern_params.dl_ul_period_slots,
496-
"TDD pattern periodicity in slots. Must be 0.5, 0.625, 1, 1.25, 2, 2.5, 5 or 10 milliseconds.")
496+
"TDD pattern periodicity in slots. The combination of this value and the chosen numerology must lead"
497+
" to a TDD periodicity of 0.5, 0.625, 1, 1.25, 2, 2.5, 5 or 10 milliseconds.")
497498
->capture_default_str()
498499
->check(CLI::Range(2, 80));
499500
app.add_option("--nof_dl_slots", pattern_params.nof_dl_slots, "TDD pattern nof. consecutive full DL slots")

0 commit comments

Comments
 (0)