aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-26 13:07:46 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-26 13:07:49 +0200
commit80ce34bb88b2e2d572db5c9d8d16a8302569e5c7 (patch)
treea118d718b2875031ec158994eef7d9dcba22ac9f /example
parent05895a912d9aa39ea1d3672873d469a1b1faa5e9 (diff)
resources.conf: Move nanobts address to differentiate them from local IPs
nanobts IP addresses are assigned through DHCP, and are not local to the main unit. Let's use another subset for this DHCP pool as we usually use .50ish for static local IP addresses. Change-Id: Ibdb0dd97a490aaa555a7bf53cf43cc5a5533a012
Diffstat (limited to 'example')
-rw-r--r--example/resources.conf.prod4
-rw-r--r--example/resources.conf.rnd2
2 files changed, 3 insertions, 3 deletions
diff --git a/example/resources.conf.prod b/example/resources.conf.prod
index 230f95d..8a9a534 100644
--- a/example/resources.conf.prod
+++ b/example/resources.conf.prod
@@ -47,7 +47,7 @@ bts:
- label: NanoBTS-ONW-1900
type: nanobts
ipa_unit_id: 9
- addr: 10.42.42.53
+ addr: 10.42.42.120
band: GSM-1900
power_supply:
type: 'sispm'
@@ -57,7 +57,7 @@ bts:
- label: NanoBTS-ONW-900
type: nanobts
ipa_unit_id: 10
- addr: 10.42.42.54
+ addr: 10.42.42.121
band: GSM-900
power_supply:
type: 'sispm'
diff --git a/example/resources.conf.rnd b/example/resources.conf.rnd
index c263bf3..7483260 100644
--- a/example/resources.conf.rnd
+++ b/example/resources.conf.rnd
@@ -30,7 +30,7 @@ bts:
- label: NanoBTS-ONW-1900
type: nanobts
ipa_unit_id: 9
- addr: 10.42.42.53
+ addr: 10.42.42.120
band: GSM-1900
power_supply:
type: 'sispm'