Osmocom GSM Tester, jenkins integrated GSM hardware testing https://osmocom.org/projects/osmo-gsm-tester
Go to file
Pau Espin 786a6bcd20 Introduce initial Amarisoft ENB support
* object class expects the amarisoft software to be placed in directory
  provided by env var AMARISOFT_PATH_ENB. On local runs, it will run the
  software from there. On remote runs it will copy over that directory to
  the slave.
* Configuration provided works with 6 PRBs, but probably won't work for
  other values (yet).
* ZMQ support not yet available, only UHD.

One can select the Amarisoft ENB by declaring it in resources.conf:
"""
- label: AmarisoftENB-B200
  type: amarisoftenb
  rf_dev_type: uhd
  rf_dev_args: "type=b200,serial=317B9FE,recv_frame_size=9232,send_frame_size=9232"
  remote_user: jenkins
  addr: 10.12.1.206
"""

And running:
"""
$ export AMARISOFT_PATH_ENB=/path/to/binaries
$ osmo-gsm-tester.py ... -s 4g:amarisoftenb-rftype@uhd+srsue-rftype@UHD+mod-enb-nprb@6 -t ping
"""

Change-Id: I1ddf4962ea6438ad977382ab201b724028ca46b3
2020-03-31 08:22:18 +00:00
contrib contrib: srslte: Allow changing repo name 2020-02-18 15:31:25 +00:00
doc doc/manuals: Introduce chapter explaining config data mangling 2020-03-17 20:20:34 +01:00
example Introduce initial Amarisoft ENB support 2020-03-31 08:22:18 +00:00
install initial import 2017-03-28 12:37:17 +02:00
selftest suite_test: suite requires the fake trial to implement get_run_dir() 2019-09-18 18:57:11 +02:00
src Introduce initial Amarisoft ENB support 2020-03-31 08:22:18 +00:00
suites Introduce initial Amarisoft ENB support 2020-03-31 08:22:18 +00:00
ttcn3 ttcn3: Allow passing ttcn3 extra module params from osmo-gsm-tester 2020-02-11 11:38:27 +01:00
utils utils: Add limits.d dir with sample config files 2020-03-03 09:22:17 +00:00
.gitignore doc/manual: Refactor, rewrite, improve and update most of the User Manual 2020-03-12 17:50:06 +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 core implementation 2017-04-08 15:43:19 +02:00
check_dependencies.py srsue: Introduce metrics verification procedures 2020-03-04 13:56:25 +01:00
update_version.sh Re-add accidentally removed update_version.sh 2020-02-04 11:46:02 +01:00