Skip to content

Commit

Permalink
Update QoSProfile_Mapping_Table.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hdamker authored Dec 1, 2022
1 parent a6d2028 commit 0ec92bf
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions documentation/API_documentation/QoSProfile_Mapping_Table.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# QoS Profiles Mapping Table (REFERENCE DRAFT)

Here are two possible examples of mapping tables from QoS Profiles to provided connectivity characteristics. The intention of the examples is to illustrate a different usages of the defined QoS Profile labels. The first example focuses on a wide area network usage. The second example describes a case, where the network is specially prepared in well define geographical areas for supporting Quality on Demand needs.
Here is one possible example of mapping table from QoS Profiles to provided connectivity characteristics. The intention of the examples is to illustrate the principle usage of the defined QoS Profile labels. It focus on connectivity characteristics in a wide area network usage.

It is generally assumed that some for of an agreement between the API Invoker and the CSP exists, which defines the service levels, conditions and restrictions. The agreement is not further detailed out here.
It is generally assumed that there exists an agreement between the API Invoker and the communication service provider (CSP, which defines the service levels, conditions and restrictions. The agreement is not further detailed out here. In this sense the table below can be considered only as an example.

## Example 1: Considering wide-area network usage.
## Example: Considering wide-area network usage.
| QOS Profile labels | Network Service Description | Network Service Constraints |
|----------| --------- | ----------- |
| QOS\_E | Latency stays stable under congestion (throughput upto 500kbps). The application bitrate should not exceed 500kbps. | The service is only provided, when the UE is located within the geographical area, according to the agreement with the CSP.<br>The access to the network service is restricted to a maximal number of simultaneous session. |
Expand All @@ -14,14 +14,3 @@ It is generally assumed that some for of an agreement between the API Invoker an

**Note:**
The QOS profile labels in the table can be used within Camara for validating the QoD APIs.

## Example 2: Considering confined area network usage.
| QOS Profile labels | Network Service Description | Network Service Constraints |
|----------| --------- | ----------- |
| QOS\_E | Latency stays stable under congestion (throughput upto 500kbps). The application bitrate should not exceed 500kbps. | The service is only provided, when the UE is located within the geographical area, according to the agreement with the CSP.<br>The access to the network service is restricted to a maximal number of simultaneous session. |
| QOS\_L | The 5G System throughput is statistically assured (according to the SLA) minimum bitrate of 10Mbps and up to 20Mbps. Higher bitrates are possible, but not assured | The service is only provided, when the UE is located in the geographical area (according to the agreement with the CSP). When the UE is located outside of the geographical area, the 5G System rejects the requested QOS profile.<br>The access to the network service is restricted to a maximal number of simultaneous session. |
| QOS\_M | The 5G System throughput is statistically assured (according to the SLA) for at least 5Mbps and up to 10Mbps. Higher bitrates are possible, but not assured | The service is only provided, when the UE is located in the geographical area (according to the agreement with the CSP). When the UE is located outside of the geographical area, the 5G System rejects the requested QOS profile.<br>The access to the network service is restricted to a maximal number of simultaneous session. |
| QOS\_S | The 5G System throughput is statistically assured (according to the SLA) for at least 500kbps and up to 1Mbps. Higher bitrates are possible, but not assured. | The service is only provided, when the UE is located in the geographical area (according to the agreement with the CSP). When the UE is located outside of the geographical area, the 5G System rejects the requested QOS profile.<br>The access to the network service is restricted to a maximal number of simultaneous session. |

**Note:**
The link between the 5G System and the Enterprise network should be provisioned accordingly.

0 comments on commit 0ec92bf

Please sign in to comment.