Commit e048559e authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_92: Added a new data type : "CpPairInfo" (NS LCM)

parent aa2f75a9
Loading
Loading
Loading
Loading
+37 −0
Original line number Original line Diff line number Diff line
@@ -844,6 +844,43 @@ definitions:
          a load balancing algorithm and criteria).
          a load balancing algorithm and criteria).
        $ref: "#/definitions/ForwardingBehaviourInputParameters"
        $ref: "#/definitions/ForwardingBehaviourInputParameters"


  cpPairInfo:
    description: >
      This type represents describes a pair of ingress and egress CPs or SAPs which 
      the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
    type: object
    properties:
      vnfExtCpIds:
        description: >
          Identifier(s) of the VNF CP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
          $ref: "SOL005_def.yaml#/definitions/IdentifierInVnf"
      pnfExtCpIds:
        description: >
          Identifier(s) of the PNF CP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
          $ref: "SOL005_def.yaml#/definitions/IdentifierInPnf"
      sapIds:
        description: >
          Identifier(s) of the SAP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
          $ref: "SOL005_def.yaml#/definitions/IdentifierInNs"

  CpProtocolInfo:
  CpProtocolInfo:
    description: >
    description: >
      This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like
      This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like