Common SCP Configuration
Common SCP Configuration
Many common N2SCP configurations are available to all N2SCP applications. The overall structure of the common configuration within an N2SVCD configuration is as follows:
<?xml version="1.0" encoding="utf-8"?>
<n2svcd>
...
<applications>
...
<application name="..." module="DsgScpApp"> <!-- Or "LhoScpApp" -->
<include>
...
</include>
<parameters>
<!-- Top-level parameters for N2SCP application -->
</parameters>
<config>
<special_numbers>
<!-- Special number handling rules for the N2SCP application -->
</special_numbers>
<normalisation>
<!-- Normalisation rules for the N2SCP application -->
</normalisation>
<denormalisation>
<!-- Denormalisation rules for the N2SCP application -->
</denormalisation>
<ssps>
<!-- SSP selection rules for the N2SCP application -->
</ssps>
<srfs>
<!-- Available SRFs for the N2SCP application -->
</srfs>
<trace_traps>
<!-- Pre-defined trace traps configuration -->
</trace_traps>
</config>
</application>
...
</application>
...
</n2svcd>
The common N2SCP configuration sections are set out in the following pages:
- Special Number Configuration
- Normalisation and Denormalisation Configuration
- SSP Selection Configuration
- SRF Configuration
- Trace Trap Configuration
TCAP Application Context Alias Values
The following TCAP Application Context alias values may be used where required during SSP Selection Configuration and SRF Configuration selection.
Note that for historical reasons, etsi
is generally treated as an alias for cs1
.
However, the use of etsi
is deprecated. Please specify cs1
for new configuration.
These Application Context aliases are for use when communicating with an SSP/SSF (Service Switching Platform/Function),
i.e. they are applicable for configuring as application context in an <ssp>
configuration entry.
AC Alias | Hex | ASN.1 | Description |
---|---|---|---|
cs1 cs1_ssp etsi |
04000101010000 |
0.4.0.1.1.1.0.0 |
CS-1 SSP application context (Core-INAP-CS1-SSP-to-SCP-AC ). |
cs2 cs2_ssf |
04000101140304 |
0.4.0.1.1.20.3.4 |
CS-2 SSF application context (id-ac-cs2-ssf-scfGenericAC ). |
camel1 camel1_ssf |
04000001003200 |
0.4.0.0.1.0.50.0 |
CAMEL Phase 1 application context (CAP-v1-gsmSSF-to-gsmSCF-AC ). |
camel2 camel2_ssf |
04000001003201 |
0.4.0.0.1.0.50.1 |
CAMEL Phase 2 application context (CAP-v2-gsmSSF-to-gsmSCF-AC ). |
camel3 camel3_ssf |
04000001150304 |
0.4.0.0.1.21.3.4 |
CAMEL Phase 3 application context (id-ac-CAP-gsmSSF-scfGenericAC ). |
camel4 camel4_ssf |
04000001170304 |
0.4.0.0.1.23.3.4 |
CAMEL Phase 4 application context (id-CAP ). |
These Application Context aliases are for use when communicating with an SRF/IP (Specialized Resource Function, or Intelligent Peripheral),
i.e. they are applicable for configuring as application context in an <srf>
configuration entry.
AC Alias | Hex | ASN.1 | Description |
---|---|---|---|
cs1_ip |
04000101010200 |
0.4.0.1.1.1.2.0 |
CS-1 IP application context (Core-INAP-CS1-IP-to-SCP-AC APPLICATION-CONTEXT ). |
camel2_srf |
04000001003401 |
0.4.0.0.1.0.52.1 |
CAMEL Phase 2 application context (SRF to SCF ). |
camel3_srf |
0400000114030e |
0.4.0.0.1.20.3.14 |
CAMEL Phase 3 application context (SRF to SCF ). |
camel4_srf |
0400000116030e |
0.4.0.0.1.22.3.14 |
CAMEL Phase 4 application context (SRF to SCF ). |