Difference between revisions of "InitialDP"

From ss7api.null.ro
Jump to: navigation, search
(Example)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:initialDP}}
 
==Capability: Camel==
 
==Capability: Camel==
  
Line 117: Line 118:
 
         <naCarrierId>7060</naCarrierId>
 
         <naCarrierId>7060</naCarrierId>
 
         <naCICSelectionType>
 
         <naCICSelectionType>
subscribed-dialing-undeterminded
+
subscribed-dialing-undeterminded
</naCICSelectionType>
+
</naCICSelectionType>
        </naCarrierInformation>
+
        </naCarrierInformation>
 
         <gmscAddress enc="e164" nature="international" plan="isdn">
 
         <gmscAddress enc="e164" nature="international" plan="isdn">
 
   54737210042
 
   54737210042

Latest revision as of 17:20, 27 August 2013

Contents

[edit] Capability: Camel

[edit] Usage

This operation is sent by the gsmSSF after detection of a request in the BCSM, to request the gsmSCF for instructions to complete a call.

[edit] Expected actions

  • A control relationship is established between the gsmSSF and the gsmSCF. The gsmSSF awaits for instructions from gsmSCF.

[edit] Invoke parameters

  • serviceKey – identifies the requested IN service within the gsmSCF.
  • calledPartyNumber – the number that indentifies the called party in the forward direction. Parameter is sent only in the Mobile Terminating/Forwarding cases.
  • callingPartyNumber – the calling party / origin of the call.
  • callingPartysCategory – type of calling party.
  • iPSSPCapabilities – indicates which gsmSRF resources are supported within the VMSC/GMSC the gsmSSF resides in.
  • locationNumber – the geographical area address for mobility services, used when the “callingPartyNumber” does not contain the geographical location of the calling party.
  • originalCalledPartyID – the dialed digits if the call was forwarded at some point on the route to the gsmSSF.
  • extensions
  • highLayerCompatibility – identifies de ISDN-teleservice of a connected terminal.
  • additionalCallingPartyNumber – number provided by the access signalling system of the calling user.
  • bearerCapability – the type of connection to the user. Contains the following parameter:
    • bearerCap – value of the ISUP USI parameter.
The parameter should only be included if ISUP USI parameter is available at gsmSSF. If ISUP USI (User Service Information) and USI Prime are both available at gsmSSF, “the bearerCap” shall contain USI Prime parameter.
  • eventTypeBCSM – the event which triggerred the InitialDP operation.
  • redirectingPartyID – the number from which the call was redirected.
  • redirectionInformation – redirection information, such as redirect counter.
  • imsi - IMSI of the mobile subscriber for which the CAMEL service is invoked
  • subscriberState - the state of the mobile subscriber for which the CAMEL service is invoked, possible states are Busy, Idle, Not reachable and Not provided from VLR.
  • locationInformation – provides the location of the MS and the age of its whereabouts
  • ext-basicServiceCode - indicates the Basic Service Code
  • callReferenceNumber - call reference number assigned to the call by the GMSC/MSC
  • mscAddress - gives the mscId assigned to the GMSC/MSC.
  • calledPartyBCDNumber – number used to identify the called party. Sent only in MO case.
  • timeAndTimezone – the time when the gsmSSF was triggered, including the timezone
  • gsm-ForwardingPending – indicates that a call is to be forwarded due to a forwarded-to-number being received
  • initialDPArgExtension - contains the following 2 parameters:
    • naCarrierInformation - the carrier identification code and carrier selection type associated with the calling subscriber of a mobile originating call / the called subscriber of a mobile terminating call / the forwarding subscriber of a mobile forwarded call.
    • gmscAddress – gives the mscId assigned to the GMSC

[edit] Result parameters

This operation does not expect a result.

[edit] Example

<component remoteCID=1" type="Invoke" operationCode="initialDP">
	<serviceKey>110</serviceKey>
  	<calledPartyNumber nature="subscriber" plan="isdn"  inn="true>
		0123456789
	</calledPartyNumber>
  	<callingPartyNumber nature="international" plan="national" inn="true"
		restrict="unavailable" screened="network-provided">
		0123456789
	</callingPartyNumber>
  	<additionalCallingPartyNumber>7274530741</additionalCallingPartyNumber>
  	<bearerCapability coding="ISO/IEC" transfercap="3.1khz-audio"
	    	transfermode="packet" transferrate="1536kbit"  multiplier="5">
	 	mulaw
	</bearerCapability>
  	<eventTypeBCSM>termAttemptAuthorized</eventTypeBCSM>
  	<redirectionInformation reason_original="diverted" counter="5"
		 reason="deflected">
 		diverted-restrict-all
	</redirectionInformation>
  	<subscriberState>
     		<netDetNotReachable>restrictedArea</netDetNotReachable>
  	</subscriberState>
  	<locationInformation>
       	<ageOfLocationInformation>15</ageOfLocationInformation>
       	<geographicalInformation>18 16 54 10</geographicalInformation>
       	<vlr-Number nature="international" plan="isdn">69029932957</vlr-Number>
       	<locationNumber>53 57 09 23</locationNumber>
       	<cellIdOrLAI>
        		<cellIdFixedLength>00812628</cellIdFixedLength>
       	</cellIdOrLAI>
     	</locationInformation>
    	<ext-basicServiceCode>
       	<bearerService>general-dataCDS</bearerService>
    	</ext-basicServiceCode>
    	<callReferenceNumber>26 92 38 35</callReferenceNumber>
     	<mscAddress enc="e164" nature="international" plan="isdn">
		82802477725
	</mscAddress>
    	<calledPartyBCDNumber enc="e164" nature="international" plan="isdn">
		82722803066
	</calledPartyBCDNumber>
    	<timeAndTimezone>9828157516</timeAndTimezone>
    	<gsm-ForwardingPending/>
    	<initialDPArgExtension>
       	<naCarrierInformation>
        		<naCarrierId>7060</naCarrierId>
        		<naCICSelectionType>
	 			subscribed-dialing-undeterminded
	 		</naCICSelectionType>
        	</naCarrierInformation>
       	<gmscAddress enc="e164" nature="international" plan="isdn">
 			54737210042
		</gmscAddress>
   	</initialDPArgExtension>
 </component>
Personal tools
Namespaces

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