From f6a07122823f8a0b01b40705d103199277925169 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 27 Jul 2018 16:24:29 +0200 Subject: 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 --- example/defaults.conf | 3 +++ example/resources.conf.prod | 28 ++++++++++++++++++---------- example/resources.conf.rnd | 11 ++++++----- 3 files changed, 27 insertions(+), 15 deletions(-) (limited to 'example') 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 -- cgit v1.2.3