Change in osmo-ci[master]: ansible: gsm-tester: Install srsLTE dependencies

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 3 14:40:45 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/17066 )

Change subject: ansible: gsm-tester: Install srsLTE dependencies
......................................................................

ansible: gsm-tester: Install srsLTE dependencies

Change-Id: Ia6804d0d0c40ad2ebe8a09b0861f14f15578a834
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 14 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index d880127..5cc83bc 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -37,6 +37,20 @@
     - liblua5.3-dev
     - lua-socket
 
+- name: install srsLTE runtime dependencies
+  apt:
+    name: "{{ item }}"
+  with_items:
+    - cmake
+    - libfftw3-dev
+    - libmbedtls-dev
+    - libboost-program-options-dev
+    - libconfig++-dev
+    - libsctp-dev
+    - libpcsclite-dev
+    - libuhd-dev
+    - libczmq-dev
+
 - name: install ofono build dependencies
   apt:
     name: ofono

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17066
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia6804d0d0c40ad2ebe8a09b0861f14f15578a834
Gerrit-Change-Number: 17066
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200203/34e31690/attachment.htm>


More information about the gerrit-log mailing list