aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/rtp_proxy.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-20 14:01:36 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-20 14:08:20 +0800
commit4103a3e5b9246fcdb09baab197d157f1be31a8c3 (patch)
tree4d9c5e114a289c57a9f2bc11f53c89a44a041bdb /openbsc/src/rtp_proxy.c
parent4aca7f621ffb35e3c17eaba221eca1b351043d4d (diff)
Revert "ipaccess: Send RTP Payload IE for CRCX & MDCX"
This is causing a regression with AMR audio. The nanoBTS is sending a MDCX NACK with Cause 0x52. Reverting this commit makes it work again. This reverts commit b54dda4cefe89665d98074cf3767858fa6ecdb6e.
Diffstat (limited to 'openbsc/src/rtp_proxy.c')
-rw-r--r--openbsc/src/rtp_proxy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/rtp_proxy.c b/openbsc/src/rtp_proxy.c
index 924173dd2..375204e97 100644
--- a/openbsc/src/rtp_proxy.c
+++ b/openbsc/src/rtp_proxy.c
@@ -91,6 +91,9 @@ struct rtp_x_hdr {
#define RTP_VERSION 2
+#define RTP_PT_GSM_FULL 3
+#define RTP_PT_GSM_EFR 97
+
/* decode an rtp frame and create a new buffer with payload */
static int rtp_decode(struct msgb *msg, u_int32_t callref, struct msgb **data)
{