aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;