aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-17 02:34:58 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-17 02:34:58 +0100
commitbcd5a7b92756237c69129c7ec186c965c7ce5539 (patch)
tree906f4733bde72585c6539ecacda3cd2c061b6c8e /scripts
parent853f1ba3187a60635b1961accdd93fe5416e4541 (diff)
implement osmo_source_subdir() for simtrace2
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/common.sh b/scripts/common.sh
index 6d91101..6d28cfc 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -106,6 +106,9 @@ osmo_source_subdir() {
openbsc)
echo "openbsc"
;;
+ simtrace2)
+ echo "host"
+ ;;
esac
}