blob: 39791c62a04609cd1dc3c38a0e02e111e341b243 [file] [log] [blame]
-module(osmo_sccp).
-author('Harald Welte <laforge@gnumonks.org>').
-export([start/0, stop/0]).
start() ->
application:start(tcap).
stop() ->
application:stop(tcap).