From c9fa2a88082da04661495286ae77c266a82aaab7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 30 Jan 2020 16:29:08 +0100 Subject: Introduce osmo-gsm-tester docker setup This set up allows running a typical osmo-gsm-tester set up with a main unit (ogt-master) attached to one (or more) slaves where resources are located and processes are run. As an example, current config allows running an iperf3 test over an srsLTE stack using the ZeroMQ backend. Change-Id: Iac7c0b613048ce332642d3957c55cc7c53b56d42 --- make/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make') diff --git a/make/Makefile b/make/Makefile index 83f56ae..b10c665 100644 --- a/make/Makefile +++ b/make/Makefile @@ -21,6 +21,7 @@ OSMO_BB_BRANCH?=master OSMO_BSC_BRANCH?=master OSMO_BTS_BRANCH?=master OSMO_GGSN_BRANCH?=master +OSMO_GSM_TESTER_BRANCH?=master OSMO_HLR_BRANCH?=master OSMO_IUH_BRANCH?=master OSMO_MGW_BRANCH?=master @@ -59,6 +60,7 @@ docker-build: .release --build-arg OSMO_BSC_BRANCH=$(OSMO_BSC_BRANCH) \ --build-arg OSMO_BTS_BRANCH=$(OSMO_BTS_BRANCH) \ --build-arg OSMO_GGSN_BRANCH=$(OSMO_GGSN_BRANCH) \ + --build-arg OSMO_GSM_TESTER_BRANCH=$(OSMO_GSM_TESTER_BRANCH) \ --build-arg OSMO_HLR_BRANCH=$(OSMO_HLR_BRANCH) \ --build-arg OSMO_IUH_BRANCH=$(OSMO_IUH_BRANCH) \ --build-arg OSMO_MGW_BRANCH=$(OSMO_MGW_BRANCH) \ -- cgit v1.2.3