From 5cdcf8a83789fa58a27114e84d4749bd36876f7a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 7 Nov 2011 14:13:29 +0100 Subject: sysmo-bts: Include bts.h for bts_shutdown, remove unused variable --- src/osmo-bts-sysmo/oml.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 #include #include +#include #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 */ -- cgit v1.2.3