1. fcdff4b ms_srs: add force_ul_amplitude config by Andre Puschmann · 3 years, 4 months ago
  2. 1bba289 ms_srs: turn tx/rx_gain into INT and make them optional by Andre Puschmann · 3 years, 4 months ago
  3. c487f74 ms_srs: add config scheme to select NAS log level by Andre Puschmann · 3 years, 4 months ago
  4. 3ce6725 enb,epc,ms: refactor KPI API by Andre Puschmann · 3 years, 5 months ago
  5. f249a02 enb,ue,process: move stdout counter helper to process objects by Andre Puschmann · 3 years, 6 months ago
  6. 1e736ea {enb,ms}_srs: Add DL QAM-256 support by Nils Fürste · 3 years, 8 months ago
  7. 83a2fdc ms: Allocate default msisdn internally by Pau Espin Pedrol · 3 years, 9 months ago
  8. 4109123 4g: Introduce ZMQ GnuRadio stream broker by Pau Espin Pedrol · 3 years, 9 months ago
  9. 92a29d6 enb/ue: Assign zmq binding ports dynamically at runtime by Pau Espin Pedrol · 3 years, 9 months ago
  10. 54307cb {enb,epc,ms}_srs: remove uneeded class variable by Andre Puschmann · 3 years, 9 months ago
  11. b5f0444 srs{enb,ue}: add rf_dev_sync option to config templates by Andre Puschmann · 3 years, 9 months ago
  12. e3a1910 ms_srs: add freq_offset as resource param by Andre Puschmann · 3 years, 9 months ago
  13. 0e00f38 lte: update UHD device args for MIMO usage by Andre Puschmann · 3 years, 9 months ago
  14. a9fb751 ms_srs: fix ZMQ config for 4xCA by Andre Puschmann · 3 years, 10 months ago
  15. 99fb78b {enb,epc,ms}_srs: refactor start/stop and KPI helpers by Andre Puschmann · 3 years, 10 months ago
  16. 9bcbb9a ms_srs: trim leading zeros in UE metrics when calculating min_rolling_avg by Andre Puschmann · 3 years, 10 months ago
  17. 0f7f265 4G: Add milenage support by Pau Espin Pedrol · 4 years ago
  18. f8c99a8 ms_srs: add min_rolling_average calculation by Andre Puschmann · 4 years ago
  19. f14ff81 {ms,enb}_srs: add method to read kpi from a test run by Andre Puschmann · 4 years ago
  20. 315b078 Drop using patchelf out of PATH by Pau Espin Pedrol · 4 years ago
  21. 82ced3f {enb,epc,ms}_srs: expose log.all_level parameter by Andre Puschmann · 4 years ago
  22. 7c1c8d6 ms_srs: fix scp-back-metrics routine by Andre Puschmann · 4 years ago
  23. be50eae ms_srs: fix additional_args init by Andre Puschmann · 4 years, 1 month ago
  24. e592de8 srs: Convert additional_args attr to list to allow combining different params by Pau Espin Pedrol · 4 years, 1 month ago
  25. 664e383 EventLoop: Fix log error "Origin parent loop" during wait() by Pau Espin Pedrol · 4 years, 1 month ago
  26. 0a50110 enb,ms: refactor base_rate selection for ZMQ by Andre Puschmann · 4 years, 1 month ago
  27. 419a662 ms_srs: refactor UE state getter functions by Andre Puschmann · 4 years, 1 month ago
  28. 3c978fe ms_srs: add PRACH, reestablishment and paging counter by Andre Puschmann · 4 years, 1 month ago
  29. eb7ced1 ms_srs: sum bitrates for all component carrier by Andre Puschmann · 4 years, 1 month ago
  30. eddff7c ms_{srs,amarisoft}: Support selecting tgz based on run_node's run label by Pau Espin Pedrol · 4 years, 1 month ago
  31. 5f826be ms_{srs,amarisoft}: Reuse run_node to hold run info by Pau Espin Pedrol · 4 years, 1 month ago
  32. 26890f3 ms_srs: wait 6s after stopping srsUE by Andre Puschmann · 4 years, 1 month ago
  33. 1a96ecd ms_srs: allow + operator when specifying CSV columns by Andre Puschmann · 4 years, 1 month ago
  34. 2cfa4a3 ms_srs: add max rolling average as metric operation by Andre Puschmann · 4 years, 1 month ago
  35. 0d64f16 Replace RemoteProcessFixIgnoreSIGHUP with RemoteProcessSafeExit by Pau Espin Pedrol · 4 years, 1 month ago
  36. 27b609f ms_srs.py: Fix typos in comments by Pau Espin Pedrol · 4 years, 1 month ago
  37. 620d2ee ms_srs: fix numpy import by Pau Espin Pedrol · 4 years, 2 months ago
  38. 2a2d846 obj: Fix objects placing their content in suite rundir instead of test rundir by Pau Espin Pedrol · 4 years, 2 months ago
  39. d27b3ba srs_{enb,ue}: don't set sc12 as OTW format by Andre Puschmann · 4 years, 2 months ago
  40. eaefe6b suites/4g: Introduce sample handover test by Pau Espin Pedrol · 4 years, 2 months ago
  41. cc89cd0 ms_srs: import numpy module on first use by Pau Espin Pedrol · 4 years, 2 months ago
  42. a442cb8 Update obj classes in obj/ to use testenv instead of suite_run by Pau Espin Pedrol · 4 years, 2 months ago
  43. ea8c3d4 Generate schemas dynamically from pieces provided by each object class by Pau Espin Pedrol · 4 years, 2 months ago
  44. 333b868 ms_srs: fix ZMQ radio arguments for CA and MIMO configs by Andre Puschmann · 4 years, 2 months ago
  45. 0e6ab42 ms_srs.py: Pass filenames to main cfg file template instead of cmdline args by Pau Espin Pedrol · 4 years, 3 months ago
  46. e1a58bd Move object classes used by tests into obj/ subdir by Pau Espin Pedrol · 4 years, 3 months ago[Renamed (99%) from src/osmo_gsm_tester/ms_srs.py]
  47. 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
  48. 9b486ee Rename object classes to be {obj_class}_{implementation} by Pau Espin Pedrol · 4 years, 3 months ago[Renamed from src/osmo_gsm_tester/srs_ue.py]
  49. 6b8f5ae srs/amarisoft{ue,enb}: Fix b200 specific rf_dev_args by Pau Espin Pedrol · 4 years, 3 months ago
  50. 76b2c2a srs_{ue,enb}: Add modifier to pass arbitrary cmd line arguments by Pau Espin Pedrol · 4 years, 3 months ago
  51. 12ae6d7 srs{enb,ue}: Use lowcase UHD as rf_type string by Pau Espin Pedrol · 4 years, 3 months ago
  52. 7225d52 srs_{ue,enb}: change UHD stream args and buffer size as function of cell width for B2XX by Andre Puschmann · 4 years, 3 months ago
  53. 9aa932f srsue: start_locally(): Fix missing class name in attribute access by Pau Espin Pedrol · 4 years, 3 months ago
  54. 54f25ca srs_ue: remove hard-coded num phy thread param by Andre Puschmann · 4 years, 3 months ago
  55. 3ffea80 srs_{enb,ue}: add secondary cell and set dl/ul freq in eNB/UE config accordingly by Andre Puschmann · 4 years, 3 months ago
  56. cfdcf89 srs_ue: run srsUE as normal RemoteProcess by Andre Puschmann · 4 years, 3 months ago
  57. 2e8626f srs_ue: send t+Enter to stdin after launching app by Andre Puschmann · 4 years, 3 months ago
  58. 1e81b5a srs{ue,enb,epc}: Disable pcap by default, allow enabling by param by Pau Espin Pedrol · 4 years, 4 months ago
  59. 5b31cc3 srsue: Use logfile instead of stdout by Pau Espin Pedrol · 4 years, 4 months ago
  60. f796ad0 srsue,srsenb: Configure num_ports for tmode > 1 by Pau Espin Pedrol · 4 years, 4 months ago
  61. 2bcd346 suites/4g/ping.py: Overwrite test stdout with ping output by Pau Espin Pedrol · 4 years, 4 months ago
  62. 151b08a srsue: Introduce metrics verification procedures by Pau Espin Pedrol · 4 years, 4 months ago
  63. 2aeadeb srsue,srsenb: Fix zmq base_rate calculation and share value by Pau Espin Pedrol · 4 years, 4 months ago
  64. dcf99ed srsue: Enable pcap through config file by Pau Espin Pedrol · 4 years, 4 months ago
  65. a031995 srsue: Enable metrics csv file generation by Pau Espin Pedrol · 4 years, 4 months ago
  66. a337695 srsue: Remove old comment not longer applying by Pau Espin Pedrol · 4 years, 4 months ago
  67. 69b2cf3 srsue: Create netns on demand by Pau Espin Pedrol · 4 years, 4 months ago
  68. a9a2fe2 srsLTE: Support configuring different RF backends by Pau Espin Pedrol · 4 years, 5 months ago
  69. c8b0f93 Initial srsLTE support by Pau Espin Pedrol · 4 years, 5 months ago