From 91689523fb7d01cf339dc15f743c5eec4ddc14dd Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 00:42:32 +0200 Subject: [PATCH] SOL005_72/73/74: "LccnLinks" data type updated (NS LCM) --- .../definitions/SOL005NSLifecycleManagement_def.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index 319843f..e52f38b 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -412,17 +412,17 @@ definitions: description: > Link to the resource representing the NS instance to which the notified change applies.. - $ref: "SOL005_def.yaml#/definitions/Link" + $ref: "SOL005_def.yaml#/definitions/NotificationLink" subscription: description: > Link to the subscription that triggered this notification. - $ref: "SOL005_def.yaml#/definitions/Link" - lcOpOcc: + $ref: "SOL005_def.yaml#/definitions/NotificationLink" + nslcmOpOcc: description: > Link to the lifecycle operation occurrence that this notification is related to. Shall be present if there is a related lifecycle operation occurrence - $ref: "SOL005_def.yaml#/definitions/Link" + $ref: "SOL005_def.yaml#/definitions/NotificationLink" Version: description: > -- GitLab