dexter has uploaded this change for review. ( https://gerrit.osmocom.org/12878
Change subject: ttcn3-msc-test: Enable SGs interface ...................................................................... ttcn3-msc-test: Enable SGs interface Since the current master now supports SGs interface connections. We may turn on the optional SGs interface of the testsuite so that the related testcases can run. Change-Id: I260fbd21d00d4fc160e95b76fc26b5d5b8f3c9e8 Related: OS#3614 --- M ttcn3-msc-test/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/78/12878/1 diff --git a/ttcn3-msc-test/Dockerfile b/ttcn3-msc-test/Dockerfile index f812ee0..a1ea442 100644 --- a/ttcn3-msc-test/Dockerfile +++ b/ttcn3-msc-test/Dockerfile @@ -11,7 +11,7 @@ RUN git config --global user.email [email protected] && \ git config --global user.name "Dock Er" -ARG OSMO_TTCN3_BRANCH="master" +ARG OSMO_TTCN3_BRANCH="pmaier/sgsap3" ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit RUN cd osmo-ttcn3-hacks && \ -- To view, visit https://gerrit.osmocom.org/12878 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: I260fbd21d00d4fc160e95b76fc26b5d5b8f3c9e8 Gerrit-Change-Number: 12878 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]>
