aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
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>2011-08-25 23:18:13 +0200
commit649f5a41e38d2d4fa1b1a77ee73c0521f82b3302 (patch)
tree0b9b3d666fe406e66f93c6d61d4c3b1790297596 /openbsc/include/openbsc/gsm_data.h
parentbe20696c6751fb71c7b01b36dc7032c12a524c7a (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 a08f831ad..2ce6905ed 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -283,7 +283,6 @@ struct gsm_network {
/* MSC data in case we are a true BSC */
struct osmo_bsc_data *bsc_data;
- int hardcoded_rtp_payload;
/* subscriber related features */
int keep_subscr;