aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent64b7d56dc0f5a7b03bad2f9d9fb147f7da0f53a1 (diff)
bsc: Cleanup some fields and names
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index fc1dcdf..c09d922 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -29,11 +29,6 @@
#include <osmocore/timer.h>
#include <osmocore/write_queue.h>
-#include <osmocore/protocol/gsm_04_08.h>
-
-#include <osmocom/sccp/sccp.h>
-
-
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -68,10 +63,6 @@ struct mtp_udp_link {
};
struct bsc_data {
- int app;
-
- struct timer_list start_timer;
- int setup;
int pcap_fd;
int udp_reset_timeout;
@@ -102,7 +93,6 @@ struct bsc_data {
/* inject */
int allow_inject;
struct bsc_fd inject_fd;
- struct llist_head inject_list;
/* m2ua code */
struct sctp_m2ua_transport *m2ua_trans;