aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-21 11:39:47 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-21 11:43:03 +0100
commit9be675ea52c2da4b7e2de3339e3d600efc8a853b (patch)
treefd041fc231a8eb2ca34dd3183598dd3bf3f8f126 /openbsc/include/openbsc/mgcp_internal.h
parentd91934357fe28e5362da600e61fd6473f33ff62b (diff)
mgcp: Honor the rtp IP_TOS settings for Osmux
Honor the IP_TOS settings for Osmux as well. Re-use the RTP setting as it makes sense to classify the audio packets the same way. Fixes: OW#1369
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 434b46c1f..6778064b3 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -253,6 +253,8 @@ void mgcp_rtp_annex_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *sta
const uint16_t seq, const int32_t transit,
const uint32_t ssrc);
+int mgcp_set_ip_tos(int fd, int tos);
+
enum {
MGCP_DEST_NET = 0,
MGCP_DEST_BTS,