-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correlating a Dedicated Network resource within a subsequent IoT Data Transfer Activation API call #17
Comments
Hi, Based on the provided documentation, I would like to ask for more information on the following aspects regarding the identifier to better analyze how it can be used in the IoT Data Transfer Activation API:
Thanks, |
Hi, Are there any feedback on my previous comment? Thanks, |
Hi @Varato,
A unique identifier (Network Id) is returned, when requesting a dedicated network. The identifier remains unchanged during the lifetime of the requested dedicated network. The Network Id is a path element of the URL, which is returned when creating a dedicated network.
yes, the id (aka URL) is unique.
The lifecycle passes through multiple states, starting with a requested state immediately after creation. Based on the CSP decision, the network passes into the next state, which can be reserved, activated or terminated.
Additional states are ffs.
The network identifier points to the reserved resources for a specific time window and at a specific service area. The reserved resources can be a throughput and one or more QOS profiles (as used in QOD). Handling the access of devices to the dedicated network and its reserved resources is handled by the accesses API. A device is identified by either an MSISDN or an Network Access Identifier (NAI). A device can certainly be a IOT Device. The dedicated network characteristics can include QOS profiles, suitable for IOT data transfer. |
Problem description
The IoT Data Transfer Activation API plans to use the Dedicated Network API for scheduling resource reservations (see Issue#14 ). The Dedicated Network API needs to provide some sort of Dedicated Network identifier, which can be used by the IoT Data Transfer Activation API for correlation.
Possible evolution
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: