From 2f46c3ccef6799ed71fc95eeb67182c88705a7e6 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 00:52:47 +0200 Subject: [PATCH] SOL005_78/79: "NfpData" data type updated (NS LCM) --- .../SOL005NSLifecycleManagement_def.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index e52f38b..de3ae9d 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -2070,26 +2070,36 @@ definitions: description: > Identifier of the NFP to be modified. It shall be present for modified NFPs and shall be absent for the new NFP. + It shall be present for modified NFPs and shall be absent + for the new NFP. $ref: "SOL005_def.yaml#/definitions/IdentifierInNs" nfpName: description: > Human readable name for the NFP. It shall be present for the new NFP, and it may be present otherwise. + It shall be present for the new NFP, and it may be + present otherwise. type: string description: description: > Human readable description for the NFP. It shall be present for the new NFP, and it may be present otherwise. + It shall be present for the new NFP, and it may be + present otherwise. type: string - nsCpHandle: + cpGroup: description: > - Identifier(s) of the CPs and SAPs which the NFP passes by. + Group(s) of CPs and/or SAPs which the NFP passes by. Cardinality can be 0 if only updated or newly created NFP classification and selection rule which applied to an existing NFP is provided. + At least a CP or an nfpRule shall be present. + When multiple identifiers are included, the position of + the identifier in the cpGroup value specifies the position + of the group in the path. type: array items: - $ref: "#/definitions/NsCpHandle" + $ref: "#/definitions/CpGroupInfo" nfpRule: description: > NFP classification and selection rule. See note 1. -- GitLab