implement osmo_source_subdir() for simtrace2

Change-Id: I3afad11991d2e8bd72f44bed05f7204653e63133
This commit is contained in:
Harald Welte 2019-12-17 02:34:58 +01:00
parent 853f1ba318
commit bcd5a7b927
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ osmo_source_subdir() {
openbsc)
echo "openbsc"
;;
simtrace2)
echo "host"
;;
esac
}