Osmocom GSM Tester, jenkins integrated GSM hardware testing
https://osmocom.org/projects/osmo-gsm-tester
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
401 B
15 lines
401 B
#!/bin/sh
|
|
set -e -x
|
|
base="$PWD"
|
|
name="osmo-nitb"
|
|
. "$(dirname "$0")/jenkins-build-common.sh"
|
|
|
|
build_repo libosmocore --disable-doxygen
|
|
build_repo libosmo-abis --disable-dahdi
|
|
build_repo libosmo-netif --disable-doxygen
|
|
build_repo openggsn
|
|
build_repo libsmpp34
|
|
build_repo libosmo-sccp
|
|
build_repo_dir openbsc openbsc --enable-smpp --enable-osmo-bsc --enable-nat
|
|
|
|
create_bin_tgz "osmo-nitb osmo-bsc_mgcp"
|
|
|