1. 2a2d846 obj: Fix objects placing their content in suite rundir instead of test rundir by Pau Espin Pedrol · 4 years, 2 months ago
  2. a442cb8 Update obj classes in obj/ to use testenv instead of suite_run by Pau Espin Pedrol · 4 years, 2 months ago
  3. ea8c3d4 Generate schemas dynamically from pieces provided by each object class by Pau Espin Pedrol · 4 years, 2 months ago
  4. e1a58bd Move object classes used by tests into obj/ subdir by Pau Espin Pedrol · 4 years, 3 months ago[Renamed (98%) from src/osmo_gsm_tester/bts_osmotrx.py]
  5. e8bbcbf Create core directory to contain most of code not in object classes used by tests by Pau Espin Pedrol · 4 years, 3 months ago
  6. 29b7132 pcu: Enable 'egprs only' vty option if egprs requested by Pau Espin Pedrol · 4 years, 3 months ago
  7. f6d45ad Allow passing remote env to process running in remote host by Pau Espin Pedrol · 4 years, 5 months ago
  8. 2eafb03 Introduce RemoteHost and refactor code to use it by Pau Espin Pedrol · 4 years, 5 months ago
  9. dd71022 bts_osmotrx: Add support to run osmo-trx on LimeNet-micro by Pau Espin Pedrol · 4 years, 7 months ago
  10. c18c5b8 bts_osmotrx: Allow Setting Rx/TX paths through resources.conf by Pau Espin Pedrol · 4 years, 7 months ago
  11. 55cee16 Support SC5 power cycling through powersupply by Pau Espin Pedrol · 4 years, 10 months ago
  12. f11c4ee bts-trx: Improve logging and trap SIGTERM in ssh_sigkiller.sh by Pau Espin Pedrol · 4 years, 11 months ago
  13. c93707f bts-trx: Drop deprecated -t parameter by Pau Espin Pedrol · 5 years ago
  14. 4f23ab5 Add support to enable EGPRS by Pau Espin Pedrol · 6 years ago
  15. d03acdf First round of clean-ups of imports and unused variables by Holger Hans Peter Freyther · 6 years ago
  16. e789f0c osmo-bts-trx: Add support for osmo-trx-lms by Pau Espin Pedrol · 6 years ago
  17. 1ff0376 osmo-trx: Enable multi_arfcn for B200 and only in multiTRX setup by Pau Espin Pedrol · 6 years ago
  18. 302c756 osmotrx: Make sure remote process stops after ssh session is closed by Pau Espin Pedrol · 6 years ago
  19. a9006df osmotrx: Allow running osmo-trx from remote host by Pau Espin Pedrol · 6 years ago
  20. 94eab26 osmo-trx: Add multi_arfcn support by Pau Espin Pedrol · 6 years ago
  21. 44b7ea1 osmo-bts-trx: Add multiTRX support by Pau Espin Pedrol · 6 years ago
  22. 0d45504 osmo-bts-trx: Big refactor and cleanup of osmo-trx related code by Pau Espin Pedrol · 6 years ago
  23. 5860367 Cleanup of class scoped variables by Pau Espin Pedrol · 6 years ago
  24. b1526b9 Add option to expect bts/pcu failures and respawn its processes by Pau Espin Pedrol · 6 years ago
  25. e519462 bts: Pass defaults config name at construct time by Pau Espin Pedrol · 6 years ago
  26. 530681f bts: Refactor conf_for_bsc_osmo by Pau Espin Pedrol · 6 years ago
  27. 7d4bdf2 bts_osmotrx: Don't use binary name as inst name by Pau Espin Pedrol · 6 years ago
  28. 553eda6 osmo-trx binary is now called osmo-trx-uhd by Pau Espin Pedrol · 6 years ago
  29. 9a4631c Drop event_loop global functions and import MainLoop by Pau Espin Pedrol · 6 years ago
  30. edcc8d2 osmo-trx: Add cfg template by Pau Espin Pedrol · 6 years ago
  31. 2e54295 cosmetic: bts_osmotrx: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  32. c9817a5 Create bts abstract classes to avoid code duplication and ease development by Pau Espin Pedrol · 7 years ago
  33. 8a3a7b5 bts_*: Add incrementing bvci and rac values by Pau Espin Pedrol · 7 years ago
  34. 5936d8f OsmoBtsTrx: Integrate with OsmoPcu and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  35. d0a0111 bts_*: Add ready_for_pcu API by Pau Espin Pedrol · 7 years ago
  36. 4ccce7c Use unique incrementing value for BTS CellId by Pau Espin Pedrol · 7 years ago
  37. 5e0c251 Use unique incrementing value for BTS LAC by Pau Espin Pedrol · 7 years ago
  38. cfac993 contrib: Build octphy osmo-bts variant and make it generic by Pau Espin Pedrol · 7 years ago
  39. 32cab3f bts_osmotrx: Fix mkdtemp use in python < 3.5 by Pau Espin Pedrol · 7 years ago
  40. 15aae98 Use tmpdir to create bts pcu-socket by Pau Espin Pedrol · 7 years ago
  41. 404e150 bts_osmotrx: Support configuring bts addr, trx_remote_ip and launch_trx by Pau Espin Pedrol · 7 years ago
  42. 80a5c77 bts_osmotrx: Allow LD_LIBRARY_PATH when loading osmo-trx by Pau Espin Pedrol · 7 years ago
  43. 4773853 Split osmo-trx from osmo-bts-trx by Pau Espin Pedrol · 7 years ago
  44. 329b6f4 Set osmo-bts pcu-socket config to point to run dir by Pau Espin Pedrol · 7 years ago
  45. 3ce18fc Revert "osmo-bts-trx: wait some longer before starting osmo-bts-trx" by Neels Hofmeyr · 7 years ago
  46. d091233 Use a subdir of run_dir for each test by Pau Espin Pedrol · 7 years ago
  47. 6c8d949 osmo-bts-trx: wait some longer before starting osmo-bts-trx by Neels Hofmeyr · 7 years ago
  48. 1a7a3f0 fix and refactor logging: drop 'with', simplify by Neels Hofmeyr · 7 years ago
  49. 2720534 Re-License under GPLv3-or-later instead of AGPLv3-or-later by Harald Welte · 7 years ago
  50. 206803d fix osmo-bts-trx: missing patch to use new event_loop by Neels Hofmeyr · 7 years ago
  51. d41dae9 bts: add remote_addr() function by Neels Hofmeyr · 7 years ago
  52. c4ba4a6 rename more items from nitb to bsc by Neels Hofmeyr · 7 years ago
  53. 943c81d debug: config logging before templates: use pprint and an all-caps label by Neels Hofmeyr · 7 years ago
  54. 6ab9898 Enable GSMTAP on BTS and record it on the main unit NITB by Pau Espin Pedrol · 7 years ago
  55. e39c6f1 Prepend LD_LIBRARY_PATH instead of overwritting it by Pau Espin Pedrol · 7 years ago
  56. fd39f3e osmo-bts-trx: wait for osmo-trx to launch before proceeding by Neels Hofmeyr · 7 years ago
  57. b69cebc osmo-bts-trx: add -x to use the external oscillator by Neels Hofmeyr · 7 years ago
  58. 44af341 fix octphy, fix conf, improve logging by Your Name · 7 years ago
  59. 17c139e octphy (untested); fix regression test expectations by Neels Hofmeyr · 7 years ago
  60. 5356d0a trying to get sysmobts to work and various details by Neels Hofmeyr · 7 years ago
  61. 3c6673a various fixes from first test runs by Your Name · 7 years ago
  62. 3531a19 core implementation by Neels Hofmeyr · 7 years ago