trxcon/Dockerfile: use 'master' branch

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 'master'.

Change-Id: I4c3012c4ad24dfebea61e14038bea86d4f56832d
This commit is contained in:
Vadim Yanitskiy 2018-04-08 01:14:09 +07:00
parent 7bbf1c8f7c
commit 54f75b6c8d
1 changed files with 1 additions and 1 deletions

View File

@ -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="master"
ARG OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/"