aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-litecell15/utils.c')
-rw-r--r--src/osmo-bts-litecell15/utils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/osmo-bts-litecell15/utils.c b/src/osmo-bts-litecell15/utils.c
index 10d61994..59a621b3 100644
--- a/src/osmo-bts-litecell15/utils.c
+++ b/src/osmo-bts-litecell15/utils.c
@@ -114,14 +114,3 @@ int lc15bts_select_lc15_band(struct gsm_bts_trx *trx, uint16_t arfcn)
/* give up */
return -1;
}
-
-int lc15bts_get_nominal_power(struct gsm_bts_trx *trx)
-{
- return 37;
-}
-
-struct lc15l1_hdl *trx_lc15l1_hdl(struct gsm_bts_trx *trx)
-{
- return trx->role_bts.l1h;
-}
-