aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/iu.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-10 23:41:51 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:08 +0100
commitce3b41fdb6a46500fb4957688e3708bddd2327cc (patch)
treed5cb643b50486674b6ef5fcc6b1e5e3418817943 /openbsc/src/gprs/iu.c
parent0f93bb80e429f9253244d76c3a0d8c89a5107b1e (diff)
move struct ue_conn_ctx to header
Diffstat (limited to 'openbsc/src/gprs/iu.c')
-rw-r--r--openbsc/src/gprs/iu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/src/gprs/iu.c b/openbsc/src/gprs/iu.c
index 4e4857b97..8eee5ed49 100644
--- a/openbsc/src/gprs/iu.c
+++ b/openbsc/src/gprs/iu.c
@@ -33,12 +33,6 @@ void *talloc_asn1_ctx;
iu_recv_cb_t global_iu_recv_cb = NULL;
-struct ue_conn_ctx {
- struct llist_head list;
- struct osmo_sua_link *link;
- uint32_t conn_id;
-};
-
static LLIST_HEAD(conn_ctx_list);
struct ue_conn_ctx *ue_conn_ctx_alloc(struct osmo_sua_link *link, uint32_t conn_id)