Skip to content
Snippets Groups Projects
Commit 2aaee78c authored by ppree's avatar ppree
Browse files

issue#32 Implement FEAT05 - Add priority in NSD IFA014


Signed-off-by: default avatarPreethika <preethika.p@tataelxsi.co.in>
parent 48fd1d37
No related branches found
No related tags found
2 merge requests!101Dev v3.5.1,!89issue#32 Implement FEAT05 - Add priority in NSD IFA014
Pipeline #6079 passed
......@@ -1694,6 +1694,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";
}
leaf service-availability-level {
type uint32;
description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment