Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL006
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL006
Commits
2aaee78c
Commit
2aaee78c
authored
4 years ago
by
ppree
Browse files
Options
Downloads
Patches
Plain Diff
issue#32 Implement FEAT05 - Add priority in NSD IFA014
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
48fd1d37
No related branches found
No related tags found
2 merge requests
!101
Dev v3.5.1
,
!89
issue#32 Implement FEAT05 - Add priority in NSD IFA014
Pipeline
#6079
passed
4 years ago
Stage: external
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/yang/etsi-nfv-ns.yang
+16
-0
16 additions, 0 deletions
src/yang/etsi-nfv-ns.yang
with
16 additions
and
0 deletions
src/yang/etsi-nfv-ns.yang
+
16
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment