Option '-O' in phy simulators to provide a configuration file
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 filecmake_targets/autotests/test_case_list.xml
was therefore updated accordingly. - in
ulsim
anddlsim
, option-Operf
was replaced by option-Tperf
to set the efficiency rate target. The option was used within CI and filecmake_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