-
Notifications
You must be signed in to change notification settings - Fork 60
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
Provision mode for QoD #268
Comments
Thanks @jlurien for this issue. We might need another label for this, as it is more a proposal for a new API than the enhancement of an existing one. But that's about definition of the "enhancement" label and it's more about the size of "enhancement". Said this, looking on the proposal I have the impression that it is maybe rather a product order API (e.g. for a tariff option or to make a SIM card eligible to use a certain slice) than a network API. For the use case of live video production it might in addition be necessary to book/reserve the needed resources in advanced, as proposed in https://github.com/camaraproject/NetworkSliceBooking. |
Hi @hdamker, thanks for the feedback. I agree this is maybe too much for an "enhancement" but it's not definitely any of the other labels ;) The motivation for this proposal is to explore other models of associating a QoS Profile to a device which are not constraint by the limited duration of a session. We can think of this as applying a QoS profile by default or making the association persistent until is revoked or changed. I think that is more related to QoD service than to the new NetworkSlicingBooking. It would share almost the same input and output, apart from the duration details. Let's discuss the best way to open a debate around this, being an issue here or in another place, cc @jgarciahospital |
It's an interesting use case: one major consideration is the impact on reconciliation and settlement. If a network operator decides to charge for QoD the API consumer will want to make sure they have received the agreed service, and will challenge the operator if they believe otherwise. I suspect this involves a different level of complexity for an 'always on' QoD than for a session-based QoD. |
fyi @jgarciahospital |
As agreed during backlog meeting 11/04 minutes, the inclusion of the scope defined in camaraproject/APIBacklog#26 got approved. This issue can be taken in consideration again, PR will be created to modify the API readme (if needed). |
@jgarciahospital : I have some questions for clarification on the new "Provisioning Mode" It is not completely clear, whether this new provisioning mode changes (A) means, that the Further, what about timing aspects. According to the current PR, the provisioning changes is applied instantaneously (now) and is valid forever (infinite session duration). What about When adding some time information, it seem to become similar with the Can you please elaborate? |
Reopen as #294 only updated the README, but obviously the enhancement isn't yet done. |
Proposal is to set a configuration for the device/flow which is activated by default each time the device is connected to the network or for certain flow
Application server and ports are treated as as we have right now, If not specified, all destinations are assumed (as 0.0.0.0/0)
End-time is not in the initial proposal, as the configuration can be enabled/disabled on demand, and it is initially intended for long periods of time, to make this use case more differential compared to the current one, for sessions. Booking of provisions, or sessions, could make sense as a future enhancement.
There are many similarities between QoD and Network Slicing and in some situations their scope overlap. To me QoD is more service oriented while Network Slicing is more technology oriented. Also Network slicing treats with a location dimension that is currently missing from QoD.
|
@jlurien : Thank you for raising this issue.
Just a comment. |
@Masa8106 I would suggest to open a dedicated issue to add support for that (booking of sessions or provisioning in advance), as we can then discuss it and take it into consideration as part of the backlog |
@jlurien Thank you for your suggestion. I will open a dedicated issue later. |
Problem description
QoD Service provides the customer with the ability to set ceratin profile of QoS to an access network connection. Currently, the API supoports a session mode:
But there is another possible use case for QoD, which is not currently supported:
Possible evolution
Add support for a new "provision" mode, complementary to the current "session mode", with equivalent operations under a new path, to model:
Alternative solution
Where should discuss where to model these new operations. Probably the best option is in a separate API, under the same QoD API family. Most schemas can be reused.
Additional context
This new model is more convenient for those B2B use cases where the devices being connected are used for a single purpose. For example reporters on the move, using backpacks to cover events and perform live video connections, that need the networking conditions provided by the QoD profile each time the backpack is used.
The text was updated successfully, but these errors were encountered: