From d0c32295903bf29206c8cb25ed3d9847b71a413b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 27 Jul 2010 20:34:45 +0800 Subject: 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). --- openbsc/include/openbsc/mgcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include') 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; -- cgit v1.2.3