aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-08 18:44:44 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:29 +0200
commitef6eb5442c865a42615d8dab4fc5c99decf4b4a8 (patch)
tree8cc3ea8cf71c3949fa2717a831eb84ae57506b05 /src/osmo-bts-trx/l1_if.h
parentf0072a8de82b48bb8927994a07efec7218f91640 (diff)
trx: Add option to set transmit power reduction via OML (BSC)
Diffstat (limited to 'src/osmo-bts-trx/l1_if.h')
-rw-r--r--src/osmo-bts-trx/l1_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index 5b4dce3c..5110cde1 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -127,6 +127,7 @@ struct trx_config {
int power_valid;
int power;
+ int power_oml;
int power_sent;
int maxdly_valid;