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.org
Review at https://gerrit.osmocom.org/8051
osmo-trx binary is now called osmo-trx-uhd
Change-Id: Ibf111ba89b24964127b9c1db7102953e1dba3181
---
M contrib/jenkins-build-osmo-trx.sh
M src/osmo_gsm_tester/bts_osmotrx.py
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/51/8051/1
diff --git a/contrib/jenkins-build-osmo-trx.sh b/contrib/jenkins-build-osmo-trx.sh
index 0113568..67fca35 100755
--- a/contrib/jenkins-build-osmo-trx.sh
+++ b/contrib/jenkins-build-osmo-trx.sh
@@ -6,6 +6,6 @@
# AddressSanitizer is not enabled on purpose since overhead affects the clocking.
build_repo libosmocore --disable-doxygen
-build_repo osmo-trx --without-sse
+build_repo osmo-trx --without-sse --with-uhd
-create_bin_tgz osmo-trx
+create_bin_tgz osmo-trx-uhd
diff --git a/src/osmo_gsm_tester/bts_osmotrx.py b/src/osmo_gsm_tester/bts_osmotrx.py
index bdfb97c..85d37c0 100644
--- a/src/osmo_gsm_tester/bts_osmotrx.py
+++ b/src/osmo_gsm_tester/bts_osmotrx.py
@@ -146,7 +146,7 @@
env = None
proc_trx = None
- BIN_TRX = 'osmo-trx'
+ BIN_TRX = 'osmo-trx-uhd'
CONF_OSMO_TRX = 'osmo-trx.cfg'
def __init__(self, suite_run, conf, listen_ip, bts_ip):
--
To view, visit https://gerrit.osmocom.org/8051
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf111ba89b24964127b9c1db7102953e1dba3181
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>