aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-17 09:07:24 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-17 09:07:24 +0200
commitc24632930a9207dec8b76946bce6dac76cafe00b (patch)
tree8e8db0ca0dbfee0652ad38125bb47830e29ab130 /openbsc/include/openbsc
parentf140348eff37a08ec40c6156941de2611673fb17 (diff)
bsc_msc_ip: Allow to put the MSC address into the network config
Diffstat (limited to 'openbsc/include/openbsc')
-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 50a172042..8b00d1f05 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -661,6 +661,8 @@ struct gsm_network {
/* a simple token for this network... */
char *bsc_token;
+ char *msc_ip;
+ int msc_port;
};
#define SMS_HDR_SIZE 128