aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 18:45:01 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-10-10 09:39:58 +0000
commite789f0c0889ebe1f42da8ca665e2f7541f5527dc (patch)
tree6dc562cba731448a6561473e4903685205f5488b /example
parent16abefb35c1042884e7c8e4c8e2b84bc0d8afa88 (diff)
osmo-bts-trx: Add support for osmo-trx-lms
Diffstat (limited to 'example')
-rw-r--r--example/resources.conf.prod14
-rw-r--r--example/scenarios/trx-lms.conf4
2 files changed, 18 insertions, 0 deletions
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