aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 22:23:52 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commitab7c601118ef19414e8c83fe7f93415f5061b04c (patch)
tree74850f4e2ddc8d596d80ec0be22b2e008d9a3bc2 /src/main.c
parenta7bc3aafdc79c04e038eab741ed8f428c13751c0 (diff)
ss7: Provide a way to start the application
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8cc37d4..ab9ddfc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -237,6 +237,7 @@ int main(int argc, char **argv)
ss7_application_setup(app, APP_CELLMGR,
SS7_SET_LINKSET, 0,
SS7_SET_MSC, 0);
+ ss7_application_start(app);
while (1) {
bsc_select_main(0);