aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-05 17:39:22 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-05 17:39:22 +0800
commit7faf692cb762a81a6ce63b674cc1711e4ea39b21 (patch)
treef8b1c3e1e71d42f8fb3f140772d805cad407b934 /openbsc/include/openbsc/gsm_data.h
parent0cf25d5154d7c25383257f933d975ad3db91a9ff (diff)
bsc_msc_ip: Make the ping/pong timeouts configurable
Take the timeouts from the struct.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index b671688be..20ea235e9 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -673,6 +673,8 @@ struct gsm_network {
char *bsc_token;
char *msc_ip;
int msc_port;
+ int ping_timeout;
+ int pong_timeout;
};
#define SMS_HDR_SIZE 128