aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-14 21:24:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:50 +0100
commitb79c3c97a2772fcee1d78b16af96b81287b2be7f (patch)
treed530353ff145440f273300480436f88b41b7283e /openbsc/include
parent620c2e678ac00831a425310194c8c8450318c134 (diff)
bsc: The ip.access rtp-payload has no useful meaning
Sending this as the RTP_PAYLOAD2 will produce a MDCX NACK as we send the RTP_PAYLOAD in the CRCX. It does not seem to be necessary to send anything != 0 for the RTP_PAYLOAD2.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 5c769c1cd..59f92b3eb 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -49,7 +49,6 @@ struct osmo_msc_data {
struct bsc_msc_connection *msc_con;
int core_ncc;
int core_mcc;
- int rtp_payload;
int rtp_base;
/* audio codecs */