Skip to content

SessionManagementSubscriptionData POST API

Dario Ferrero requested to merge session_management_subscription_data_api into develop

API to execute an INSERT statement on the SessionManagementSubscriptionData table.

Tested on 5GCN deployment with VPP, NRF and gnbsim.
Simulated a first successful POST, and a subsequent attempt to repeat the creation the same resource, this one resulting in a 400 HTTP code. Logs, pcap and request body are provided.

Usage:

  • curl -X POST -H "Content-Type: application/json" -d @post_sm_data.json http://UDR_IP_ADDR/nudr-dr/v1/subscription-data/provisioned-data/sm-data

sm-subscription-api-post-logs.zip sm-data-post.pcap post_sm_data.json

Edited by Sagar Arora

Merge request reports