INAP Op - FurnishChargingInformation
INAP Operation - FurnishChargingInformation
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 branch operation.
|
variant
|
String |
genband , sinap (or unspecified for generic default).
|
arguments
|
Object |
[Required] The structure of the INAP FurnishChargingInformationArg we expect to receive. Expressions may be supplied within this structure. |
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"
}
}
Arguments (Genband)
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
.
To check that an inbound value is NOT present, specify the argument as null
.
Argument | Type | Notes |
---|---|---|
FCIBillingChargingCharacteristics
|
Array of Object |
An array of anonymous tag/value pair Objects. |
.tag
|
Binary String | Specify the expected binary tag content. |
.tag_hex
|
Hex String | Alternatively specify the expected tag in hex. |
.value
|
Binary String | Specify the expected binary value content. |
.value_hex
|
Hex String | Alternatively specify the expected value in hex. |
Arguments (SINAP)
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
.
To check that an inbound value is NOT present, specify the argument as null
.
Argument | Type | Notes |
---|---|---|
chargedPartyId
|
Binary Data | Expected binary content for charged party ID. |
chargingInformation
|
Object | Container for expected additional charging information. |
.initChargingInformation
|
Object | Container for expected additional initial charging information. |
.ticketControlInformation
|
Object | Container for expected additional ticket control information. |
.sequenceInfo
|
Integer | Expected numeric value. |
.ticketGenerationCondition
|
Integer | Expected numeric value. |
.billedItemList
|
Array of Binary Data |
Array of expected Binary Data representing billed item information elements. |
.transparentData
|
Binary Data | Expected Binary Data for transparent data. |
.serviceIndicator
|
Integer | Expected numeric value. |
chargedPartyType
|
Binary String | Expected binary value. |
Arguments (Generic)
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
.
To check that an inbound value is NOT present, specify the argument as null
.
Argument | Type | Notes |
---|---|---|
FCIBillingChargingCharacteristics
|
Binary String | Specify the expected binary tag content. |
FCIBillingChargingCharacteristics_hex
|
Hex String | Alternatively specify the expected tag in hex. |