Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9744 )

Change subject: resources.conf: Move nanobts address to differentiate them from 
local IPs
......................................................................

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
---
M example/resources.conf.prod
M example/resources.conf.rnd
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved



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 @@
 - 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 @@
 - 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 @@
 - 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'

--
To view, visit https://gerrit.osmocom.org/9744
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibdb0dd97a490aaa555a7bf53cf43cc5a5533a012
Gerrit-Change-Number: 9744
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to