From 75f56bdd28e12e2775c16b8e22722314ae925737 Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Sun, 15 Dec 2019 20:52:32 -0800 Subject: [PATCH] nfv/SOL006#11 - Implement IFA014 MegaCR FEAT05 - Add priority to NSD --- src/yang/etsi-nfv-ns.yang | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index 7667b7b..fd41598 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -1655,6 +1655,22 @@ submodule etsi-nfv-ns { } } } + + leaf priority { + type uint32; + description + "Specifies the priority for the NS instance. + + The allowed range will be reasonably high. The 'zero' + value will express the highest priority and the fact + that the NS instance based on this DF cannot be + pre-empted during resource allocation. + + Examples for the usage of priority include conflict + resolution in case of resource shortage."; + reference + "GS NFV IFA014: Section 6.3.2.2 NsDf information element"; + } } uses security-parameters; } -- GitLab