From bcd5a7b92756237c69129c7ec186c965c7ce5539 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 17 Dec 2019 02:34:58 +0100 Subject: implement osmo_source_subdir() for simtrace2 Change-Id: I3afad11991d2e8bd72f44bed05f7204653e63133 --- scripts/common.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 } -- cgit v1.2.3