aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-18 22:26:05 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:35:46 +0100
commit823ff1608885a0199dc460d5aaca28cd2ba2c1d7 (patch)
treeb70bb003bed5a99ad223dbd06ec537183fc8891e /openbsc/include
parent6f93c6a1e0d3e4e189aacc0ea8fcc0f55246c896 (diff)
[bsc] Send the SCCP IT message in a given interval
Send the message every 60 seconds on every SCCP connection. The 60 seconds were taken from a protocol trace obtained on the network.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index a8973ef73..8a49a5dc7 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -127,6 +127,9 @@ struct bss_sccp_connection_data {
/* for assginment command */
struct timer_list T10;
+ /* for SCCP ... */
+ struct timer_list sccp_it;
+
/* audio handling */
int rtp_port;