Skip to content

Option '-O' in phy simulators to provide a configuration file

beurdouc requested to merge fix_physim_configmodule_O into develop

The change enabling the use of configmodule within phy simulators that is now merged was missing the ability to provide a configuration file to configmodule with option -O. This new MR enables this ability.

Problem is that option -O was already used for other purposes within some phy simulators. These options were replaced with other letters:

  • in nr_pbchsim, option -O was replaced by option -c to configure the SSB subcarrier offset. This option was used within CI and file cmake_targets/autotests/test_case_list.xml was therefore updated accordingly.
  • in ulsim and dlsim, option -Operf was replaced by option -Tperf to set the efficiency rate target. The option was used within CI and file cmake_targets/autotests/test_case_list.xml was therefore updated accordingly.

If you have a suggestion to better address this issue, please to not hesitate to share it.

Edited by beurdouc

Merge request reports