From c24632930a9207dec8b76946bce6dac76cafe00b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 17 Apr 2010 09:07:24 +0200 Subject: bsc_msc_ip: Allow to put the MSC address into the network config --- openbsc/include/openbsc/gsm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') 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 -- cgit v1.2.3