aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-31 10:22:00 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 14:34:30 +0800
commit75492e6e5451e691f3eea9e5dc91f87dab0552f0 (patch)
tree31ffdb68d2cd8371fd50d523ecca27cff9f081e5 /openbsc/include/openbsc/mgcp.h
parenta19bdabf22bf748b917794628a1e49e6c232756a (diff)
[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 71b7fc14e..a66f0ca70 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -93,6 +93,7 @@ struct mgcp_config {
int audio_loop;
int early_bind;
int rtp_base_port;
+ int endp_tos;
char *forward_ip;
int forward_port;