Skip to content

Changes

Summary

  1. Copy gnuradio zmq broker at runtime (details)
  2. enb: Name preferrably by label, use it in remote run dir (details)
Commit d6deb2824fad8f274d652549b97f9c80b54561b6 by Pau Espin Pedrol
Copy gnuradio zmq broker at runtime

The remotely run script is moved into a new subdir called "external",
where external utils to be used by osmo-gsm-tester (exernal to its own
process) are placed.
It needs to be in another directory because python files in obj/ are
loaded at startup of osmo-gsm-tester to dynamically load schemas.

Change-Id: I633a85294694f2c6efd58535729e9b8af166b3ff
The file was removedutils/bin/osmo-gsm-tester_zmq_broker.py
The file was addedsrc/osmo_gsm_tester/external/gnuradio_zmq_broker_remote.py
The file was modified src/osmo_gsm_tester/obj/gnuradio_zmq_broker.py
The file was modified src/osmo_gsm_tester/core/util.py
Commit a2d4e2f54ef54fbc8b3e35b39f174f697dbbb623 by Pau Espin Pedrol
enb: Name preferrably by label, use it in remote run dir

This way several ENB will place its config and logs into different dirs.

Change-Id: I9b0c74cd63bc3888f380c66d94271beafc0db915
The file was modified src/osmo_gsm_tester/obj/enb_srs.py
The file was modified src/osmo_gsm_tester/obj/enb.py