Skip to content

SMF Configuration Update API

Dario Ferrero requested to merge smf_configuration_api_update into develop

API to update SMF Configuration at runtime with the values passed in a HTTP PUT request body.

Files provided:

  • smf-updates.conf: A SMF configuration file annotated with the criteria on if and how to allow update of each configuration.
  • smf-config-updatable.json: An example of json request body, comprising the only configurations which are safely updatable (under certain constraints).

Current status:

  • API route functioning, allowing update of all shown configurations in smf-config-updatable.json and preventing redundant insertions

Missing

  • Check if DNN in update request is currently being used
  • Check if a VPP UPF is used, in order to enable Usage Reporting
  • Check that no UE is connected, in order to update the DNSs

smf-config-updatable.json smf-updates.conf

Merge request reports