From 3675c8a88b97ed3866d927026198ca45c72fce62 Mon Sep 17 00:00:00 2001 From: Preethika Date: Fri, 29 Jan 2021 10:46:16 +0000 Subject: [PATCH] Issue#25 FEAT02 add identifier ChangeCurrentVnfPackageOpConfig and fix cardinality Signed-off-by: Preethika --- src/yang/etsi-nfv-vnf.yang | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 6b5f2dc..45da3f4 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -2473,7 +2473,8 @@ submodule etsi-nfv-vnf { } } - container change-current-vnf-package-op-config { + list change-current-vnf-package-op-config { + key "id"; description "Configuration parameters for the ChangeCurrentVnfPackageOpConfig operation."; @@ -2481,6 +2482,16 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.5.2 VnfLcmOperationsConfiguration information element"; + leaf id { + type string; + description + "Identifier of this parameter set for later referencing."; + reference + "GS NFV IFA011: Section 7.1.5.13 + ChangeCurrentVnfPackageOpConfig information + element"; + } + list parameter { key "key"; @@ -3407,7 +3418,7 @@ submodule etsi-nfv-vnf { leaf additional-params-id { type leafref { path "../../df/lcm-operations-configuration/" + - "change-current-vnf-package-op-config/parameter/key"; + "change-current-vnf-package-op-config/id"; } description "References the ChangeCurrentVnfPackageOpConfig information -- GitLab