From 9768207e5c9659f250aefafcd4916e50e2cfdd19 Mon Sep 17 00:00:00 2001 From: Bertrand Souville Date: Mon, 25 Aug 2025 11:17:17 +0200 Subject: [PATCH] Need to update Readme and address EditHelps feedback --- README.md | 2 +- .../definitions/NFVManoLogManagement_def.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a83dd8..a489dcb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NFV SOL009 - OpenAPIs for the management of NFV-MANO -This repository contains OpenAPIs for ETSI GS NFV-SOL 009 v5.2.1, RESTful protocols +This repository contains OpenAPIs for ETSI GS NFV-SOL 009 v5.3.1, RESTful protocols specification for the management of NFV-MANO functional entities. **IMPORTANT: In case of discrepancies the published ETSI Group Specification takes precedence.** diff --git a/src/SOL009/NFVManoLogManagement/definitions/NFVManoLogManagement_def.yaml b/src/SOL009/NFVManoLogManagement/definitions/NFVManoLogManagement_def.yaml index 4387468..c35fcb1 100644 --- a/src/SOL009/NFVManoLogManagement/definitions/NFVManoLogManagement_def.yaml +++ b/src/SOL009/NFVManoLogManagement/definitions/NFVManoLogManagement_def.yaml @@ -203,9 +203,9 @@ definitions: Permitted values: - HTTPS: transmission over HTTP Secure (HTTPS). - - SFTP: transmission over SSH file transfer protocol (SFTP). - - SCP: transmission over secure copy protocol (SCP). - - FTPS: transmission over file transfer protocol secure (FTPS), as specified in IETF RFC 2228, + - SFTP: transmission over SSH File Transfer Protocol (SFTP). + - SCP: transmission over Secure Copy Protocol (SCP). + - FTPS: transmission over File Transfer Protocol Secure (FTPS), as specified in IETF RFC 2228, using explicit mode as specified in IETF RFC 4217. If FTPS is supported, "private" protection level shall be used. HTTPS shall be supported, and other protocols may be supported. -- GitLab