SendChargingInformation
From ss7api.null.ro
Contents |
Capability: Camel
Usage
This operation is used by the gsmSCF to instruct the gsmSSF on the advice of charge information to be sent by the gsmSSF. The SCI operation may be invoked on multiple occasions.
Expected actions
- On receipt of this operation the gsmSSF performs actions to send the advice of charge information to the indicated Call Party's MS (Mobile Station).
Invoke parameters
- sCIBillingChargingCharacteristics – it's a choice between the following parameters:
- aOCBeforeAnswer – list of parameters sent only before an answer event was detected. It contains the following parameters:
- aOCInitial - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is received and a tariff switch has not yet occurred.
- e1, e2, e3, e4, e5, e6, e7
- aOCSubsequent – a list containing the following information:
- cAI-GSM0224 - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is detected and a tariff switch occurs.
- e1, e2, e3, e4, e5, e6, e7
- tariffSwitchInterval – indicates to the gsmSSF the time duration until the next tariff switch.
- cAI-GSM0224 - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is detected and a tariff switch occurs.
- aOCInitial - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is received and a tariff switch has not yet occurred.
- aOCAfterAnswer – list of parameters sent only after an answer event was detected. It contains the following parameters:
- cAI-GSM0224 - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is detected and a tariff switch has occurred previously or when an Answer has been previously detected and a tariff switch occurs.
- e1, e2, e3, e4, e5, e6, e7
- tariffSwitchInterval – indicates to the gsmSSF the time duration until the next tariff switch.
- cAI-GSM0224 - a set of GSM Charge Advice Information elements, as defined in GSM 02.24 and these CAI elements are sent by the gsmSSF to the MS when an ANSWER is detected and a tariff switch has occurred previously or when an Answer has been previously detected and a tariff switch occurs.
- aOCBeforeAnswer – list of parameters sent only before an answer event was detected. It contains the following parameters:
- partyToCharge – indicates where the charging information is to be sent.
- extensions
Result parameters
This operation does not expect a result.
Example
<component localCID="1" type="Invoke" operationCode="sendChargingInformation"> <sCIBillingChargingCharacteristics> <aOCBeforeAnswer> <aOCInitial> <e1>1</e1> <e2>2</e2> </aOCInitial> <aOCSubsequent> <cAI-GSM0224> <e1>1</e1> <e2>2</e2> <e3>3</e3> </cAI-GSM0224> <tariffSwitchInterval>65</tariffSwitchInterval> </aOCSubsequent> </aOCBeforeAnswer> </sCIBillingChargingCharacteristics> <partyToCharge> <sendingSideID>leg2</sendingSideID> </partyToCharge> </component>