Commit d6c6b3b3 authored by ramanathan's avatar ramanathan
Browse files

Merge branch 'issue#64' into 'dev-v3.7.1'

issue #64 Addressing macAddressAssignment

See merge request !124
parents c5292265 c7e29914
Pipeline #13316 passed with stage
in 0 seconds
...@@ -841,12 +841,23 @@ submodule etsi-nfv-common { ...@@ -841,12 +841,23 @@ submodule etsi-nfv-common {
type boolean; type boolean;
mandatory true; mandatory true;
description description
"Specify if the MAC address assignment is the "Specify which mode is used for the MAC address
responsibility of management and orchestration function assignment.
or not. If it is set to True, it is the management and
orchestration function responsibility. If it is set to If it is set to True, a MAC address is expected to
False, it will be provided by an external entity, be provided by a management entity via the NFV-MANO
e.g. OSS/BSS."; interfaces towards the VNFM using attributes
standardized for this purpose in the NFV-MANO
information model and is further transferred from the
VNFM to the VIM. A MAC address will be automatically
assigned by the VIM/NFVI as fallback if not provided.
If it is set to False, a MAC address is expected to be
assigned by means specific to the VNF itself (e.g., by
an LCM script, by the EM) and is further transferred
from the VNFM to the VIM. A MAC address will be
automatically assigned by the VIM/NFVI as fallback if
not provided to the VIM.";
reference reference
"GS NFV IFA011: Section 7.1.3.5 L2AddressData "GS NFV IFA011: Section 7.1.3.5 L2AddressData
information element"; information element";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment