osmo-gsm-tester/suites
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
..
4g Introduce initial Amarisoft ENB support 2020-03-31 08:22:18 +00:00
debug suites/debug: Allow jumping into python debugger 2020-02-18 15:34:58 +00:00
dynts Add dynts suite to test switch between PDCH and TCH 2018-09-25 10:21:25 +00:00
encryption suites: encryption: Add test register_a5_3_authreq 2018-09-25 10:20:59 +00:00
gprs tests: Improve logging of iperf3 results 2020-03-02 16:32:42 +01:00
nitb_debug Sanitize existing suite names 2018-09-17 10:57:50 +00:00
nitb_netreg Sanitize existing suite names 2018-09-17 10:57:50 +00:00
nitb_netreg_mass virtual: Make it possible to add tests to the ms driver 2019-05-08 05:16:18 +01:00
nitb_smpp Sanitize existing suite names 2018-09-17 10:57:50 +00:00
nitb_sms Sanitize existing suite names 2018-09-17 10:57:50 +00:00
nitb_ussd Sanitize existing suite names 2018-09-17 10:57:50 +00:00
smpp Sanitize existing suite names 2018-09-17 10:57:50 +00:00
sms Sanitize existing suite names 2018-09-17 10:57:50 +00:00
ussd Sanitize existing suite names 2018-09-17 10:57:50 +00:00
voice tests: voice: Add voice call test with Osmux enabled 2019-06-19 18:57:13 +02:00