From e7f9f41e12f83d95e2fe704f2e1c0000c59a2af8 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 6 Nov 2018 12:05:42 +0100 Subject: resurces.conf.prod: Add UmTRX device Change-Id: I11f3275bddcc1c0c5bcd75e6a32f040a8f7c1174 --- example/resources.conf.prod | 14 ++++++++++++++ example/scenarios/trx-umtrx.conf | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 example/scenarios/trx-umtrx.conf (limited to 'example') diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 0cab84f..35704ff 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -34,6 +34,20 @@ bts: clock_reference: external multi_arfcn: true +- label: UmTRX + type: osmo-bts-trx + ipa_unit_id: 12 + addr: 10.42.42.54 + band: GSM-1800 + ciphers: [a5_0, a5_1] + osmo_trx: + type: uhd + launch_trx: true + remote_user: jenkins + trx_ip: 10.42.42.118 + dev_args: addr=10.42.42.130,pa=NONE,pa_power_max_dbm=23,fifo_ctrl_window=0,status_port=12345 + clock_reference: internal + - label: LimeSDR-USB type: osmo-bts-trx ipa_unit_id: 11 diff --git a/example/scenarios/trx-umtrx.conf b/example/scenarios/trx-umtrx.conf new file mode 100644 index 0000000..c13fa49 --- /dev/null +++ b/example/scenarios/trx-umtrx.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: UmTRX + type: osmo-bts-trx -- cgit v1.2.3