Commit Graph

5 Commits

Author SHA1 Message Date
Harald Welte 66514a113e add new tcap_user:start_sap() function
This can be used to instantiate the per-SAP tcap_sap_sup and
tcap_tco_server callback module in a simple call like this:

{ok, TcoPid} = tcap_user:start_sap(osmo_sccp_tcap, [7], []).
2011-12-15 23:38:29 +01:00
Harald Welte efd9ab0344 prefix process names with "tcap_" 2011-12-15 16:43:20 +01:00
Harald Welte 0dde0bd85f TCAP SAP supervisor: make sure we correctly start behaviour module
start of a given TCO is done as follows:
{ok, Pid} = supervisor:start_child(tcap_sup, [[osmo_sccp_tcap, [7],[]]]).

where '7' is the SCCP sub-system number (SSN) to which TCAP should bind.
2011-12-13 19:18:52 +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