aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-05-26 12:45:33 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-06-06 19:23:18 +0000
commit8a8d73a691c709403be4adbe8f2a7150b4d5998a (patch)
tree2413af79c7ba5aa51b7163fe22277e7ad3a9e62e /include/osmo-bts
parentd36b3a84638d6db940387f0e18c98855202f554d (diff)
trx: Allow BTS and TRX to be on different IPs
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/phy_link.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index e8fd7eb7..2164dfa9 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -37,7 +37,8 @@ struct phy_link {
struct {
} sysmobts;
struct {
- char *transceiver_ip;
+ char *local_ip;
+ char *remote_ip;
uint16_t base_port_local;
uint16_t base_port_remote;
struct osmo_fd trx_ofd_clk;