Change in docker-playground[master]: osmo-gsm-tester: Install gnuradio dependency

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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Oct 16 14:13:57 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/20682 )


Change subject: osmo-gsm-tester: Install gnuradio dependency
......................................................................

osmo-gsm-tester: Install gnuradio dependency

The python bindings of gnuradio are used to control a zmq connection
broker between srsENB and srsUE to emulate attenuations.

Change-Id: Ic4e8c4d6a5d1e20dd336ff15868c7c3f51dea323
---
M osmo-gsm-tester/Dockerfile
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/82/20682/1

diff --git a/osmo-gsm-tester/Dockerfile b/osmo-gsm-tester/Dockerfile
index 0c4bb5c..67ec3b4 100644
--- a/osmo-gsm-tester/Dockerfile
+++ b/osmo-gsm-tester/Dockerfile
@@ -112,6 +112,12 @@
 		soapysdr0.7-module-lms7 && \
 	apt-get clean
 
+# install gnuradio runtime dependencies
+RUN	apt-get update && \
+	apt-get install -y --no-install-recommends \
+		gnuradio && \
+	apt-get clean
+
 WORKDIR	/tmp
 
 ARG	OSMO_GSM_TESTER_BRANCH="master"

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/20682
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic4e8c4d6a5d1e20dd336ff15868c7c3f51dea323
Gerrit-Change-Number: 20682
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201016/8fbf623e/attachment.htm>


More information about the gerrit-log mailing list