From e2e0ed5a8962cd465fd5394815af20a46a1d23d2 Mon Sep 17 00:00:00 2001 From: Ivan Klyuchnikov Date: Thu, 26 Jan 2017 14:32:37 +0000 Subject: 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 --- include/osmo-bts/phy_link.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/osmo-bts/phy_link.h') 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 */ -- cgit v1.2.3