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
6e8b65f9
Commit
6e8b65f9
authored
Mar 23, 2021
by
ppree
Browse files
issue
#37
SAPD Missing inherited attributes from CPD
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
73602a92
Pipeline
#6596
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 @
6e8b65f9
...
...
@@ -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