From 1e45b4d9663e458eea2a413f6d7ad354f8cacd39 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 30 Oct 2019 11:55:25 +0100 Subject: [PATCH] osmo-stp-test: Ensure we build the laforge/stp branch Change-Id: I2cf300eb37b327450da0f8b20ee209a6109bf8fe Related: OS#4220 --- ttcn3-stp-test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-stp-test/Makefile b/ttcn3-stp-test/Makefile index cbcd5445..76fdbfc6 100644 --- a/ttcn3-stp-test/Makefile +++ b/ttcn3-stp-test/Makefile @@ -1,3 +1,4 @@ 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