From e789f0c0889ebe1f42da8ca665e2f7541f5527dc Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 27 Aug 2018 18:45:01 +0200 Subject: osmo-bts-trx: Add support for osmo-trx-lms Change-Id: I44db0fe4592109ecb665e1880806d90379da64f7 --- example/resources.conf.prod | 14 ++++++++++++++ example/scenarios/trx-lms.conf | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 example/scenarios/trx-lms.conf (limited to 'example') diff --git a/example/resources.conf.prod b/example/resources.conf.prod index e69726a..22134e7 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -26,12 +26,26 @@ bts: band: GSM-1800 ciphers: [a5_0, a5_1] osmo_trx: + type: uhd launch_trx: true remote_user: jenkins trx_ip: 10.42.42.116 clock_reference: external multi_arfcn: true +- label: LimeSDR-USB + type: osmo-bts-trx + ipa_unit_id: 11 + addr: 10.42.42.53 + band: GSM-1800 + ciphers: [a5_0, a5_1] + osmo_trx: + type: lms + launch_trx: true + remote_user: jenkins + trx_ip: 10.42.42.117 + clock_reference: external + - label: sysmoCell 5000 type: osmo-bts-trx ipa_unit_id: 7 diff --git a/example/scenarios/trx-lms.conf b/example/scenarios/trx-lms.conf new file mode 100644 index 0000000..15802db --- /dev/null +++ b/example/scenarios/trx-lms.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: LimeSDR-USB + type: osmo-bts-trx -- cgit v1.2.3