aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael Diniz <rafael@riseup.net>2020-04-18 11:04:18 -0300
committerRafael Diniz <rafael@riseup.net>2020-04-18 11:04:18 -0300
commit7c3c42f6553998b8ab4104161b9a7b51f9596042 (patch)
tree23fed2e9faed02b7ee15056496a517fdf1df7627 /include
parent731683cd62eea0fe0631c5aa9634dc89f3ef3dac (diff)
osmo-bts-litecell15: Implement missing features.rafael2k/lc15_try2
Many hardware parameters of the LC 1.5 were not exposed to the user. This patchset introduces most of the features, being very similar to osmo-bts-oc2g code. Try 2. Change-Id: Ib16e7d423fc7030573acd86fbd356ae96697ed5d
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 116297b6..cf877bde 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -135,6 +135,7 @@ struct phy_instance {
uint8_t dsp_alive_period; /* DSP alive timer period */
uint8_t tx_pwr_adj_mode; /* 0: no auto adjust power, 1: auto adjust power using RMS detector */
uint8_t tx_pwr_red_8psk; /* 8-PSK maximum Tx power reduction level in dB */
+ uint8_t tx_c0_idle_pwr_red; /* C0 idle slot Tx power reduction level in dB */
} lc15;
struct {
/* configuration */