aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 10:31:53 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:50 +0100
commitb4e72f881cb307f52678bdb2535691ab7d12e49a (patch)
treef306aa8b6b82c91a758bc3dd5cda9414c8f1d6fd /openbsc/include
parent16e958dc6850a1b63a794fc4337b76bf7c21c357 (diff)
bsc: Implement queuing of messages to the MSC before the con is established
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 8aa5ddce6..ef0f11a3b 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -19,6 +19,9 @@ struct osmo_bsc_sccp_con {
struct timer_list sccp_it_timeout;
struct timer_list sccp_cc_timeout;
+ struct llist_head sccp_queue;
+ unsigned int sccp_queue_size;
+
struct gsm_subscriber_connection *conn;
uint8_t new_subscriber;
};