aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-22 18:22:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-22 18:22:44 +0200
commit128892f55f23ac24e6eb786ca3cf0841fbc45fd2 (patch)
tree866fc7fee30cd3d914f881a6900cbd044ea613f1 /openbsc/include/openbsc/gsm_data.h
parent3488c3ddc46d74b7b2bbc879692dbf6e7ad2ecc3 (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/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 20b8fe720..f74ece8fb 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -284,7 +284,6 @@ struct gsm_network {
/* MSC data in case we are a true BSC */
struct osmo_msc_data *msc_data;
- int hardcoded_rtp_payload;
/* subscriber related features */
int keep_subscr;