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
f64d644f
Commit
f64d644f
authored
Mar 30, 2021
by
ramanathan
Browse files
Merge branch 'issue#37' into 'dev-v3.5.1'
issue
#37
SAPD Missing inherited attributes from CPD See merge request
!98
parents
a7a236cb
6e8b65f9
Pipeline
#6661
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
f64d644f
...
...
@@ -180,27 +180,6 @@ submodule etsi-nfv-ns {
"GS NFV IFA014: Section 6.2.2.2 Network Service Descriptor
information element"
;
leaf
id
{
type
string
;
description
"Identifier of this Cpd information element."
;
reference
"GS NFV IFA014: Section 6.6.3.1 Cpd information element"
;
}
leaf
address-assignment
{
type
boolean
;
description
"Specify whether the SAP address assignment is under the
responsibility of management and orchestration functions
or not. If it is set to True, management and
orchestration functions are responsible for assigning
addresses to the access points instantiated from this
SAPD."
;
reference
"GS NFV IFA014: Section 6.2.3.2 Sapd information element"
;
}
choice
cpd-or-virtual-link
{
leaf
virtual-link-desc
{
type
leafref
{
...
...
@@ -265,8 +244,22 @@ submodule etsi-nfv-ns {
}
}
}
uses
cpd
;
leaf
security-group-rule-id
{
type
leafref
{
path
"../../security-group-rule/id"
;
}
description
"Reference of the security group rules bound to this
CPD."
;
reference
"GS NFV IFA014: Section 6.6.3 Cpd information element"
;
}
}
uses
security-group-rule
;
list
virtual-link-desc
{
key
"id"
;
description
...
...
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