From f3ae3a9e9e14c4951740b85915d71ad3193fc39e Mon Sep 17 00:00:00 2001 From: steven stark Date: Tue, 6 Feb 2018 14:31:58 -0800 Subject: VNFRQTS - R-62468 fix gramar Delete the misplaced "shall" from R-62468 The VNF MUST allow all configuration data shall to be edited through a NETCONF operation. Change-Id: I9d8421a580c1c116039f479371f3659dd4b949a8 Issue-ID: VNFRQTS-173 Signed-off-by: steven stark --- docs/Chapter7.rst | 2 +- docs/Chapter8.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Chapter7.rst b/docs/Chapter7.rst index d0aed53..665a35a 100644 --- a/docs/Chapter7.rst +++ b/docs/Chapter7.rst @@ -176,7 +176,7 @@ industry standards. * R-29324 The VNF **SHOULD** implement the protocol operation: **copy-config(target, source) -** Copy the content of the configuration datastore source to the configuration datastore target. * R-88031 The VNF **SHOULD** implement the protocol operation: **delete-config(target) -** Delete the named configuration datastore target. * R-97529 The VNF **SHOULD** implement the protocol operation: **get-schema(identifier, version, format) -** Retrieve the YANG schema. -* R-62468 The VNF **MUST** allow all configuration data shall to be edited through a NETCONF operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient. +* R-62468 The VNF **MUST** allow all configuration data to be edited through a NETCONF operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient. * R-01382 The VNF **MUST** allow the entire configuration of the VNF to be retrieved via NETCONF's and , independently of whether it was configured via NETCONF or other mechanisms. * R-28756 The VNF **MUST** support **:partial-lock** and **:partial-unlock** capabilities, defined in RFC 5717. This allows multiple independent clients to each write to a different part of the configuration at the same time. * R-83873 The VNF **MUST** support **:rollback-on-error** value for the parameter to the operation. If any error occurs during the requested edit operation, then the target database (usually the running configuration) will be left unaffected. This provides an 'all-or-nothing' edit mode for a single request. diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst index 88c05d5..82a66f6 100644 --- a/docs/Chapter8.rst +++ b/docs/Chapter8.rst @@ -850,7 +850,7 @@ R-75608: The VNF provider **MUST** provide playbooks to be loaded on the appropr R-61354: The VNF **MUST** implement access control list for OA&M services (e.g., restricting access to certain ports or applications). -R-62468: The VNF **MUST** allow all configuration data shall to be edited through a NETCONF operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient. +R-62468: The VNF **MUST** allow all configuration data to be edited through a NETCONF operation. Proprietary NETCONF RPCs that make configuration changes are not sufficient. R-34552: The VNF **MUST** provide or support the Identity and Access Management (IDAM) based threat detection data for OWASP Top 10. -- cgit 1.2.3-korg