TCAP: don't depend on the sccp application

First of all, different SCCP implementations may have different names.

Secontly, the TCAP application can be started without SCCP.  It's only
needed when the adaptor process between tcap_tco_server and SCCP is
created.  This is an explicit action by the user anyway...
This commit is contained in:
Harald Welte 2011-12-15 11:19:33 +01:00
parent 665aacb35b
commit 9d04bb6e40
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
component_cordinator_sup, component_cordinator,
invocation_sup, invocation_fsm]},
{registered, []},
{applications, [kernel, stdlib, sccp]},
%{applications, [kernel, stdlib, sccp]},
{applications, [kernel, stdlib]},
{env, [{supref, {local, tcap_sup}}]},
{mod, {tcap_app, []}}]}.