Commit Graph

8 Commits

Author SHA1 Message Date
Harald Welte c2773f018b enable gen_fsm debug tracing for TSM and DHA for the tiem being 2012-01-29 23:23:24 +01:00
Harald Welte 983e81e9e6 transaction supervisor: properly convert name from list to atom 2012-01-29 23:22:54 +01:00
Harald Welte 24b34f506a transaction_sup: start dha_fsm in addition to dsm_fsm 2012-01-28 20:50:55 +01:00
Harald Welte dbb39e1776 Fxi the way that TCO starts transaction_sup and tsm_fsm in local-out-begin 2011-12-18 21:45:49 +01:00
Harald Welte d828cfabba TCAP: resolve DHA / CCO dependencies on TC-U initiated BEGIN
Prior to this patch, DHA needs to know the CCO pid, and CCO needed to
know the DHA pid at startup.  The idea was to start CCO from within the
init() callback in DHA.  However, this caused a deadlock in the
supervisor.

We now use the locally registred process names (tcap_cco_DLGID) to
resolve the process.  However, it might be cleaner to use an ets table
at some later point.  For now it is nice to see the name of each process
in pman for debugging...
2011-12-17 17:06:29 +01:00
Harald Welte efd9ab0344 prefix process names with "tcap_" 2011-12-15 16:43:20 +01:00
Vance Shipley 021bf72700 changed to a BSD Revised form of open source license 2011-03-30 16:17:07 -04:00
Vance Shipley 2c7a40e5ba Initial import of TCAP project from Motivity. 2011-03-07 23:57:05 +01:00