Yate Community Forum

Yate server => Other Yate server issues => Topic started by: sivagurunathan on July 20, 2018, 11:29:44 AM

Title: help with m2pa connection
Post by: sivagurunathan 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
Title: Re: help with m2pa connection
Post by: rodrigopassos on February 16, 2024, 12:48:39 PM
What is your SO and the kernel version?

Br,
 
RP