Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importAttResources / ICSCF / ICSCF.yml.old
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2
3 description: >
4   Interrogating-CSCF (I-CSCF) is a SIP function located at the edge of an administrative domain.
5   Its IP address is published in the Domain Name System (DNS) of the domain
6   (using NAPTR and SRV type of DNS records), so that remote servers can find it, 
7   and use it as a forwarding point (e.g., registering) for SIP packets to this domain.
8   It queries the HSS to retrieve the address of the S-CSCF and assign it to a user performing SIP 
9   registration. It also forwards SIP request or response to the S-CSCF.
10   
11 node_types:
12   att.nodes.ims.ICSCF:
13     derived_from: tosca.nodes.SoftwareComponent
14     capabilities:
15       pcscf_endpoint:
16         type: tosca.capabilities.Endpoint
17         relationship: tosca.relationships.ConnectTo
18         occurrences: [0, UNBOUNDED]  
19         description: Connection with one ore more P-CSCF functions 
20     requirements:
21       hss_endpoint: 
22         capability: tosca.capabilities.Endpoint  
23         node: att.nodes.ims.HSS
24         relationship: tosca.relationships.ConnectsTo