statusReport

From ss7api.null.ro
Revision as of 17:05, 27 August 2013 by Monica (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Capability: Routing

Usage

This message is sent by a VLR to a HLR to notify it about subscriber status (available, busy, unreachable) and call outcome.

Expected actions

The HLR should store the current subscriber status for later interrogation by a gsmSCF that tries to provide the CCBS service.

Invoke parameters

  • imsi – IMSI of the SIM card
  • eventReportData – Subscriber reachability for call changed
    • ccbs-SubscriberStatus – Status of the subscriber for CCBS service, can be "ccbsNotIdle", "ccbsIdle" or "ccbsNotReachable"
    • extensionContainer – Container for various extensions
  • callReportdata – Report about current call state
    • monitoringMode – How the call is monitored, can be "a-side" or "b-side"
    • callOutcome – Call delivery status, can be "success", "failure" or "busy"
    • extensionContainer – Container for various extensions
  • extensionContainer – Container for various extensions

Result parameters

  • extensionContainer – Container for various extensions

Example

<component remoteCID=1" type="Invoke" operationCode="statusReport">
	<imsi enc="e212">497012345678900</imsi>
	<eventReportData>
		<ccbs-SubscriberStatus>ccbsIdle</ccbs-SubscriberStatus>
	</eventReportData>
</component>
...
<component remoteCID=1" type="ResultLast"/>

Bold text

Personal tools
Namespaces

Variants
Actions
MAP & CAMEL XML Interface
Diameter XML Interface
MAP and CAMEL operations
Diameter interfaces
Examples
Resources
Navigation
Toolbox