aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-19 13:14:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-19 13:14:19 +0200
commit26d7f8d462fe5469c1117eb5bfdd369d3d0e49bb (patch)
tree0dd1ecf60315e71b9dedc6a7e321de2d5e202ae4
parent1e2a041773b70196a13209e1a668e29b51cd5315 (diff)
contrib: Build osmo-msc with IU support
-rwxr-xr-xcontrib/jenkins-build-osmo-msc.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/jenkins-build-osmo-msc.sh b/contrib/jenkins-build-osmo-msc.sh
index 5b5d1f6..b614052 100755
--- a/contrib/jenkins-build-osmo-msc.sh
+++ b/contrib/jenkins-build-osmo-msc.sh
@@ -11,6 +11,8 @@ build_repo libsmpp34 --enable-sanitize
build_repo libosmo-sccp --enable-sanitize
build_repo osmo-mgw --enable-sanitize
build_repo osmo-hlr --enable-sanitize
-build_repo osmo-msc --enable-sanitize --enable-smpp --disable-iu
+build_repo libasn1c --enable-sanitize
+build_repo osmo-iuh --enable-sanitize
+build_repo osmo-msc --enable-sanitize --enable-smpp --enable-iu
create_bin_tgz osmo-msc