Skip to content

UDR configuration APIs

Tien-Thinh Nguyen requested to merge udr_configuration_api into develop
  • for both HTTP/1 and HTTP/2
  • Example for HTTP/1 (for HTTP/2 just need to add: --http2-prior-knowledge, where 192.168.22.215 is the IP addr of UDR, 8080 is the corresponding port)

curl -X GET http://192.168.22.215:8080/nudr-oai/v1/configuration | jq

curl -X PUT -H "Content-Type: application/json" -d @udr_conf.json http://192.168.22.215:8080/nudr-oai/v1/configuration |jq

Edited by Tien-Thinh Nguyen

Merge request reports