aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 16:24:29 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 16:24:31 +0200
commitf6a07122823f8a0b01b40705d103199277925169 (patch)
tree20082a790f223036e8d93a74a168540783621496 /example
parent698ad4ce5050c1ee50c086a699ad98c730a8e115 (diff)
nanobts: Support multiTRX
num_trx is left for now by default to 1, but it has been tested to work properly (current tests pass and both trx are configured) with num_trx=2. Change-Id: Ib3962f824a804e2aa582601475a8514c6cb0d8e7
Diffstat (limited to 'example')
-rw-r--r--example/defaults.conf3
-rw-r--r--example/resources.conf.prod28
-rw-r--r--example/resources.conf.rnd11
3 files changed, 27 insertions, 15 deletions
diff --git a/example/defaults.conf b/example/defaults.conf
index 1e84200..f7bd1b1 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -58,3 +58,6 @@ bsc_bts:
osmo_bts_octphy:
max_trx: 2
+
+nanobts:
+ max_trx: 2
diff --git a/example/resources.conf.prod b/example/resources.conf.prod
index 6481254..6023fc4 100644
--- a/example/resources.conf.prod
+++ b/example/resources.conf.prod
@@ -47,22 +47,30 @@ bts:
- label: NanoBTS-ONW-1900
type: nanobts
ipa_unit_id: 9
- addr: 10.42.42.120
band: GSM-1900
- power_supply:
- type: 'sispm'
- device: '01:01:4d:98:24'
- port: '1'
+ trx_list:
+ - addr: 10.42.42.120
+ power_supply:
+ type: 'sispm'
+ device: '01:01:4d:98:24'
+ port: '1'
- label: NanoBTS-ONW-900
type: nanobts
ipa_unit_id: 10
- addr: 10.42.42.121
band: GSM-900
- power_supply:
- type: 'sispm'
- device: '01:01:4d:98:24'
- port: '2'
+ num_trx: 1
+ trx_list:
+ - addr: 10.42.42.121
+ power_supply:
+ type: 'sispm'
+ device: '01:01:4d:98:24'
+ port: '2'
+ - addr: 10.42.42.122
+ power_supply:
+ type: 'sispm'
+ device: '01:01:4d:98:24'
+ port: '3'
arfcn:
- arfcn: 512
diff --git a/example/resources.conf.rnd b/example/resources.conf.rnd
index 05fce87..4e5c173 100644
--- a/example/resources.conf.rnd
+++ b/example/resources.conf.rnd
@@ -30,12 +30,13 @@ bts:
- label: NanoBTS-ONW-1900
type: nanobts
ipa_unit_id: 9
- addr: 10.42.42.120
band: GSM-1900
- power_supply:
- type: 'sispm'
- device: '01:01:55:2e:b6'
- port: '1'
+ trx_list:
+ - addr: 10.42.42.120
+ power_supply:
+ type: 'sispm'
+ device: '01:01:55:2e:b6'
+ port: '1'
arfcn:
- arfcn: 512