From b4e72f881cb307f52678bdb2535691ab7d12e49a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 15 Nov 2010 10:31:53 +0100 Subject: bsc: Implement queuing of messages to the MSC before the con is established --- openbsc/include/openbsc/osmo_bsc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include') 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; }; -- cgit v1.2.3