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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index 38e7ffa8..fa01d5c1 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -57,9 +57,11 @@ struct phy_link {
int power_sent;
} osmotrx;
struct {
- char *mcast_group;
- char *mcast_dev;
- uint16_t mcast_port;
+ char* mcast_dev; // mcast device
+ char *bts_mcast_group; // bts will listen to this mcast grp
+ uint16_t bts_mcast_port;
+ char *ms_mcast_group; // ms will listen to this mcast grp
+ uint16_t ms_mcast_port;
struct virt_um_inst *virt_um;
} virt;
struct {