aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-30 16:29:08 +0100
committerlaforge <laforge@osmocom.org>2020-03-01 19:23:00 +0000
commitc9fa2a88082da04661495286ae77c266a82aaab7 (patch)
treeb28f611fef398be831ed2ae1bb5701767abe2cfa /make
parentdc6979956cdedd01e0e761b4719ce30cc6f7c8e8 (diff)
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
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 2 insertions, 0 deletions
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) \