aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/phy_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/phy_link.h')
-rw-r--r--include/osmo-bts/phy_link.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index 862ed48f..82a32629 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -52,6 +52,11 @@ struct phy_link {
bool powered; /* last POWERON (true) or POWEROFF (false) confirmed */
bool poweron_sent; /* is there a POWERON in transit? */
bool poweroff_sent; /* is there a POWEROFF in transit? */
+ struct {
+ char *remote_host;
+ bool all;
+ struct gsmtap_inst *gti;
+ } gsmtap_burst;
} osmotrx;
struct {
char *mcast_dev; /* Network device for multicast */