aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 19:21:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 19:21:53 +0800
commit6b7710739a345cc38935124b7097b4ad594b57bb (patch)
treeef41d89b9bc02d99a03b030b8e9252789760926c /openbsc/include/openbsc/bsc_nat.h
parente731e1d6dd4a8371ca2d9f8142b9afaeedd012a4 (diff)
nat: Rename ip-tos to ip-dscp and provide an alias...
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index b628ed058..32628d674 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -241,7 +241,7 @@ struct bsc_nat {
/* known BSC's */
struct llist_head bsc_configs;
int num_bsc;
- int bsc_ip_tos;
+ int bsc_ip_dscp;
/* MGCP config */
struct mgcp_config *mgcp_cfg;