aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 b4588c2c..73d57749 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -82,6 +82,7 @@ struct phy_instance {
union {
struct {
+ uint32_t dsp_trace_f;
struct femtol1_hdl *hdl;
} sysmobts;
struct {
@@ -92,6 +93,7 @@ struct phy_instance {
uint32_t trx_id;
} octphy;
struct {
+ uint32_t dsp_trace_f;
struct lc15l1_hdl *hdl;
} lc15;
} u;