aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIvan Klyuchnikov <kluchnikovi@gmail.com>2017-01-26 14:32:37 +0000
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-10 13:35:41 +0000
commite2e0ed5a8962cd465fd5394815af20a46a1d23d2 (patch)
treed4fef9c15d21007606097831e68e189d2cb2e22d /include
parentd5414cc30e1568ca18d8dd8bd25d3174567327ec (diff)
osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second channel (TRX1) of osmo-trx
Move rxgain and tx-attenuation (power) parameters from phy_link layer to phy_inst layer. Rxgain and tx-attenuation parameters should be set for each phy_inst and send for each osmo-trx channel accordingly via control commands. Change-Id: I4861a59d10d1ef91954e0c6ea265e66dec08844f
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/phy_link.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index a7963d05..e644a910 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -44,15 +44,6 @@ struct phy_link {
uint32_t clock_advance;
uint32_t rts_advance;
-
- int rxgain_valid;
- int rxgain;
- int rxgain_sent;
-
- int power_valid;
- int power;
- int power_oml;
- int power_sent;
} osmotrx;
struct {
/* MAC address of the PHY */