aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-07 14:13:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-07 14:13:29 +0100
commit5cdcf8a83789fa58a27114e84d4749bd36876f7a (patch)
tree33fa0e14d6fb184dab6be9463c873ed70ffc7f44 /src
parentefdb45d5d0d397654b54c25d703c66036b4064c1 (diff)
sysmo-bts: Include bts.h for bts_shutdown, remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/oml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index f88840e4..b80a1d9f 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -31,6 +31,7 @@
#include <osmo-bts/oml.h>
#include <osmo-bts/rsl.h>
#include <osmo-bts/amr.h>
+#include <osmo-bts/bts.h>
#include "l1_if.h"
#include "femtobts.h"
@@ -733,8 +734,6 @@ static int tx_confreq_logchpar(struct gsm_lchan *lchan, uint8_t direction)
int bts_model_rsl_mode_modify(struct gsm_lchan *lchan)
{
- struct femtol1_hdl *fl1h = trx_femtol1_hdl(lchan->ts->trx);
-
/* channel mode, encryption and/or multirate have changed */
/* update multi-rate config */