Skip to content

Changes

Summary

  1. contrib: Add scripts to build srsLTE software (details)
  2. Re-add accidentally removed update_version.sh (details)
  3. Introduce RemoteHost and refactor code to use it (details)
  4. ttcn3: Allow changing TTCN3 test from within osmo-gsm-tester (details)
  5. WIP: Add initial srsLTE support (details)
Commit addf78ecb681264cc3008c9a83be8d5021631d22 by Pau Espin Pedrol
contrib: Add scripts to build srsLTE software
Change-Id: Id9d63920a44a80af187e649c9be5fd7498fa5f44
The file was addedcontrib/jenkins-build-srslte.sh
The file was addedsuites/4g/mo_mt_sms.py
The file was removedupdate_version.sh
The file was modified contrib/jenkins-build-common.sh
The file was addedsuites/4g/suite.conf
Commit e303d66d1563d1af9cd0e7d8cb5a658c6ca4979d by Pau Espin Pedrol
Re-add accidentally removed update_version.sh
Last commit removed this file accidentally.
Change-Id: I030f927af26d4750e88662e591cde3eea6b810c7
The file was addedupdate_version.sh
Commit 2eafb031950789a13f433892833e1bfa7579336d by Pau Espin Pedrol
Introduce RemoteHost and refactor code to use it
Let's move code related to coping stuff to remote hosts and managing
remote processes under a class where relevant information is stored.
This simplifies parameters being passed all over and allows to reuse
more code.
Change-Id: Ifff5ded8fdb28e8ef267cebe6c5f30a910cae11a
The file was modified src/osmo_gsm_tester/bts_sysmo.py
The file was modified src/osmo_gsm_tester/bts_oc2g.py
The file was modified src/osmo_gsm_tester/process.py
The file was addedsrc/osmo_gsm_tester/remote.py
The file was modified src/osmo_gsm_tester/bts_osmotrx.py
Commit ceb7ea6176695f177e72c6c7a02560e65ef8a8cb by Pau Espin Pedrol
ttcn3: Allow changing TTCN3 test from within osmo-gsm-tester
Change-Id: I02bf406e310f5bbab7b2e0bca47fb120418e241c
The file was modified ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
The file was modified ttcn3/suites/ttcn3_bts_tests/ttcn3_bts_tests.py
Commit bd7e0da2606d4c696471845e0acd4726a781e135 by Pau Espin Pedrol
WIP: Add initial srsLTE support
Change-Id: I396d7fca64ad6f5afa8556058d4749219136fa4d
The file was addedsrc/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl
The file was addedsuites/4g/register.py
The file was modified contrib/jenkins-build-srslte.sh
The file was addedsrc/osmo_gsm_tester/srs_epc.py
The file was modified suites/4g/suite.conf
The file was removedsuites/4g/mo_mt_sms.py
The file was addedsrc/osmo_gsm_tester/templates/srsepc_user_db.csv.tmpl
The file was addedsrc/osmo_gsm_tester/templates/srsenb_sib.conf.tmpl
The file was modified src/osmo_gsm_tester/resource.py
The file was modified src/osmo_gsm_tester/process.py
The file was addedutils/osmo-gsm-tester_setcap_sys_admin.sh
The file was addedsrc/osmo_gsm_tester/srs_enb.py
The file was modified src/osmo_gsm_tester/remote.py
The file was modified example/resources.conf.prod
The file was addedsrc/osmo_gsm_tester/templates/srsepc.conf.tmpl
The file was addedsrc/osmo_gsm_tester/templates/srsenb.conf.tmpl
The file was addedsrc/osmo_gsm_tester/templates/srsue.conf.tmpl
The file was addedsrc/osmo_gsm_tester/templates/srsenb_drb.conf.tmpl
The file was addedsrc/osmo_gsm_tester/srs_ue.py
The file was modified src/osmo_gsm_tester/suite.py