aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-11 19:17:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-11 20:00:22 +0800
commit7407aec9218f0f8555889663524289e5ba4c1961 (patch)
treefcba97fd5eeed496c8b7df9b05c2474f188adb08 /openbsc/include/openbsc/gsm_data.h
parente575ce69ce3f973e0dd0157acc8853e5ccbe9330 (diff)
bsc_msc_ip: Move the MSC connection into the structure
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-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 20ea235e9..65b5a3c3e 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -3,6 +3,8 @@
#include <sys/types.h>
+struct bsc_msc_connection;
+
enum gsm_phys_chan_config {
GSM_PCHAN_NONE,
GSM_PCHAN_CCCH,
@@ -673,6 +675,7 @@ struct gsm_network {
char *bsc_token;
char *msc_ip;
int msc_port;
+ struct bsc_msc_connection *msc_con;
int ping_timeout;
int pong_timeout;
};