Osmocom GSM Tester, jenkins integrated GSM hardware testing https://osmocom.org/projects/osmo-gsm-tester
Go to file
Pau Espin 2159cfe01f contrib: osmo-trx: Drop explicit --without-sse
Nowadays we have instruction set runtime detection, so there's no point
in disabling it in the binary, specially because nowadays we run in sse
capable host (despite in the past we didn't and there was no runtime
detection, hence why was it explicitly disabled).

Change-Id: I2ffdc60c7644bb514a3854965d17109e91dda800
2020-09-18 20:48:02 +02:00
contrib contrib: osmo-trx: Drop explicit --without-sse 2020-09-18 20:48:02 +02:00
doc doc/manuals: Fix callout definition in code block 2020-06-16 10:04:15 +00:00
selftest Add per-test KPI support 2020-06-15 15:42:58 +00:00
src testenv: Fix missing import module util 2020-09-18 15:17:10 +02:00
sysmocom 4g: consider number of component carriers for max rate calculation 2020-08-28 10:56:01 +02:00
utils amarisoft_ltemme_ifup.sh: use ip cmd instead of ifconfig 2020-07-13 18:19:23 +02:00
.gitignore Support identifying different tgz files based on run_label attribute 2020-05-28 13:13:05 +00:00
.gitreview Add git-review config 2017-12-15 11:29:21 +00:00
COPYING Add GPLv3 license text to repository 2017-06-03 14:23:51 +00:00
Makefile Move update_version.sh to contrib/ 2020-05-12 14:07:36 +02:00
README.md Rework README file 2020-05-05 19:25:33 +02:00

README.md

About Osmo-GSM-Tester

Osmo-GSM-Tester is a software to run automated tests on real hardware, initially foremost to verify that ongoing Osmocom software development continues to work with various BTS models, while being flexibly configurable and extendable to work for other technologies, setups and projects. It can nowadays also be used to run 4G networks with components from different providers.

Find Osmo-GSM-Tester issue tracker and wiki online at https://osmocom.org/projects/osmo-gsm-tester

Simple configuration setups can be found under doc/examples/ directory. A Osmocom's public Osmo-Gsm-Tester configuration setup is also maintained here under sysmocom/ as a reference for others.

Ansible scripts to set up hosts to be used as Osmo-GSM-Tester Main Units or/and Slave Units on the above mentioned setup can be found at https://git.osmocom.org/osmo-ci/tree/ansible, which actually install sample system configuration files from utils/ directory in this same repository.

A sample Docker setup is also maintained publicly at https://git.osmocom.org/docker-playground/tree/osmo-gsm-tester.

For the complete documentation, please refer to Osmo-GSM-Tester User manual, available in sources under doc/manuals/ under this same repository, and prebuilt in pdf form at http://ftp.osmocom.org/docs/latest/osmo-gsm-tester-manual.pdf