INAP Op - EstablishTemporaryConnection

INAP Operation - EstablishTemporaryConnection

The EstablishTemporaryConnection operation represents the receipt of an INAP EstablishTemporaryConnection. The test instance will abort if any other inbound message is received.

This message is received by the IN Tester when it is simulating the role of a Service Switching Platform (SSP).

Attributes

The operation attributes are as follows.

Attribute Type Description
type String inap.ssp_from_scp.EstablishTemporaryConnection
label String An optional label for this node if it is to be the target of a branch operation.
arguments Object [Required] The structure of the INAP EstablishTemporaryConnectionArg we expect to receive.
Expressions may be supplied within this structure.

Example

This is an example entry within the operations array:

{
    "type": "inap.srp_to_scp.AssistRequestInstructions",
    "arguments": {
    }
}

Arguments

The following inbound arguments are supported. Unless specifically indicated otherwise, the actual received inbound arguments will be checked for each supplied “expected” value, and Pass/Fail entries will be generated in the test instance check_log.

Note that typically the inbound correlationID for an EstablishTemporaryConnection cannot be known in advance, as they are usually selected by the SCP node from a random pool. For this reason, it is not common to perform expected value testing on this argument.

To check that an inbound value is NOT present, specify the argument as null.

Argument Type Notes
assistingSSPIPRoutingAddress Binary String Specify the expected binary value.
assistingSSPIPRoutingAddress_digits
assistingSSPIPRoutingAddress_noa
assistingSSPIPRoutingAddress_nqi
assistingSSPIPRoutingAddress_ni
assistingSSPIPRoutingAddress_npi
assistingSSPIPRoutingAddress_pri
assistingSSPIPRoutingAddress_si
Digit String
Integer
Integer
Integer
Integer
Integer
Integer
Alternatively specify the expected value of the individual components.
correlationID Binary String Specify the expected binary value.
correlationID_digits
correlationID_scheme
correlationID_type
Digit String
Integer
Integer
Alternatively specify the expected value of the individual components.
scfID Binary String Expected Binary Data.
scfID_hex Hex String Alternatively specify the expected value in hex.
serviceInteractionIndicators Binary String Expected Binary Data.
serviceInteractionIndicators_hex Hex String Alternatively specify the expected value in hex.