ActivityTest
Overview
The Activity Test operation represents the receipt of an INAP ActivityTest. 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).
- Direction: INBOUND
- From: SCP (Application Under Test)
- To: SSP (IN Tester)
Attributes
The operation attributes are as follows.
| Attribute | Type | Description | 
|---|---|---|
| type | String | inap.ssp_from_scp.ActivityTest | 
| label | String | An optional label for this node if it is to be the target of a branchoperation. | 
| last_component | 1/0 | If 1performs a test that this is the last component of a TCAP_END message.If 0performs a test that this is not the last component of a TCAP_END message.(Default = do not perform any test). | 
| tcap_ac | null/ TCAP alias / Hex String | Tests the received TCAP Application Context from the first inbound TCAP_CONTINUE / TCAP_END dialogue portion. If nulltests that we did not receive a dialogue portion.(Default = do not perform any test). | 
| tcap_result | Integer | Tests the received resultvalue from the first inbound TCAP_CONTINUE / TCAP_END dialogue portion.If nulltests that we did not receive a dialogue portion.(Default = do not perform any test). | 
| tcap_result_diagnostic_user | Integer | Tests the received dialogue-service-uservalue from the first inbound TCAP_CONTINUE / TCAP_END dialogue portion.If nulltests that we did not receive a dialogue portion, or that it did not contain a user result diagnostic.(Default = do not perform any test). | 
| tcap_result_diagnostic_provider | Integer | Tests the received dialogue-service-providervalue from the first inbound TCAP_CONTINUE / TCAP_END dialogue portion.If nulltests that we did not receive a dialogue portion, or that it did not contain a provider result diagnostic.(Default = do not perform any test). | 
| variant | None | This operation does not support any variants. | 
| arguments | None | This operation does not support any arguments. | 
Example
This is an example entry within the operations array:
{
    "type": "inap.ssp_from_scp.ActivityTest"
}