Skip to content

Fix cmdline configmodule in phy simulators

beurdouc requested to merge fix_phy_simulators_configmodule into develop

Passing options through cmdline for configmodule was broken in some phy simulators.
For example it was impossible to use the --loader.ldpc.shlibversion option in nr_ulsim and nr_dlsim while this would be rather convenient for LDPC encoder/decoder developers.
I managed to fix the behavior for nr_ulsim and nr_dlsim with a rather light change.

Is there other phy simulators that may need to be fixed?

Edited by beurdouc

Merge request reports