From 1569ceb9f457f10065b7b1b55befe7a3b2b53174 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Nov 2019 13:10:33 +0100 Subject: [PATCH] ttcn3-stp/Makefile: Drop defaulting to branch laforge/stp Once osmo-ttcn3-hacks.git branch laforge/stp has been merged (where STP_Tests devel was done), we can use master like we do for other suites. Change-Id: I844ecf8a636ead55b7b406cb97424a4a35a6b674 --- ttcn3-stp-test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ttcn3-stp-test/Makefile b/ttcn3-stp-test/Makefile index 4bf2fff5..cbcd5445 100644 --- a/ttcn3-stp-test/Makefile +++ b/ttcn3-stp-test/Makefile @@ -1,4 +1,3 @@ RUN_ARGS?=--sysctl net.ipv6.conf.all.disable_ipv6=0 --rm --network sigtran --ip 172.18.2.202 -v ggsn-test-vol:/data -OSMO_TTCN3_BRANCH?="laforge/stp" include ../make/Makefile