Skip to content

Commit

Permalink
Update qod-api.yaml
Browse files Browse the repository at this point in the history
Added clarification that the automatic deletion of session resources after `NETWORK_TERMINATED` will happen at earliest after 360 seconds but could happen also later.
  • Loading branch information
hdamker authored Jan 27, 2024
1 parent 14e72f3 commit b87d56b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ paths:
A `QOS_STATUS_CHANGED` event notification with `qosStatus` as `UNAVAILABLE` will also be send if the network terminates the session before the requested duration expired
NOTE: in case of a `QOS_STATUS_CHANGED` event with `qosStatus` as `UNAVAILABLE` and `statusInfo` as `NETWORK_TERMINATED` the resources of the QoS session
are not directly released, but will get deleted automatically only 360 seconds after the event.
This behavior should allow clients which are not receiving notification events but are polling the session information the opportunity
to see the `qosStatus` `UNAVAILABLE` and `statusInfo` `NETWORK_TERMINATED`. Before a client can attempt to create a new QoD session
for the same device and flow within this time period they must release the session resources with an explicit `delete` operation.
are not directly released, but will get deleted automatically at earliest 360 seconds after the event.
This behavior allows clients which are not receiving notification events but are polling to get the session information with
the `qosStatus` `UNAVAILABLE` and `statusInfo` `NETWORK_TERMINATED`. Before a client can attempt to create a new QoD session
for the same device and flow period they must release the session resources with an explicit `delete` operation if not yet automatically deleted.
operationId: createSession
requestBody:
Expand Down

0 comments on commit b87d56b

Please sign in to comment.