pespin submitted this change.
Dockerfile: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0)
Change-Id: I57c2f9adbb2f691f28ab936f09db3c24bdfeef5f
---
M _testenv/data/podman/Dockerfile
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile
index 3c241dc..e94812a 100644
--- a/_testenv/data/podman/Dockerfile
+++ b/_testenv/data/podman/Dockerfile
@@ -126,11 +126,12 @@
ENV USE_CCACHE=0
# Binary-only transcoding library for RANAP/RUA/HNBAP to work around TITAN only implementing BER
+ENV LIBFFTRANSCODE_VERSION="0.6"
RUN set -x && \
export DPKG_ARCH="$(dpkg --print-architecture)" && \
- wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_${DPKG_ARCH}.deb && \
- wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_${DPKG_ARCH}.deb && \
- dpkg -i ./libfftranscode0_0.5_${DPKG_ARCH}.deb ./libfftranscode-dev_0.5_${DPKG_ARCH}.deb && \
+ wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb && \
+ wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb && \
+ dpkg -i ./libfftranscode0_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb ./libfftranscode-dev_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb && \
apt-get install --fix-broken && \
rm libfftranscode*.deb
To view, visit change 40737. To unsubscribe, or for help writing mail filters, visit settings.