From c7e29914b2b0428a9ae9995934ca03cf69c6e513 Mon Sep 17 00:00:00 2001 From: Preethika Date: Thu, 27 Oct 2022 06:08:39 +0000 Subject: [PATCH] issue #64 Addressing macAddressAssignment Signed-off-by: Preethika --- src/yang/etsi-nfv-common.yang | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/yang/etsi-nfv-common.yang b/src/yang/etsi-nfv-common.yang index 8088299..1ec83b2 100644 --- a/src/yang/etsi-nfv-common.yang +++ b/src/yang/etsi-nfv-common.yang @@ -841,12 +841,23 @@ submodule etsi-nfv-common { type boolean; mandatory true; description - "Specify if the MAC address assignment is the - responsibility of management and orchestration function - or not. If it is set to True, it is the management and - orchestration function responsibility. If it is set to - False, it will be provided by an external entity, - e.g. OSS/BSS."; + "Specify which mode is used for the MAC address + assignment. + + If it is set to True, a MAC address is expected to + be provided by a management entity via the NFV-MANO + 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 "GS NFV IFA011: Section 7.1.3.5 L2AddressData information element"; -- GitLab