summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importAttResources/ICSCF/ICSCF.yml
blob: a00685bc0356b7f868ada2ce50b1b4ebb1e6e2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
att.nodes.ims.ICSCF:
  derived_from: tosca.nodes.SoftwareComponent
  capabilities:
    pcscf_endpoint:
      type: tosca.capabilities.Endpoint
      relationship: tosca.relationships.ConnectTo
      occurrences: [0, UNBOUNDED]  
      description: Connection with one ore more P-CSCF functions 
  requirements:
    hss_endpoint: 
      capability: tosca.capabilities.Endpoint  
      node: att.nodes.ims.HSS
      relationship: tosca.relationships.ConnectsTo