List of Operations Supported
User Data Repository supports the following operations.
Subscriber Profile Related Operations for
Provisioning
- Create Subscriber:
Provisions a subscriber with the given set of keys.
- Update Subscriber:
Updates the subscriber information.
- Get subscriber:
Retrieve the subscriber information completely.
- Delete Subscriber:
Deletes the subscriber information and related data.
NF Data Related Operations as per 3GPP
- Insert Data:
Creates a subscriber if not present and insert the specific data
(policy_data/udsf_data/udm_data).
- Update Data:
Creates a subscriber if not present and updates the complete data for a
particular subscriber as given in request.
- Patch Data: Patch
will support update of a specific data or parts of it. If not present it will
add the data. This operation is valid only when subscriber is already present.
- Get Data: Retrieve
the requested data for a particular subscriber.
- Delete Data: Delete
the requested data for a particular subscriber.