aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-07-21 21:34:38 +0200
committerHarald Welte <laforge@gnumonks.org>2019-07-21 21:35:00 +0200
commitdcb9edafd4d124d04c42332760f93d8dc36df636 (patch)
treecd5420fd58a02931f62a93511bdd289f71f4460b
parent4e2b2bc8a5a58b0200fd0d206f245a84d305f98a (diff)
latest-packages: Enable osmo-remsim as new libosmo-abis is tagged
-rwxr-xr-xscripts/osmocom-latest-packages.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 2a9e28d..1074294 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -156,8 +156,7 @@ build_osmocom() {
checkout simtrace2
checkout libosmo-dsp
checkout osmo-sysmon
- # TODO: enable once libosmo-abis > 0.6.0 is available (IPA keepalive FSM)
- # checkout osmo-remsim
+ checkout osmo-remsim
checkout_copy_debian8_jessie "osmo-gsm-manuals"
@@ -189,8 +188,7 @@ build_osmocom() {
build simtrace2
build libosmo-dsp
build osmo-sysmon
- # TODO: enable once libosmo-abis > 0.6.0 is available (IPA keepalive FSM)
- # build osmo-remsim
+ build osmo-remsim
cd "$TOP/$PROJ"
osc ci -m "Latest Tagged versions of $DT"