From 0ec92bffb18734816ba845ce1bf6bbfa841e266a Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:58:26 +0100 Subject: [PATCH] Update QoSProfile_Mapping_Table.md --- .../QoSProfile_Mapping_Table.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/documentation/API_documentation/QoSProfile_Mapping_Table.md b/documentation/API_documentation/QoSProfile_Mapping_Table.md index 31a9f07db2..69d7a3de38 100644 --- a/documentation/API_documentation/QoSProfile_Mapping_Table.md +++ b/documentation/API_documentation/QoSProfile_Mapping_Table.md @@ -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.
The access to the network service is restricted to a maximal number of simultaneous session. | @@ -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.
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.
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.
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.
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.