From 299e3b8c3492fdf18c316b89ac46c118887488a0 Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 25 Jan 2019 15:22:20 -0600 Subject: Updates to Vnf Made small changes to Vnf, associating VirtualLinkProtocolData with Common submodel created L2ProtocolData and L3ProtocolData Issue-ID: MODELING-104 Change-Id: I5017a7d87df8b94dc44e2b35b40fa637e34d2b23 Signed-off-by: Kevin Scaggs --- papyrus/ONAP Information Model/Vnf.notation | 15 --------------- papyrus/ONAP Information Model/Vnf.uml | 2 ++ 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'papyrus/ONAP Information Model') diff --git a/papyrus/ONAP Information Model/Vnf.notation b/papyrus/ONAP Information Model/Vnf.notation index ef948a1..7733dc7 100644 --- a/papyrus/ONAP Information Model/Vnf.notation +++ b/papyrus/ONAP Information Model/Vnf.notation @@ -8411,11 +8411,6 @@ - - - - - @@ -8573,11 +8568,6 @@ - - - - - @@ -8734,11 +8724,6 @@ - - - - - diff --git a/papyrus/ONAP Information Model/Vnf.uml b/papyrus/ONAP Information Model/Vnf.uml index a6f04ed..cd7a472 100644 --- a/papyrus/ONAP Information Model/Vnf.uml +++ b/papyrus/ONAP Information Model/Vnf.uml @@ -597,6 +597,7 @@ This will probably need to move to common Specifies the L2 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L2 protocol and shall be absent otherwise. + @@ -604,6 +605,7 @@ This will probably need to move to common Specifies the L3 protocol data for this virtual link. Shall be present when the associatedLayerProtocol attribute indicates a L3 protocol and shall be absent otherwise. + -- cgit 1.2.3-korg