From a8090d54d621af8781b3321270e9064813a5a814 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 May 2012 13:00:45 +0200 Subject: mgcp: Make it possible to drop RTCP packets coming from the BTS/Net The ip.access nanoBTS appears to send quite broken NTP timestamps in the RTCP messages might confuse equipment that uses the sender report of the BTS. Make it easy to experiment by adding an option to drop RTCP. --- openbsc/include/openbsc/mgcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h index 4619572d0..751943ada 100644 --- a/openbsc/include/openbsc/mgcp.h +++ b/openbsc/include/openbsc/mgcp.h @@ -114,6 +114,8 @@ struct mgcp_trunk_config { int audio_payload; int audio_loop; + int omit_rtcp; + /* spec handling */ int force_realloc; -- cgit v1.2.3