aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sgsn-test
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-04-17 21:58:08 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-17 21:58:08 +0200
commit67c306a8dfe46bc81368476af8b44e7e2006e456 (patch)
tree49f9c28d4af4c2cedaa6369d4431e1761d6277bf /ttcn3-sgsn-test
parent8e337f0bcabe571fb6a4387fae344fe7b85eb7c5 (diff)
ttcn3-*-test: Remove cherry-pick of CCM related HACK
This is no longer needed as the fix for https://osmocom.org/issues/2718 has been merged to master of osmo-ttcn3-hacks Change-Id: Ia0c1c134405fdbce1c65059d705827f1a643e774 Related: OS#2718
Diffstat (limited to 'ttcn3-sgsn-test')
-rw-r--r--ttcn3-sgsn-test/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile
index 23117c4..dfca1c4 100644
--- a/ttcn3-sgsn-test/Dockerfile
+++ b/ttcn3-sgsn-test/Dockerfile
@@ -16,7 +16,6 @@ ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/comm
RUN cd osmo-ttcn3-hacks && \
git fetch && \
git checkout -f -B $OSMO_TTCN3_BRANCH origin/$OSMO_TTCN3_BRANCH && \
- git cherry-pick 5ce5241d6d460e9b36a908ac7072d8ea68df08db && \
make sgsn
VOLUME /data