aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-07-20 23:14:09 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-05-02 19:24:30 +0200
commitb6a077e888de1f4d4a862e33699387d2bd7bf9ba (patch)
tree176d46a4a03b43d8be4147d54433d43841940298 /openbsc/src/osmo-bsc
parent56d7809215ca36c1da674b2dcf3b05bacec496d6 (diff)
audio: Remove the hardcoding of the RTP Payload
The MGCP config must be correct and use 99 for RTP AMR.
Diffstat (limited to 'openbsc/src/osmo-bsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_audio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_audio.c b/openbsc/src/osmo-bsc/osmo_bsc_audio.c
index 64260aa88..ed0ece761 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_audio.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_audio.c
@@ -64,7 +64,6 @@ static int handle_abisip_signal(unsigned int subsys, unsigned int signal,
int osmo_bsc_audio_init(struct gsm_network *net)
{
- net->hardcoded_rtp_payload = 98;
osmo_signal_register_handler(SS_ABISIP, handle_abisip_signal, net);
return 0;
}