aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/gsm-tester/tasks
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-13 20:14:30 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-13 20:17:34 +0100
commitc13af9ac5862e0608f847703d77de4a53a27a5ab (patch)
tree240c927566a8405f44834f75554f0868fb972edb /ansible/roles/gsm-tester/tasks
parent9562073194fdc838825b5d960fb1ba256ec4c493 (diff)
ansible: Install libsoapysdr-dev as dependency for srsLTE
srsLTE supports using LimeSDR devices through SoapySDR. Change-Id: Idd8baf934cb9245e0f897e84754905172b659e40
Diffstat (limited to 'ansible/roles/gsm-tester/tasks')
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 309c187..ef51178 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -57,6 +57,7 @@
- libpcsclite-dev
- libuhd-dev
- libczmq-dev
+ - libsoapysdr-dev
- name: install ofono build dependencies
apt: