aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-04-15 16:52:01 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2019-04-17 16:01:11 +0000
commit1d5eda4b4cdba347eac09f3f377d5bb6be370bfc (patch)
treedca9d8db5210d31fe042ab2e7fa8890099f9e305 /src/osmo-bsc
parent2dcdf4433899e03786e95422aee5c3e567a22d8e (diff)
gsm_data.h: Remove unused variable from OpenBSC times
This variable does not seem to be used anywere in OsmoBSC, seems to be a remnant from OpenBSC times. Change-Id: I5e4aa352fa5f16f6ff64738f25afd1a844fa4fcb
Diffstat (limited to 'src/osmo-bsc')
-rw-r--r--src/osmo-bsc/gsm_04_08_rr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osmo-bsc/gsm_04_08_rr.c b/src/osmo-bsc/gsm_04_08_rr.c
index 349bfeade..7ff94adea 100644
--- a/src/osmo-bsc/gsm_04_08_rr.c
+++ b/src/osmo-bsc/gsm_04_08_rr.c
@@ -45,10 +45,6 @@
#include <osmocom/bsc/gsm_data.h>
-/* should ip.access BTS use direct RTP streams between each other (1),
- * or should OpenBSC always act as RTP relay/proxy in between (0) ? */
-int ipacc_rtp_direct = 1;
-
int gsm48_sendmsg(struct msgb *msg)
{
if (msg->lchan)