aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-09-28 12:30:07 +0200
committerHarald Welte <laforge@gnumonks.org>2017-02-01 19:16:17 +0000
commit67bc885c5d85237cc15b47ee2ee6773ea2af28e1 (patch)
tree6b86ff1a2198fb138b2c3704d511e6812815eb5b /include
parenta760a043c4153770fe9577259989169cb2286a82 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/phy_link.h2
1 files changed, 2 insertions, 0 deletions
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 */