From 861c74ed39975c14f82d739a2eb994c19fc9f471 Mon Sep 17 00:00:00 2001 From: Jorge Garcia Hospital <129095857+jgarciahospital@users.noreply.github.com> Date: Fri, 10 May 2024 18:11:34 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ad78c2c0..9b81ad9bd1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Repository to describe, develop, document and test the QualityOnDemand API famil * Service APIs for “Quality on Demand” (see APIBacklog.md) * It provides the customer with the ability to: - * set quality for access network connections (e.g. mobile device connection or fixed access between a home gateway and the service providers gateway router) + * set quality for access network connections (e.g. mobile device connection or fixed access between a home gateway and the service providers gateway router) + * Session mode, for a specific duration + * Provision mode, indefinitely for each time that the device connects to the network * get notification if network cannot fulfill * Describe, develop, document and test the APIs (with 1-2 Service Providers) * Started: October 2021 From b137ef4831dab46d8d5f84c911e255b85378d9bf Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 17 May 2024 14:28:29 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b81ad9bd1..aa439be78c 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Repository to describe, develop, document and test the QualityOnDemand API famil * Service APIs for “Quality on Demand” (see APIBacklog.md) * It provides the customer with the ability to: - * set quality for access network connections (e.g. mobile device connection or fixed access between a home gateway and the service providers gateway router) + * set quality for a flow within an access network connections (e.g. mobile device connection or fixed access between a home gateway and the service providers gateway router) * Session mode, for a specific duration - * Provision mode, indefinitely for each time that the device connects to the network + * Provision mode, indefinitely for each time that the device connects to the same access network * get notification if network cannot fulfill * Describe, develop, document and test the APIs (with 1-2 Service Providers) * Started: October 2021 From 065cde80fd9c5d381268c7ad3330f4dbb6d4619e Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 17 May 2024 14:29:10 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa439be78c..3bc6caacc3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Repository to describe, develop, document and test the QualityOnDemand API famil * It provides the customer with the ability to: * set quality for a flow within an access network connections (e.g. mobile device connection or fixed access between a home gateway and the service providers gateway router) * Session mode, for a specific duration - * Provision mode, indefinitely for each time that the device connects to the same access network + * Provision mode, indefinitely for each time the device connects to the same access network * get notification if network cannot fulfill * Describe, develop, document and test the APIs (with 1-2 Service Providers) * Started: October 2021