MTP3 SEP Configurations

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "==MTP3 SEP configuration== Let's assume that SEP 1 uses MTP3 linksets. File:mpt3_typical.png In ysipchan.conf Example ysigchan.conf [mtp3_ls1] type=ss7-mtp3 netind...")
 
(MTP3 SEP configuration)
Line 1: Line 1:
==MTP3 SEP configuration==
 
 
 
Let's assume that SEP 1 uses MTP3 linksets.  
 
Let's assume that SEP 1 uses MTP3 linksets.  
  

Revision as of 13:47, 27 October 2017

Let's assume that SEP 1 uses MTP3 linksets.

Mpt3 typical.png

In ysipchan.conf

Example ysigchan.conf

[mtp3_ls1]
type=ss7-mtp3
netind2pctype=ITU
netindicator=national
local=ITU,5
adjacent=ITU,1
; state that this linkset can be used to route to node with PC=100
route=100
link=m2pa_1

[mtp3_ls2]
type=ss7-mtp3
netind2pctype=ITU
netindicator=national
local=ITU,5
adjacent=ITU,2
; state that this linkset can be used to route to node with PC=100
route=100
link=m2pa_2

[m2pa_1]
type=ss7-m2pa
sig=sctp-m2pa_1

[m2pa_2]
type=ss7-m2pa
sig=sctp-m2pa_2

And in sigtransport.conf we define the referenced transport sctp-m2pa_1 and sctp-m2pa_2:

[sctp-m2pa_1]
type=sctp
stream=false
local=10.0.0.3:5050
remote=10.0.0.1:6999

[sctp-m2pa_2]
type=sctp
stream=false
local=10.0.0.3:5051
remote=10.0.0.2:6999
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers