aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts_trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/bts_trx.h')
-rw-r--r--include/osmo-bts/bts_trx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h
index 7d60a736..100eabac 100644
--- a/include/osmo-bts/bts_trx.h
+++ b/include/osmo-bts/bts_trx.h
@@ -36,9 +36,8 @@ struct gsm_bts_trx {
struct gsm_power_ctrl_params *ms_dpc_params; /* MS Dynamic Power Control */
bool ms_pwr_ctl_soft; /* is power control loop done by osmocom software? */
- struct {
- void *l1h;
- } role_bts;
+ /* The associated PHY instance */
+ struct phy_instance *pinst;
struct gsm_bts_trx_ts ts[TRX_NR_TS];
};