lc15: use environment for firmware version

This allows to specify firmware version to use by jenkins builder via
environment variable. If environment variable does not exist than
default master branch is used.

Change-Id: If8b249aa00270e60a0449f089a16823976e54d54
Related: SYS#3683
This commit is contained in:
Max 2017-06-22 18:23:09 +02:00
parent a468cfaf2e
commit 865436dee0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ "$with_dsp" = sysmo ]; then
elif [ "$with_dsp" = lc15 ]; then
PCU_CONFIG="$PCU_CONFIG --enable-lc15bts-phy --with-litecell15=$deps/layer1-headers/inc"
cd "$deps"
osmo-layer1-headers.sh lc15
osmo-layer1-headers.sh lc15 "$FIRMWARE_VERSION"
cd "$base"
elif [ -z "$with_dsp" -o "$with_dsp" = none ]; then