From 58e4e18206501c3bffa65f0b876bbc5ebe175d6e Mon Sep 17 00:00:00 2001 From: Minh-Quang Nguyen Date: Thu, 9 Jun 2016 16:24:36 -0400 Subject: LC15: TRX nominal TX power can be used from EEPROM or from BTS configuration Change-Id: I173f4126cea41959d48def07bff25fcd29894b7e --- include/osmo-bts/phy_link.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3