aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-19 20:22:07 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:18:59 +0100
commita02bf125accedddc43b2d8ce3093c72d4e41ffc3 (patch)
tree9058d6a1b079f7d2ac5d9bff6cff24b4be5f43a2 /include
parentfcef6b2b5200daaaedea012c352edbdbd9c8a722 (diff)
port sysmobts to phy_link/phy_instance abstraction
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/phy_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index b9fc4121..ec3a9152 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -82,6 +82,7 @@ struct phy_instance {
union {
struct {
+ struct femtol1_hdl *hdl;
} sysmobts;
struct {
struct trx_l1h *hdl;