Skip to content

Commit fd6ce07

Browse files
herlesupreethcodebot
authored andcommitted
cu_cp_unit: fix comments in slicing section
1 parent 7cc3a82 commit fd6ce07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/units/cu_cp/cu_cp_unit_config_cli11_schema.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ void srsran::configure_cli11_with_cu_cp_unit_config_schema(CLI::App& app, cu_cp_
467467

468468
// Slicing section.
469469
auto slicing_lambda = [&unit_cfg](const std::vector<std::string>& values) {
470-
// Prepare the radio bearers
470+
// Prepare the slices.
471471
unit_cfg.slice_cfg.resize(values.size());
472472

473-
// Format every QoS setting.
473+
// Format every slicing setting.
474474
for (unsigned i = 0, e = values.size(); i != e; ++i) {
475475
CLI::App subapp("Slicing parameters", "Slicing config, item #" + std::to_string(i));
476476
subapp.config_formatter(create_yaml_config_parser());

0 commit comments

Comments
 (0)