aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-05-26 19:18:22 +0200
committerpespin <pespin@sysmocom.de>2020-06-12 09:59:56 +0000
commitadf5d3aed267dc03861ef192e701b62186af44fc (patch)
treedd499c0dc170a1e84c50e15c20254df988fa0b60 /include
parentc579e674c740aee022951f8a26d2bcde609933cd (diff)
bts-trx: Implement power ramping during BTS bring up
The nominal transmit power is still only configurable manually from osmo-bts-trx VTY interface. Support to retrieve the nominal power from osmo-trx will come later. Change-Id: Ia7c353e4c199e0fc3bcab55c45a4abda2c66d2c1
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/tx_power.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/tx_power.h b/include/osmo-bts/tx_power.h
index 21887c7c..10129eb1 100644
--- a/include/osmo-bts/tx_power.h
+++ b/include/osmo-bts/tx_power.h
@@ -65,6 +65,8 @@ int get_p_nominal_mdBm(struct gsm_bts_trx *trx);
int get_p_target_mdBm(struct gsm_bts_trx *trx, uint8_t bs_power_ie);
int get_p_target_mdBm_lchan(struct gsm_lchan *lchan);
+int get_p_actual_mdBm(struct gsm_bts_trx *trx, int p_target_mdBm);
+
int get_p_trxout_target_mdBm(struct gsm_bts_trx *trx, uint8_t bs_power_ie);
int get_p_trxout_target_mdBm_lchan(struct gsm_lchan *lchan);