diff options
Diffstat (limited to 'asdc-tests/src/test/resources/CI/importAttResources/PCSCF')
4 files changed, 0 insertions, 53 deletions
diff --git a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF .yml.old b/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF .yml.old deleted file mode 100644 index cd215933ab..0000000000 --- a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF .yml.old +++ /dev/null @@ -1,29 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0 - -description: > - A Proxy-CSCF (P-CSCF) is a SIP proxy that is the first point of contact for the IMS terminal. - It can be located either in the visited network (in full IMS networks) or in the home network - (when the visited network is not IMS compliant yet). - Some networks may use a Session Border Controller (SBC) for this function. - The P-CSCF is at its core a specialized SBC for the User network interface which not only - protects the network, but also the IMS terminal. - The use of an additional SBC between the IMS terminal and the P-CSCF is unnecessary and - infeasible due to the signaling being encrypted on this leg. - The terminal discovers its P-CSCF with either DHCP, or it may be configured - (e.g. during initial provisioning or via a 3GPP IMS Management Object (MO)) - or in the ISIM or assigned in the PDP Context (in General Packet Radio Service (GPRS)). - -node_types: - att.nodes.ims.PCSCF: - derived_from: tosca.nodes.SoftwareComponent - capabilities: - pcscf_endpoint: - type: tosca.capabilities.Endpoint.Public - relationship: tosca.relationships.ConnectTo - occurrences: [0, UNBOUNDED] - description: Connection with one ore more UAs - requirements: - icscf_endpoint: - capability: tosca.capabilities.Endpoint - node: att.nodes.ims.ICSCF - relationship: tosca.relationships.ConnectsTo
\ No newline at end of file diff --git a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.json b/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.json deleted file mode 100644 index 8c4e5745ab..0000000000 --- a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "payloadName": "PCSCF.yml", - "contactId": "jh0003", - "resourceName": "att.nodes.ims.PCSCF", - "description": "A Proxy-CSCF (P-CSCF) is a SIP proxy that is the first point of contact for the IMS terminal. It can be located either in the visited network (in full IMS networks) or in the home network (when the visited network is not IMS compliant yet). Some networks may use a Session Border Controller (SBC) for this function. The P-CSCF is at its core a specialized SBC for the User network interface which not onlyprotects the network, but also the IMS terminal. The use of an additional SBC between the IMS terminal and the P-CSCF is unnecessary and infeasible due to the signaling being encrypted on this leg. The terminal discovers its P-CSCF with either DHCP, or it may be configured (e.g. during initial provisioning or via a 3GPP IMS Management Object (MO)) or in the ISIM or assigned in the PDP Context (in General Packet Radio Service (GPRS)).", - "resourceIconPath": "defaulticon", - "category": "IMS", - "tags": [ - "att.nodes.ims.PCSCF", "IMS_TAG" - ] -}
\ No newline at end of file diff --git a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.yml b/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.yml deleted file mode 100644 index 3d0e38eefc..0000000000 --- a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.yml +++ /dev/null @@ -1,13 +0,0 @@ -att.nodes.ims.PCSCF: - derived_from: tosca.nodes.SoftwareComponent - capabilities: - pcscf_endpoint: - type: tosca.capabilities.Endpoint.Public - relationship: tosca.relationships.ConnectTo - occurrences: [0, UNBOUNDED] - description: Connection with one ore more UAs - requirements: - icscf_endpoint: - capability: tosca.capabilities.Endpoint - node: att.nodes.ims.ICSCF - relationship: tosca.relationships.ConnectsTo
\ No newline at end of file diff --git a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.zip b/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.zip Binary files differdeleted file mode 100644 index 37a6bac251..0000000000 --- a/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.zip +++ /dev/null |