aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-10-05 18:10:09 +0200
committerHarald Welte <laforge@gnumonks.org>2013-10-09 15:38:33 +0200
commit50e63fa9e7e89b4966007d90d29b0e5ba88d988d (patch)
tree07278795aa5b76d96f61d6e6e2fd6da1209e4b75 /src/osmo-bts-sysmo/utils.h
parent19009f2d7ae805ca8037747934cb9c76f533022c (diff)
sysmobts: Set nominal transmit power depending on sysmoBTS model
This enables the use of up to 5W for each TRX in a sysmoBTS 2050.
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index 65706359..df4f0a34 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -7,4 +7,6 @@ struct gsm_bts_trx;
int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
+int sysmobts_get_nominal_power(struct gsm_bts_trx *trx);
+
#endif