Harald Welte has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/25/13725/1 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: newchange Gerrit-Change-Id: Ifd7d682df90f1b17823d8358a8a498f149e4591b Gerrit-Change-Number: 13725 Gerrit-PatchSet: 1 Gerrit-Owner: Harald Welte <[email protected]>
