From f03bf5c1a00723983c58dedaa2260541ab39cc0d Mon Sep 17 00:00:00 2001 From: Preethika Date: Thu, 18 Mar 2021 08:03:49 +0000 Subject: [PATCH] issue #38 Dependencies IE description improvement Signed-off-by: Preethika --- src/yang/etsi-nfv-ns.yang | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index f9ea24b..f9dd924 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -1767,7 +1767,10 @@ submodule etsi-nfv-ns { } } description - "References a VnfProfile or NsProfile."; + "References a VnfProfile or NsProfile for + describing dependencies between VNF and/or + nested NS instances in terms of primary + entities."; reference "GS NFV IFA014: Section 6.3.12.2 Dependencies information element"; @@ -1785,7 +1788,10 @@ submodule etsi-nfv-ns { } } description - "References a VnfProfile or NsProfile."; + "References a VnfProfile or NsProfile for + describing dependencies between VNF and/or + nested NS instances in terms of secondary + entities."; reference "GS NFV IFA014: Section 6.3.12.2 Dependencies information element"; -- GitLab