From 7407aec9218f0f8555889663524289e5ba4c1961 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 11 May 2010 19:17:07 +0800 Subject: bsc_msc_ip: Move the MSC connection into the structure --- openbsc/include/openbsc/gsm_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc') 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 +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; }; -- cgit v1.2.3