SVI-STP SSME
Squire Technologies - Confidential Document
Page
30
of
57
("MSISDN.addr=61[0-9]*"==True)
Match an MSISDN not starting with digits 61 only
("MSISDN.addr=61[0-9]*"==False)
imsi containing digits 901
("imsi.digits=[0-9]*901[0-9]*"==True)
imsi ending digits 222
("imsi.digits=[0-9]*222*"==True)
Ussd String starting with "This"
("UssdStr.decodedString=This*"==True)
Ussd String starting with "This" and MSISDN starting with 55
(("UssdStr.decodedString=This*"==True) && ("MSISDN.addr=55[0-9]*"==True))
Ussd String starting with "This" Or MSISDN starting with 55
(("UssdStr.decodedString=Uhis*"==True)||("MSISDN.addr=55[0-9]*"==True))
4.4.2.3
Map Layer Routing Using TCAP OpCode
<
Ep
name
=
"etsi-map-layer-routing"
>
<
SCCPMatch
tcap.opCode
=
"Cancel Location"
route
=
"ETSI-Cancel-Location-route"
/>
<
SCCPMatch
tcap.opCode
=
"Any Time Interrogation"
destination
=
"9986"
/>
</
Ep
>
This example shows that the two Messages Cancel-Location and Any-Time-Interrogation are sent
discriminated based on the Map Message Type
<
Ep
name
=
"etsi-map-layer-routing"
>
<
SCCPMatch
cdpn.digits
=
"6"
tcap.opCode
=
"Cancel Location"
route
=
"ETSI-Cancel-Location-
route"
/>
<
SCCPMatch
cdpn.digits
=
"7"
tcap.opCode
=
"Cancel Location"
route
=
"ETSI-Cancel-Location-
route-2"
/>
</
Ep
>
By adding the SCCP matching the routing can on the SCCP attributes as well as the Map Message type.
So Cancel-Location from called party number prefixed by 6 is handled differently to Cancel-Location
from called party number prefixed by 7.