Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sivagurunathan

Pages: [1]
1
Other Yate server issues / help with m2pa connection
« on: July 20, 2018, 11:29:44 AM »
Hello All,
I'm trying to bring up yate 2 MAP/CAMEL XML application and communicate between them. This is my setup,
I'm facing problem where m2pa link establishment goes in a loop and therefore link is never stable.
Attached are the debug logs captured from both sides.

Really appreciate if someone can take a look.

=== app1 configuration ===
[sctp:hlr-app]
type=sctp
local=127.0.0.1:20000
remote=127.0.0.1:10000
listen-notify=true

[m2pa:hlr-app]
type=ss7-m2pa
autostart=true
sig=sctp:hlr-app

[ls:hlr-app]
type=ss7-mtp3
netind2pctype=ITU
netindicator=national
local=ITU,11
link=m2pa:hlr-app

[sccp-hlr-app]
type=ss7-sccp
pointcodetype=ITU
netindicator=national
localpointcode=11
management=sccp-mgm-hlr-app

[sccp-mgm-hlr-app]
type=ss7-sccp-itu-mgm
concerned=11
concerned=11:7

[tcap-hlr-app]
type=ss7-tcap-itu
local_SSN=7
default_remote_SSN=6
print-messages=true
sccp=sccp-hlr-app
transact_timeout=600
max_timeout_checks=5
floodevents=100


==== application2 ===
[sctp:hlr]
type=sctp
local=127.0.0.1:10000
remote=127.0.0.1:20000
listen-notify=true

[m2pa:hlr]
type=ss7-m2pa
sig=sctp:hlr
autostart=true

[ls:hlr]
type=ss7-mtp3
netind2pctype=ITU
netindicator=national
local=ITU,10
link=m2pa:hlr

[sccp-hlr]
type=ss7-sccp
pointcodetype=ITU
netindicator=national
localpointcode=10
management=sccp-mgm-hlr

[sccp-mgm-hlr]
type=ss7-sccp-itu-mgm
concerned=10
concerned=10:6

[tcap-hlr]
type=ss7-tcap-itu
local_SSN=6
default_remote_SSN=7
print-messages=true
sccp=sccp-hlr
transact_timeout=600
max_timeout_checks=5
floodevents=100

Pages: [1]