Erlang SS7 TCAP/MAP implementation
Go to file
Harald Welte ce41e7f2a9 TCO needs to know the PID of the user to deliver incoming BEGIN
If TCO detects an incoming BEGIN, it starts tcap_transaction_sup
which in turn start dha_fsm and ism_fsm, who both need to know
to whom to send the new components

We nw send those to the Pid that was set by the user using
gen_server:call(TCOpid, set_usap).  This is most likely not the right
approach, as most apps will probably want to create a new process for
each dialogue.  Needs improvement later.
2013-06-08 09:04:02 +02:00
MAP Add Remote-Operations-Information-Objects.asn 2011-04-22 12:26:22 +02:00
SCCP added NMS specific SCCP binding 2011-03-30 16:26:40 -04:00
TCAP TCO needs to know the PID of the user to deliver incoming BEGIN 2013-06-08 09:04:02 +02:00
.gitignore add .gitignore files for asn1ct generated files 2011-04-22 12:20:56 +02:00