From d0875450015cbc28c130e04df42cbe99a0c788eb Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Mon, 2 Dec 2024 12:51:29 +0100
Subject: [PATCH] Fix test suite supported features details in vendor
 extensibility suite

---
 doc/testing/testplan/vendor_extensibility/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/testing/testplan/vendor_extensibility/README.md b/doc/testing/testplan/vendor_extensibility/README.md
index bbc8f56..4cf359c 100644
--- a/doc/testing/testplan/vendor_extensibility/README.md
+++ b/doc/testing/testplan/vendor_extensibility/README.md
@@ -297,7 +297,7 @@ At this documentation you will have all information and related files and exampl
      * body [service api description] with apiName **service_1**
        * **NOT INCLUDED** [vendor specific service] in root of [service api description].
        * **NOT INCLUDED** [vendor specific aef profile] in one AEFProfile inside aefProfiles key.
-       * supportedFeatures **000**
+       * supportedFeatures **00**
      * Use **APF Certificate**
   3. Request Discover Published APIs:
      * Send **GET** to **https://{CAPIF_HOSTNAME}/service-apis/v1/allServiceAPIs?api-invoker-id={apiInvokerId}&aef-id=${aefId}&supported-features=2**
@@ -345,7 +345,7 @@ At this documentation you will have all information and related files and exampl
 
   1. Register Provider at CCF, store certificates.
   2. Publish Service API at CCF:
-     1. Supported Features with vendorExt flag active (binary 0 0000 0000 -> string **00**)
+     1. Supported Features with vendorExt flag active (binary 0 0000 0000 -> string **0**)
      2. This API **NOT** includes any "Vendor Specific" information at **service API Description** and inside **AEF Profile**.
   3. Register Invoker and Onboard Invoker at CCF
   4. Discover Service APIs by Invoker
@@ -359,7 +359,7 @@ At this documentation you will have all information and related files and exampl
      * body [service api description] with apiName **service_1**
        * **NOT INCLUDE** [vendor specific service] in root of [service api description].
        * **NOT INCLUDE** [vendor specific aef profile] in one AEFProfile inside aefProfiles key.
-       * supportedFeatures **000**
+       * supportedFeatures **0**
      * Use **APF Certificate**
   3. Request Discover Published APIs:
      * Send **GET** to **https://{CAPIF_HOSTNAME}/service-apis/v1/allServiceAPIs?api-invoker-id={apiInvokerId}&aef-id=${aefId}&supported-features=0**
-- 
GitLab