signerl/SCCP/ebin/sccp.app

7 lines
174 B
Plaintext
Raw Normal View History

2011-03-30 20:26:40 +00:00
{application, sccp,
[{description, "Signaling Connection Control Part"},
{vsn, "1.2"},
{modules, [sccp]},
{registered, []},
{applications, [kernel, stdlib, nms]}]}.