Skip to content

Remove NRF models which are in common-src and implement UpfInfo parsing for YAML config

Stefan Spettel requested to merge refactor_upf_info into develop

Changes

  • Remove the custom UPF Info from SMF YAML configuration
  • Use UpfInfo.h from OpenAPI models
  • Use YAML to JSON conversion to only use the to_json method from UpfInfo.h
  • See MR oai-cn5g-common-src!24 (merged)

Fixes

  • The upf_info configuration in SMF is now correctly read and also validated, before there was a mistake

Merge request reports