aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2016-06-09 16:24:36 -0400
committerHarald Welte <laforge@gnumonks.org>2016-06-15 09:45:02 +0000
commit58e4e18206501c3bffa65f0b876bbc5ebe175d6e (patch)
tree6784031872e8d6f90c018c2dfe1cd80e1ddb0ea4 /include/osmo-bts
parentcbbce0be0965c3160c4916384c3d3d5303c57ae2 (diff)
LC15: TRX nominal TX power can be used from EEPROM or from BTS configuration
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/phy_link.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index edc6cc09..b3db4ce5 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -103,7 +103,8 @@ struct phy_instance {
/* configuration */
uint32_t dsp_trace_f;
char *calib_path;
-
+ int minTxPower;
+ int maxTxPower;
struct lc15l1_hdl *hdl;
} lc15;
} u;