aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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-05-31 10:22:00 +0800
commit96d6ed25525dbf91cc369133e4942960c8307f2a (patch)
tree17e098c15e7ae641a1fc7e8dfa9701ecaac1db59 /openbsc/include
parent170619fef674a982d631d83d0c869cf99c56f711 (diff)
[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.
Diffstat (limited to 'openbsc/include')
-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 bf97f96a7..5622daa51 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;
/* only used in forward mode */
char *forward_ip;