From 6edf7b9a5180db37521a3a60f5f95ec2ec0e3ef1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 23 Apr 2010 18:09:01 +0800 Subject: 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. --- openbsc/include/openbsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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 */ -- cgit v1.2.3