FurnishChargingInformation
Overview
The FurnishChargingInformation operation represents the receipt of an INAP FurnishChargingInformation. 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.FurnishChargingInformation | 
| 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 | String | Variant key as described in N2::INAP::Codec FurnishChargingInformation. | 
| arguments | Object | [Required] The structure of the INAP FurnishChargingInformationArgwe expect to receive.The received argument will be decoded, the elements tested, and PASS/FAIL match entries will be generated in the match log. To check that an inbound value is NOT present, specify the argument as null. | 
| .* | Fields as described in N2::INAP::Codec FurnishChargingInformation. | |
Example
This is an example genband variant entry within the operations array:
{
    "type": "inap.scp_to_ssp.FurnishChargingInformation",
    "variant": "genband",
    "arguments" : {
        "FCIBillingChargingCharacteristics": [
            { "tag_hex": "001c", "value_hex": "0100ffffffffffffffffffffffffffffffffffff" },
            { "tag_hex": "002c", "value_hex": "0200000000000000001000000000000000000000" },
            { "tag_hex": "004c", "value_hex": "0000000000000017228700000049300000005042" },
            { "tag_hex": "999c", "value_hex": "0000000000000000000000000000000000000000" }
        ]
    }
}
This is an example generic entry (no variant specified) within the operations array:
{
    "type": "inap.scp_to_ssp.FurnishChargingInformation",
    "arguments" : {
        "FCIBillingChargingCharacteristics_hex": "00421A0099"
    }
}