Change in docker-playground[master]: debian-stretch-titan: include libfftranscode for our Iu related tests

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Apr 21 11:01:59 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13725 )

Change subject: debian-stretch-titan: include libfftranscode for our Iu related tests
......................................................................

debian-stretch-titan: include libfftranscode for our Iu related tests

Change-Id: Ifd7d682df90f1b17823d8358a8a498f149e4591b
---
M debian-stretch-titan/Dockerfile
1 file changed, 9 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile
index a308c2a..18aad4b 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-stretch-titan/Dockerfile
@@ -29,3 +29,12 @@
 
 # somehow Debian folks updated the gcc version but not titan :/
 RUN	sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
+
+
+# binary-only transcoding library for RANAP/RUA/HNBAP to work around TITAN only implementing BER
+RUN	apt-get update && \
+	apt-get -y install wget
+RUN	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.1_amd64.deb && \
+	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.1_amd64.deb && \
+	apt install ./libfftranscode0_0.1_amd64.deb ./libfftranscode-dev_0.1_amd64.deb && \
+	rm libfftranscode*.deb

-- 
To view, visit https://gerrit.osmocom.org/13725
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd7d682df90f1b17823d8358a8a498f149e4591b
Gerrit-Change-Number: 13725
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190421/920acd17/attachment.htm>


More information about the gerrit-log mailing list