fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/37516?usp=email )
Change subject: doc/examples: set 'oml remote-ip' to '127.0.0.1'
......................................................................
doc/examples: 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/litecell15/osmo-bts-lc15.cfg
M doc/examples/oc2g/osmo-bts-oc2g.cfg
M doc/examples/sysmo/osmo-bts-sysmo.cfg
M doc/examples/trx/osmo-bts-trx.cfg
4 files changed, 17 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/16/37516/1
diff --git a/doc/examples/litecell15/osmo-bts-lc15.cfg
b/doc/examples/litecell15/osmo-bts-lc15.cfg
index 16651eb..9c09f14 100644
--- a/doc/examples/litecell15/osmo-bts-lc15.cfg
+++ b/doc/examples/litecell15/osmo-bts-lc15.cfg
@@ -40,7 +40,7 @@
bts 0
band 900
ipa unit-id 1500 0
- oml remote-ip 192.168.234.185
+ oml remote-ip 127.0.0.1
trx 0
phy 0 instance 0
trx 1
diff --git a/doc/examples/oc2g/osmo-bts-oc2g.cfg b/doc/examples/oc2g/osmo-bts-oc2g.cfg
index ddf69f4..6dd5930 100644
--- a/doc/examples/oc2g/osmo-bts-oc2g.cfg
+++ b/doc/examples/oc2g/osmo-bts-oc2g.cfg
@@ -37,6 +37,6 @@
bts 0
band 900
ipa unit-id 1500 0
- oml remote-ip 10.42.0.1
+ oml remote-ip 127.0.0.1
trx 0
phy 0 instance 0
diff --git a/doc/examples/sysmo/osmo-bts-sysmo.cfg
b/doc/examples/sysmo/osmo-bts-sysmo.cfg
index f44c718..429e033 100644
--- a/doc/examples/sysmo/osmo-bts-sysmo.cfg
+++ b/doc/examples/sysmo/osmo-bts-sysmo.cfg
@@ -28,6 +28,6 @@
bts 0
band 1800
ipa unit-id 666 0
- oml remote-ip 10.1.2.3
+ oml remote-ip 127.0.0.1
trx 0
phy 0 instance 0
diff --git a/doc/examples/trx/osmo-bts-trx.cfg b/doc/examples/trx/osmo-bts-trx.cfg
index 6b23952..3f1682c 100644
--- a/doc/examples/trx/osmo-bts-trx.cfg
+++ b/doc/examples/trx/osmo-bts-trx.cfg
@@ -30,7 +30,7 @@
bts 0
band 1800
ipa unit-id 6969 0
- oml remote-ip 192.168.122.1
+ oml remote-ip 127.0.0.1
gsmtap-sapi ccch
gsmtap-sapi pdtch
trx 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: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange