Skip to content

Fix reading "fhi_72" section from yaml configuration file

The previous "way" to verify for oran section may work fine with the previous configuration file format, but in yaml it does not. The section "fhi_72" is an object and not a list, thus, the 'pl.numelt' after calling "config_getlist" is always 0

Merge request reports

Loading