aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 20:34:45 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-27 21:01:19 +0800
commit38a2653801d3a684f26bad2169c129383a38fc53 (patch)
tree4468aa56db5246eecb30ae2bea0ee4851397239f /openbsc/include
parentf1bb05fbef79fc4f112f3a9604d2f8e03d0aa652 (diff)
mgcp: Rename TOS to DSCP
DSCP is the more modern information for TOS and the kernel will set parts of TOS by itself (e.g. for ECN).
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 5622daa51..9bbf5544f 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -93,7 +93,7 @@ struct mgcp_config {
int audio_loop;
int early_bind;
int rtp_base_port;
- int endp_tos;
+ int endp_dscp;
/* only used in forward mode */
char *forward_ip;