aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_stp.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 23:08:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit289436f8b69934a9df9ccb83d7e4bfdcea3c6e42 (patch)
tree97d82f6bc5c99f1c30dee0691fe70f3f5f3fbfca /src/main_stp.c
parent64b7d56dc0f5a7b03bad2f9d9fb147f7da0f53a1 (diff)
bsc: Cleanup some fields and names
Diffstat (limited to 'src/main_stp.c')
-rw-r--r--src/main_stp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main_stp.c b/src/main_stp.c
index a9fc618..e6d049c 100644
--- a/src/main_stp.c
+++ b/src/main_stp.c
@@ -34,6 +34,8 @@
#include <osmocore/talloc.h>
+#include <osmocom/sccp/sccp.h>
+
#include <osmocom/vty/vty.h>
#include <osmocom/vty/telnet_interface.h>
@@ -90,7 +92,7 @@ static void sigint()
printf("Terminating.\n");
handled = 1;
- if (bsc && bsc->setup) {
+ if (bsc) {
llist_for_each_entry(set, &bsc->linksets, entry)
link_shutdown_all(set);
}
@@ -308,7 +310,6 @@ int main(int argc, char **argv)
bsc = bsc_data_create();
if (!bsc)
return -1;
- bsc->app = APP_STP;
handle_options(argc, argv);