SVI-STP SSME
Squire Technologies - Confidential Document
Page
17
of
57
4.2.3
<SCCPMatch>
The <SCCPMatch> Element references all its attributes by the following
Attribute Type
Incoming
Outgoing
MTP
ic.mtp.<attr>
og.mtp.<attr>
SCCP
ic.sccp.<attr>
<attr>
og.sccp.<attr>
TCAP
tcap.operationCode
MAP
map.routing_expr
map.cnts
map.Translate
Examples
Incoming MTP DPC
ic.mtp.dpc
Incoming SCCP Called Party Digits
cdpn.digits
Outbound MTP OPC
og.mtp.opc
Outbound SCCP Calling Party Nature of Address
og.sccp.cgpa.noa
4.2.3.1
Matching
Example – match incoming SCCP Called Address Prefix 12345
<SCCP
Match
cdpn.digits
=
"12345"
/>
Equivalent <Match> element
<
Match
ic.sccp.cdpn.digits
=
"12345"
/>
Example – match incoming SCCP Called Address Prefix 12345 and Translation Type 2
<SCCP
Match
cdpn.digits
=
"12345"
tt
=
"2"
/>
Example – match incoming SCCP Called Address Prefix 12345 and Translation Type 2 and DPC=123
<SCCP
Match
ic.mtp.dpc
=
"123"
cdpn.digits
=
"12345"
tt
=
"2"
/>
Example – match incoming SCCP Called Address Prefix 12345 or 456 and Translation Type 2
<SCCP
Match
tt
=
"2"
>
<SCCP
Match
cdpn.digits
=
"12345"
/>
<SCCP
Match
cdpn.digits
=
"456"
/>