Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
65c3c02b
Commit
65c3c02b
authored
Jan 04, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#89
parent
79ebe631
Pipeline
#190
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
65c3c02b
...
...
@@ -269,6 +269,7 @@ submodule etsi-nfv-ns {
}
container
qos
{
presence
"VL QoS parameters"
;
description
"The QoS information element specifies quality of
service parameters applicable to a VL."
;
...
...
src/yang/etsi-nfv-vnf.yang
View file @
65c3c02b
...
...
@@ -700,7 +700,7 @@ submodule etsi-nfv-vnf {
fraction-digits
1
;
range
"0..max"
;
}
units
"
MBytes
"
;
units
"
Gb
"
;
default
1
;
description
"Amount of virtual memory in MB."
;
...
...
@@ -877,7 +877,7 @@ submodule etsi-nfv-vnf {
leaf
size-of-storage
{
type
uint64
;
units
"Gb"
;
default
1
;
default
0
;
description
"Size of virtualised storage resource (e.g. size of
volume, in Gb)"
;
...
...
@@ -1187,6 +1187,7 @@ submodule etsi-nfv-vnf {
information element."
;
}
container
qos
{
presence
"VL QoS parameters"
;
description
"QoS of the VL."
;
reference
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment