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 20:35:03 +0800
commitd0c32295903bf29206c8cb25ed3d9847b71a413b (patch)
tree429960a5a79df788b77ccc88f0e64ead1f077a21 /openbsc/include
parent6b7710739a345cc38935124b7097b4ad594b57bb (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 a66f0ca70..ef0a9208f 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;
char *forward_ip;
int forward_port;