Skip to content

Changes

Summary

  1. osmo-gsm-tester: new versions require python3-numpy (details)
  2. osmo-gsm-tester: Add missing srsLTE dependencies (soapy) (details)
  3. osmo-gsm-tester: Improvements anv fixes to run 4G network with latest (details)
  4. osmo-gsm-tester: Copy limits.d files to docker image (details)
Commit 3e59758fd73b207477a8137a0144ea5440091c63 by Pau Espin Pedrol
osmo-gsm-tester: new versions require python3-numpy
Change-Id: Ic1a9edbaf4151aabd157f859ec6fbec30d4f27b0
The file was modified osmo-gsm-tester/Dockerfile
Commit 79032097dc1cd77db03334f061b121781e13e429 by Pau Espin Pedrol
osmo-gsm-tester: Add missing srsLTE dependencies (soapy)
Currently srsLTE trials link against soapySDR library to have LimeSDR
support. We need to move installation of those new packages further
below in the Dockerfiler because that lib version is only available with
osmocom repositories (which were added at a later point in the file).
Change-Id: Ia0e506954ffebd94adb75fec6bf481e41f9ec436
The file was modified osmo-gsm-tester/Dockerfile
Commit 2a9cf7a53a0697249d4eda3381515ab7f63da168 by Pau Espin Pedrol
osmo-gsm-tester: Improvements anv fixes to run 4G network with latest
ogt version
* Fix wrong KI.
* Add an extra IP address to slave so that ENB and EPC can be run on
different IP addresses and their GTP ports don't collide.
* Add required rf parameters to resources.conf
Change-Id: I0198bc99f75e9567ee717aa79e434ec28705fac9
The file was modified osmo-gsm-tester/resources.conf
The file was modified osmo-gsm-tester/Dockerfile
The file was addedosmo-gsm-tester/osmo-gsm-tester-slave.sh
The file was addedosmo-gsm-tester/osmo-gsm-tester-master.sh
The file was removedosmo-gsm-tester/osmo-gsm-tester.sh
The file was modified osmo-gsm-tester/jenkins.sh
Commit 4b686a004e179f2d1516202256936c0eaf123c71 by Pau Espin Pedrol
osmo-gsm-tester: Copy limits.d files to docker image
These are required to allow setting rt prio for jenkins user inside the
docker container, as well as for being allowed to create coredump files.
Change-Id: I8ed6193196d739c1416976d431d07b8a0c55ee2a
The file was modified osmo-gsm-tester/Dockerfile