aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 17:48:42 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:26:55 +0100
commit1dcb97eaa355e0dbd1d85e5c8a6243ab2d58609f (patch)
tree413811db41d1a98a628a7d9567443305119cf48e /include
parent29a0197ead937c713a3b8e8339d2a3974ac6f0c9 (diff)
LC15: port litecell 1.5 support to recent osmo-bts master
This includes changes required for * shared main() function accross all BTS models * use of the new phy_link / phy_instance infrastructure as the basis for true multi-TRX operation
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/phy_link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index ec3a9152..b4588c2c 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -91,6 +91,9 @@ struct phy_instance {
/* logical transceiver number within one PHY */
uint32_t trx_id;
} octphy;
+ struct {
+ struct lc15l1_hdl *hdl;
+ } lc15;
} u;
};