From 67bc885c5d85237cc15b47ee2ee6773ea2af28e1 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 28 Sep 2016 12:30:07 +0200 Subject: octphy: Improve OML ADM state handling Improve state handling for for lock/unlock of OC_RADIO_CARRIER obj class. in bts_model_chg_adm_state() Change-Id: I034114beca95210169429d8ac1eb8648df12fc6c --- include/osmo-bts/phy_link.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h index 1f8450b8..a7963d05 100644 --- a/include/osmo-bts/phy_link.h +++ b/include/osmo-bts/phy_link.h @@ -105,6 +105,8 @@ struct phy_instance { struct { /* logical transceiver number within one PHY */ uint32_t trx_id; + /* trx lock state variable */ + int trx_locked; } octphy; struct { /* configuration */ -- cgit v1.2.3