aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-11-06 12:05:42 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-09 13:34:18 +0000
commite7f9f41e12f83d95e2fe704f2e1c0000c59a2af8 (patch)
treec822ddb2f07e7640c03053d9065d49894e2ede75 /example
parent8cfa10f01d0e20279d9af1205b23de27c478e229 (diff)
resurces.conf.prod: Add UmTRX device
Diffstat (limited to 'example')
-rw-r--r--example/resources.conf.prod14
-rw-r--r--example/scenarios/trx-umtrx.conf4
2 files changed, 18 insertions, 0 deletions
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