aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 21:06:29 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 21:06:29 +0800
commit175a7b42afa8889077603a97e98b7c928fa85518 (patch)
treefc8382d7504659e867ea2da0538b9968280f8720 /openbsc/include/openbsc
parent38a2653801d3a684f26bad2169c129383a38fc53 (diff)
bsc_msc_ip: Use ip-dscp and provide the old value as alias.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index b2b89571e..be5158bbb 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -692,7 +692,7 @@ struct gsm_network {
char *bsc_token;
char *msc_ip;
int msc_port;
- int msc_prio;
+ int msc_ip_dscp;
struct bsc_msc_connection *msc_con;
int ping_timeout;
int pong_timeout;