Commit 2f46c3cc authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_78/79: "NfpData" data type updated (NS LCM)

parent a0f44628
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -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.