aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-09-22 15:40:35 +0200
committerHarald Welte <laforge@gnumonks.org>2017-01-23 12:23:17 +0000
commit2b763cc30c6cc36185f44322bc3af35a5bcbb479 (patch)
tree70b3e6f83ab4937a0726cbfbba6d33c72ac8a848 /include
parent70b71507c27f8967b0aa31cad0b3070c6780f3b4 (diff)
octphy: set tx attenuation via VTY
add code to configure the transmision power via VTY Change-Id: I76bb8660eb1d8baeb6b8f69da4a6ba9ab7319981
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/phy_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index 6b2f21ea..1f8450b8 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -63,6 +63,7 @@ struct phy_link {
/* configuration */
uint32_t rf_port_index;
uint32_t rx_gain_db;
+ bool tx_atten_flag;
uint32_t tx_atten_db;
#if OCTPHY_MULTI_TRX == 1
/* arfcn used by TRX with id 0 */