From a02bf125accedddc43b2d8ce3093c72d4e41ffc3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Jan 2016 20:22:07 +0100 Subject: port sysmobts to phy_link/phy_instance abstraction --- include/osmo-bts/phy_link.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3