From 533006c9b66475e906bcb4cb2824f994972be7e1 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Wed, 9 Jan 2019 16:46:26 -0800 Subject: [PATCH] Fix bug#96 --- src/yang/etsi-nfv-ns.yang | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index 82d649e..d55215e 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -1479,6 +1479,16 @@ submodule etsi-nfv-ns { "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter information element"; } + + leaf collection-period { + type string; + description + "An attribute that describes the periodicity at which + to collect the performance information."; + reference + "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter + information element"; + } } } } -- GitLab