aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-23 18:09:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-23 18:22:26 +0800
commit6edf7b9a5180db37521a3a60f5f95ec2ec0e3ef1 (patch)
treed9a5c117b3e0da0fc7c371fa6b21709f26080948 /openbsc/include/openbsc/gsm_data.h
parente4045679a8bc746c5fb2a85872ca074f02add241 (diff)
bsc_msc_ip: Add a timeout for waiting for the CC of the network
Start a timeout to wait for the CC of the network and if it does not come in time we will abort the connection and take down the allocated lchans.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 5fd5ccd3b..d922f1e29 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -132,6 +132,7 @@ struct bss_sccp_connection_data {
struct timer_list T10;
/* for SCCP ... */
+ struct timer_list sccp_cc_timeout;
struct timer_list sccp_it;
/* audio handling */