aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-03 15:20:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-03 15:35:50 +0200
commit6afa4ce698b1e5b32c213970cd07441c14fefc5a (patch)
tree32a42bf5a5e0357461514dc5d609cab35497fa11
parent8e23a8e3ab2e4bba82d2ca7906174dc0e04b6ad0 (diff)
OsmoGSMTester: add sqlite3 as dependency
Needed to setup the initial hlr db using the hlr.sql file from osmo-hlr since osmo-gsm-tester commit 798e592fd642a1dd86380c412a9501931b9048e1 "MSC+BSC: add test api to run OsmoMSC and OsmoBSC with AoIP" Change-Id: Ic19f93a69df4062364da8523b5d30a1611a0eb77
-rw-r--r--OsmoGSMTester/chapters/install.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/OsmoGSMTester/chapters/install.adoc b/OsmoGSMTester/chapters/install.adoc
index 8ace16f..9900e6b 100644
--- a/OsmoGSMTester/chapters/install.adoc
+++ b/OsmoGSMTester/chapters/install.adoc
@@ -17,6 +17,7 @@ run the osmo-gsm-tester.py code, i.e. install these on your main unit:
apt-get install \
dbus \
tcpdump \
+ sqlite3 \
python3 \
python3-yaml \
python3-mako \