From cb1893ddea0dcee020952592239f1acd4f0cc4c4 Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 31 Jan 2020 14:38:36 -0600 Subject: Update to Ves Model Update to VES model with draft 7.2 material - specifically an additinoal CMNotify domain. Issue-ID: MODELING-104 Change-Id: I83837fffaafedc04ec7a2ff7a79d324a01816d1c Signed-off-by: Kevin Scaggs --- ONAP Information Model/Ves.notation | 447 +++++++++++++++++++++++++++++++++++- ONAP Information Model/Ves.uml | 181 ++++++++++++++- 2 files changed, 621 insertions(+), 7 deletions(-) diff --git a/ONAP Information Model/Ves.notation b/ONAP Information Model/Ves.notation index 6879692..505cc47 100644 --- a/ONAP Information Model/Ves.notation +++ b/ONAP Information Model/Ves.notation @@ -1221,11 +1221,6 @@ - - - - - @@ -1744,6 +1739,48 @@ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2033,6 +2070,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -7545,4 +7603,383 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ONAP Information Model/Ves.uml b/ONAP Information Model/Ves.uml index 6861a68..f805bc7 100644 --- a/ONAP Information Model/Ves.uml +++ b/ONAP Information Model/Ves.uml @@ -14,7 +14,10 @@ ONAP event messages are serialized as a unicode ASCII character string which may - Event domain enumeration: ‘fault’, ‘heartbeat’, ‘measurement’, ‘mobileFlow’, ‘notification’, ‘other’, ‘pnfRegistration’, ‘sipSignaling’, ‘stateChange’, ‘syslog’, ‘thresholdCrossingAlert’, ‘voiceQuality’ + Event domain enumeration: 'cmNotify',‘fault’, ‘heartbeat’, ‘measurement’, ‘mobileFlow’, ‘notification’, ‘other’, ‘pnfRegistration’, ‘sipSignaling’, ‘stateChange’, ‘syslog’, ‘thresholdCrossingAlert’, ‘voiceQuality’ + + + Update in definition only @@ -4823,6 +4826,156 @@ Debug 7 debug-level messages measValues to measVlauesList + + cmNotif as class or datatype. Given the complexity, I opted for a class + + + Not sure how to model correlatedNotifications. Looking for ITUT doc referenced. + + + event time - no type specified. + + + + + + Additional information nf provider wants to convey. + + + + + + + Version of the cmNotify + + + + + + Notifications to which this notification is considered to be correlated + + + + + + + Time of the cmNotify event. + + + + + + Unique Identifier for the source of this occurrence of the notification. For 3GPP devices this is the notification identifier as defined by ITUT + + + + + + Indicates the source of the operation that led to the generation of the notification. + + + + + + + DN of the management service provider + + + + + + + + Array of cmNotif notificatons + + + + + + + + Indicates the source of the operation + + + + internal operation of resource + + + + + response to management operation + + + + + result of SON + + + + + can’t determine why + + + + + + + Type of notification. This is an enum (managedObjectCreation, managedObjectDeletion, managedObjectAttributeValueChanged) + + + + + + + + Managed Object Instance that is the subject of this notification. In 3GPP devices this is the Distinguished Name (DN) which is used to uniquely identify a MO within a name space as defined by ITU-T + + + + + + + + Type of object identifier (Ynag, or ....) + + + + + + + + [R1] Attribute Name and values (attributeName(string), newAttributeValue(any type), oldAttributeValue(any type) +[R2] This is Mandatory for notifyMOIAttributeValueChange. 3GPP defines it as options for Creation and Deletion. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + @@ -4916,7 +5069,6 @@ Debug 7 debug-level messages - @@ -5419,4 +5571,29 @@ Debug 7 debug-level messages + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg