signerl/TCAP
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
..
asn_src Update Makefile to make sure TC.{erl,hrl,beam} is removed 2011-12-15 23:24:55 +01:00
doc various small fixes to make the TCAP code build at all 2011-03-28 00:08:19 +02:00
ebin add symlinks from ebin/itu/*.beam to ebin/*.beam 2011-12-15 23:25:54 +01:00
examples changed to a BSD Revised form of open source license 2011-03-30 16:17:07 -04:00
include add sccp.hrl 2011-04-22 12:25:50 +02:00
src TCO needs to know the PID of the user to deliver incoming BEGIN 2013-06-08 09:04:02 +02:00
Makefile Initial import of TCAP project from Motivity. 2011-03-07 23:57:05 +01:00