This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11900
Change subject: resources.conf: Set UHD identifiers on B200 devices
......................................................................
resources.conf: Set UHD identifiers on B200 devices
osmo-trx-uhd uses these args during device search/selection process. As
those were not set until now for B200, it means when a B200 was used by
osmo-gsm-tester any UHD device could be picked up and used by UHD.
That was actually happening since inclusion of UmTRX devices in Prod
setup, when running tests against desired B200, actually the UmTRX
device was being used.
Change-Id: I696bbc800b05fdd9a68a77f363d76dcc53ef24ee
---
M example/resources.conf.prod
M example/resources.conf.rnd
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/00/11900/1
diff --git a/example/resources.conf.prod b/example/resources.conf.prod
index 35704ff..e786836 100644
--- a/example/resources.conf.prod
+++ b/example/resources.conf.prod
@@ -31,6 +31,7 @@
launch_trx: true
remote_user: jenkins
trx_ip: 10.42.42.116
+ dev_args: "type=b200,serial=306BD11"
clock_reference: external
multi_arfcn: true
@@ -45,7 +46,7 @@
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
+ 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
diff --git a/example/resources.conf.rnd b/example/resources.conf.rnd
index dc0251a..0fad50f 100644
--- a/example/resources.conf.rnd
+++ b/example/resources.conf.rnd
@@ -32,6 +32,7 @@
multi_arfcn: true
remote_user: jenkins
trx_ip: 127.0.0.1
+ dev_args: "type=b200,serial=30A9FFB"
ciphers: [a5_0, a5_1]
- label: NanoBTS-ONW-1900
--
To view, visit https://gerrit.osmocom.org/11900
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I696bbc800b05fdd9a68a77f363d76dcc53ef24ee
Gerrit-Change-Number: 11900
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181123/8b77c281/attachment.htm>