SEP SCCP configuration
From Yate Documentation
(Difference between revisions)
(Created page with "When using SCCP in a SEP, the SCCP must have a SCCP application above it to process the messages. This is usually a TCAP application.<br/> To configure a SCCP layer on a SEP ...") |
(→TCAP - SCCP application) |
||
(5 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
To configure a SCCP layer on a SEP you need the following: | To configure a SCCP layer on a SEP you need the following: | ||
− | * [[ | + | * [[How_To's#SS7_Setups|MTP]] interconnections |
* SCCP layer | * SCCP layer | ||
* SCCP management | * SCCP management | ||
Line 95: | Line 95: | ||
ussd-string=octets | ussd-string=octets | ||
ussd-decode=all | ussd-decode=all | ||
+ | |||
+ | '''See also:''' | ||
+ | |||
+ | *[[SCCP decoder]] | ||
+ | *[[STP SCCP configuration]] | ||
+ | *[[Configure SCCP and GTT]] | ||
+ | *[[SCCP_address_translation | SCCP address translatation]] | ||
+ | *[[SCCP Introduction]] |
Latest revision as of 16:09, 26 October 2017
When using SCCP in a SEP, the SCCP must have a SCCP application above it to process the messages. This is usually a TCAP application.
To configure a SCCP layer on a SEP you need the following:
- MTP interconnections
- SCCP layer
- SCCP management
- TCAP layer
Contents |
[edit] Network schema overview
Below is the schema of the network we are trying to configure. We'll be configuring SEP1.
[edit] SEP configuration
[edit] Layer 1
In sigtransport.conf
[sctp:SEP1-STP2] type=sctp local=100.1.1.5:2092 remote=100.1.1.1:2092
[edit] Layer 2
In ysigchan.conf
[m2pa:SEP1-STP2] type=ss7-m2pa sig=sctp:SEP1-STP2
[edit] Layer 3
In ysigchan.conf
[ls:SEP1-STP2] type=ss7-mtp3 netind2pctype=ITU netindicator=national local=ITU:20 adjacent=ITU:10 link=m2pa:SEP1-STP2
[edit] SCCP
In ysigchan.conf
[sccp] type=ss7-sccp pointcodetype=ITU netindicator=national localpointcode=10 management=sccp-mgm
[edit] SCCP management
In ysigchan.conf
[sccp-mgm] type=ss7-sccp-itu-mgm ; STP1 is interested in our state ; Concerned point code 10 concerned=10 ; Local Subsystems 6 and 7 concerned=10:6,7
If you were to have another STP, then it will also be concerned about our state and you would add another configuration: concerned=stp2_pc and concerned=stp2_pc:6,7 in this section.
[edit] TCAP - SCCP application
In ysigchan.conf
[tcap-hlr] type=ss7-tcap-itu local_SSN=6 default_remote_SSN=15 print-messages=true sccp=sccp transact_timeout=600 max_timeout_checks=5 floodevents=100
In camel_map.conf
[tcap hlr] tcap=tcap-hlr host=127.0.0.1 port=16101 type=MAP print-messages=true add-encoding=false [local hlr] translator=hlr capabilities=USSD export_xml_as=both ussd-string=octets ussd-decode=all
See also: