aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-04-28 13:40:24 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-29 12:08:28 +0200
commit9ed6b95c9096a0e4e12673feb322cb0355d3dafe (patch)
tree64953c9f205b4457859558866ca16ad65818990a /src/osmo-bts-sysmo/utils.h
parent3e5b6db2d26f279f9238089f8c79de1d71a997aa (diff)
osmo-bts-sysmo/utils.c: Added a function for calculate the power transmitter
Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index ff41437a..aef774ca 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -12,4 +12,5 @@ int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
int sysmobts_get_nominal_power(struct gsm_bts_trx *trx);
+int sysmobts_get_power_trx(struct gsm_bts_trx *trx);
#endif