Commit ce906647 authored by moscatelli's avatar moscatelli
Browse files

SOL005: fix in NS Lifecycle mgmt data types

parent 30dec88e
Pipeline #793 failed with stage
in 0 seconds
......@@ -413,13 +413,13 @@ definitions:
subscription:
description: >
Link to the subscription that triggered this notification.
$ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
$ref: "../../definitions/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: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
$ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
Version:
description: >
......@@ -926,7 +926,7 @@ definitions:
- LEAST_RESPONSE_TIME
- CHAINED_FAILOVER
- SOURCE_IP_HASH
- SOURCE_MAC_HASH
- SOURCE_MAC_HASH
algorithmWeights:
description: >
Percentage of messages sent to a CP instance. May be included if applicable to
......@@ -1622,7 +1622,7 @@ definitions:
nsProfileId:
description: >
Identifier of a NsProfile to which the additional parameters apply.
$ref: "SOL005_def.yaml#/definitions/IdentifierInNsd"
$ref: "SOL005_def.yaml#/definitions/IdentifierInNsd"
additionalParam:
description: >
Additional parameters that are to be applied on a per nested NS instance.
......@@ -1739,7 +1739,7 @@ definitions:
required:
- nestedNsInstanceId
properties:
nestedNsInstanceId:
nestedNsInstanceId:
description: >
Identifier of the existing nested NS instance to be used in the NS.
$ref: "SOL005_def.yaml#/definitions/Identifier"
......
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