osmith submitted this change.

View Change

Approvals: osmith: Looks good to me, approved; Verified
net/templates/common_osmo_bts: drop osmotrx ip

Don't attempt to configure phy0 / osmotrx ip. This only works with
osmo-bts-trx, not with osmo-bts-virtual which we'll run in osmo-dev.
Besides that, 127.0.0.1 seems to be the default anyway.

Change-Id: I20984d00623f31ce9c58a1dc91bcf53d4aec78b2
---
M net/templates/common_osmo_bts
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/net/templates/common_osmo_bts b/net/templates/common_osmo_bts
index cfd28fb..4244e34 100644
--- a/net/templates/common_osmo_bts
+++ b/net/templates/common_osmo_bts
@@ -3,8 +3,6 @@

phy 0
instance 0
- osmotrx ip local 127.0.0.1
- osmotrx ip remote 127.0.0.1

bts 0
band ${BTS_BAND}

To view, visit change 27441. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I20984d00623f31ce9c58a1dc91bcf53d4aec78b2
Gerrit-Change-Number: 27441
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged