laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/37516?usp=email )
Change subject: doc/examples: osmo-bts-trx.cfg: set 'oml remote-ip' to
'127.0.0.1'
......................................................................
doc/examples: osmo-bts-trx.cfg: set 'oml remote-ip' to '127.0.0.1'
In a typical lab setup the BSC is co-located on the same host with
the BTS process. Using the localhost address instead of random
addresses makes life easier for those using example configs.
Change-Id: I41b8de14c19088ef614ce751c738e4fc5969f0da
---
M doc/examples/trx/osmo-bts-trx.cfg
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
diff --git a/doc/examples/trx/osmo-bts-trx.cfg b/doc/examples/trx/osmo-bts-trx.cfg
index b8da7f7..4a8ee95 100644
--- a/doc/examples/trx/osmo-bts-trx.cfg
+++ b/doc/examples/trx/osmo-bts-trx.cfg
@@ -30,6 +30,6 @@
bts 0
band 1800
ipa unit-id 6969 0
- oml remote-ip 192.168.122.1
+ oml remote-ip 127.0.0.1
trx 0
phy 0 instance 0
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/37516?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I41b8de14c19088ef614ce751c738e4fc5969f0da
Gerrit-Change-Number: 37516
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged