Refactoring of configuration file
Continuing from SMF MR !189
Changes
- Integrate the new config framework from common-src
- Each NF now just has to define the fields it uses, the config frameworks takes care of the rest.
- All values are validated
The cool thing is that all the values have default values, so you could even start and use PCF with an empty configuration file.
@arora @tien-thinh.nguyen @kharade please also have a look at the etc/config.yaml
, because it will be the same for all NFs.
Edited by Stefan Spettel