Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
2aaee78c
Commit
2aaee78c
authored
Feb 16, 2021
by
ppree
Browse files
issue#32 Implement FEAT05 - Add priority in NSD IFA014
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
48fd1d37
Pipeline
#6079
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
src/yang/etsi-nfv-ns.yang
src/yang/etsi-nfv-ns.yang
+16
-0
No files found.
src/yang/etsi-nfv-ns.yang
View file @
2aaee78c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment