Loading src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +13 −3 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +13 −3 Original line number Diff line number Diff line Loading @@ -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. Loading