aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 17:48:42 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:26:55 +0100
commit1dcb97eaa355e0dbd1d85e5c8a6243ab2d58609f (patch)
tree413811db41d1a98a628a7d9567443305119cf48e /src/osmo-bts-litecell15/utils.h
parent29a0197ead937c713a3b8e8339d2a3974ac6f0c9 (diff)
LC15: port litecell 1.5 support to recent osmo-bts master
This includes changes required for * shared main() function accross all BTS models * use of the new phy_link / phy_instance infrastructure as the basis for true multi-TRX operation
Diffstat (limited to 'src/osmo-bts-litecell15/utils.h')
-rw-r--r--src/osmo-bts-litecell15/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osmo-bts-litecell15/utils.h b/src/osmo-bts-litecell15/utils.h
index 115de653..a2a22348 100644
--- a/src/osmo-bts-litecell15/utils.h
+++ b/src/osmo-bts-litecell15/utils.h
@@ -10,8 +10,4 @@ int band_lc152osmo(GsmL1_FreqBand_t band);
int lc15bts_select_lc15_band(struct gsm_bts_trx *trx, uint16_t arfcn);
-int lc15bts_get_nominal_power(struct gsm_bts_trx *trx);
-
-struct lc15l1_hdl *trx_lc15l1_hdl(struct gsm_bts_trx *trx);
-
#endif