diff mbox series

trxcon/Dockerfile: use 'fixeria/trx' branch

Message ID 20180309134856.632-1-axilirator@gmail.com
State New
Headers show
Series trxcon/Dockerfile: use 'fixeria/trx' branch | expand

Commit Message

Vadim Yanitskiy March 9, 2018, 1:48 p.m. UTC
The 'laforge/trx' branch of OsmocomBB was used to make basic
TTCN3 tests, such as the 'max_ta', work ASAP. Now all required
changes and some bug fixes have been merged to the 'fixeria/trx'.

Change-Id: If86dcd677cd8a8bf62821028e17ebdf99a7a004e
---
 osmocom-bb-trxcon/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/osmocom-bb-trxcon/Dockerfile b/osmocom-bb-trxcon/Dockerfile
index 1d29051..ca8ac2c 100644
--- a/osmocom-bb-trxcon/Dockerfile
+++ b/osmocom-bb-trxcon/Dockerfile
@@ -2,7 +2,7 @@  FROM laforge/debian-jessie-build
 
 MAINTAINER Harald Welte <laforge@gnumonks.org>
 
-ARG	OSMO_BB_BRANCH="laforge/trx"
+ARG	OSMO_BB_BRANCH="fixeria/trx"
 
 ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/"