1. 0409655 process: Early return during process termination if no proc running by Pau Espin Pedrol · 5 years ago
  2. 806aae8 suite: Make _processes an empty list during init time by Pau Espin Pedrol · 5 years ago
  3. 4c8cd7b modem: Move modem iface to its netns before using it by Pau Espin Pedrol · 5 years ago
  4. b27827b util: use launch_sync API instead of manual wait by Pau Espin Pedrol · 5 years ago
  5. e159cd2 process: Prevent NetNSProcess alive forever after SIGKILL by Pau Espin Pedrol · 5 years ago
  6. 17a4ed9 process: add signal to NetNSProcess kill path by Pau Espin Pedrol · 5 years ago
  7. feb66e7 Integrate osmo-{bts,pcu}-oc2g by Pau Espin Pedrol · 5 years ago
  8. 337141f nitb_netreg_mass: Add code to declare a run successful/failure by Holger Hans Peter Freyther · 5 years ago
  9. 5e67ed4 nitb_netreg_mass: Allow a suite to configure num subscriber by Holger Hans Peter Freyther · 5 years ago
  10. 10501cc resource: Add a mobile resource for the virtual test by Holger Hans Peter Freyther · 5 years ago
  11. e02158f Log signals from VoiceCall dbus objects by Pau Espin Pedrol · 5 years ago
  12. 48c83a8 resource: Introduce a base class for the modem by Holger Hans Peter Freyther · 5 years ago
  13. 7424301 resource: Use a factory to initiate a modem by Holger Hans Peter Freyther · 5 years ago
  14. 44128f9 Revert "nitb_netreg_mass: Add code to declare a run successful/failure" by Holger Freyther · 5 years ago
  15. 54b4fa9 process: Make killing processes non-sequential by Holger Hans Peter Freyther · 5 years ago
  16. b4ad8d7 nitb_netreg_mass: Add code to declare a run successful/failure by Holger Hans Peter Freyther · 5 years ago
  17. 93a8942 resource: Introduce a type attribute to the resource definition by Holger Hans Peter Freyther · 5 years ago
  18. 0d714c9 process: Make sending signals (kill) externally visible by Holger Hans Peter Freyther · 5 years ago
  19. 20b52c1 process: Speed-up terminating lots of processes by batching it by Holger Hans Peter Freyther · 5 years ago
  20. f922a99 pyflakes: Rename local variable to not shadow import by Holger Hans Peter Freyther · 5 years ago
  21. 1ea4e52 pyflakes: Remove occurrences of using undefined variables by Holger Hans Peter Freyther · 5 years ago
  22. 34dce0e pyflakes: Remove assigned but unread variables by Holger Hans Peter Freyther · 5 years ago
  23. 9106723 pyflakes: Remove imports of unused modules by Holger Hans Peter Freyther · 5 years ago
  24. 77d6d55 ms_driver: Rename method to hopefully be more clear by Holger Hans Peter Freyther · 5 years ago
  25. ae0dae8 modem: Do not connect to the systembus until a modem is in use by Holger Hans Peter Freyther · 5 years ago
  26. 4d7f770 modem: Log once dbus returns call was answered by Pau Espin Pedrol · 5 years ago
  27. 32e9d8c modem: print call ID during log of call state by Pau Espin Pedrol · 5 years ago
  28. 82feeff mobile: Switch from removed cli option to vty port by Holger Hans Peter Freyther · 6 years ago
  29. d2db10d ms_driver: Add a virtual bts and make use of it by Holger Hans Peter Freyther · 6 years ago
  30. d51c2ea md_driver: Store the virtphy unix sockets in the temp directory by Holger Hans Peter Freyther · 6 years ago
  31. 6bf8822 ms_driver: Do the existance check with the path by Holger Hans Peter Freyther · 6 years ago
  32. 51ae2b5 Fix and use the right member variable by Holger Hans Peter Freyther · 6 years ago
  33. 14e3e50 nanobts: Use -G parameter of ipaccess-config to avoid need to restart nanoBTS by Pau Espin Pedrol · 6 years ago
  34. bdc18d9 ms_driver: Consult the suite to get the binaries by Holger Hans Peter Freyther · 6 years ago
  35. 792614f ms_driver: use the util.Dir and create one dir per instance by Holger Hans Peter Freyther · 6 years ago
  36. 9ea9c65 templates: bsc/nitb: Remove explicit no force-combined-si by Pau Espin Pedrol · 6 years ago
  37. 0fc7437 tests: iperf3: Support testing parallel iperf3 clients in test by Pau Espin Pedrol · 6 years ago
  38. 0df6317 iperf3: implement str() method in iperf3 server by Pau Espin Pedrol · 6 years ago
  39. cf6a360 iperf3: Allow changing port of iperf3 server by Pau Espin Pedrol · 6 years ago
  40. f743afb ms_driver: Switch to process.Process from subprocess by Holger Hans Peter Freyther · 6 years ago
  41. f658b83 ms_driver: Allow to specify env and binary name/path by Holger Hans Peter Freyther · 6 years ago
  42. b656432 templates: osmo-pcu-sysmo: Set log level from dbg to info by Pau Espin Pedrol · 6 years ago
  43. c977547 templates: osmo-pcu: Set log level from dbg to info by Pau Espin Pedrol · 6 years ago
  44. 1444f55 nanobts: ipacces-config: Use process.launch_sync helper by Pau Espin Pedrol · 6 years ago
  45. 78087be process: launch_sync: allow non success return by Pau Espin Pedrol · 6 years ago
  46. 79df739 process: Move standalone run_local_sync as method of Process by Pau Espin Pedrol · 6 years ago
  47. 64f0b1b iperf3: Fix parsing of incorrect json from iperf3 by Pau Espin Pedrol · 6 years ago
  48. 8cfa10f osmo-trx: Add support for dev-args cfg parameter by Pau Espin Pedrol · 6 years ago
  49. 799fe62 ms_driver: Fix subject in the header by Holger Hans Peter Freyther · 6 years ago
  50. b5e86b7 ms_driver: Use terminate not kill and initialize in ctor by Holger Hans Peter Freyther · 6 years ago
  51. d6d3206 ms_driver: Initialize event_server_sk_tmp_dir in ctor by Holger Hans Peter Freyther · 6 years ago
  52. 4f23ab5 Add support to enable EGPRS by Pau Espin Pedrol · 6 years ago
  53. 8a72586 Introduce iperf3 testing infrastructure by Pau Espin Pedrol · 6 years ago
  54. 772b2b1 pcap_recorder: Add support to run in netns by Pau Espin Pedrol · 6 years ago
  55. fd4c144 Add support to test gprs IPv4 data plane by Pau Espin Pedrol · 6 years ago
  56. b484aab Create a "ms_driver" stub for the testsuite by Holger Hans Peter Freyther · 6 years ago
  57. b697b3b Always initialize the _started in the test by Holger Hans Peter Freyther · 6 years ago
  58. 8aca1f3 process: Make sure sync process is terminated if ogt is stopped by Pau Espin Pedrol · 6 years ago
  59. d03acdf First round of clean-ups of imports and unused variables by Holger Hans Peter Freyther · 6 years ago
  60. f616614 ttcn3: Support running tests without PCU socket avail by Pau Espin Pedrol · 6 years ago
  61. e789f0c osmo-bts-trx: Add support for osmo-trx-lms by Pau Espin Pedrol · 6 years ago
  62. 16abefb bsc: Record RSL traffic in case rsl_ip and oml_ip differs by Pau Espin Pedrol · 6 years ago
  63. cef9c0d Drop unused sysmobts-mgr.cfg.tmpl by Pau Espin Pedrol · 6 years ago
  64. 1b11c59 templates: Update .cfg files to use logging level set-all by Pau Espin Pedrol · 6 years ago
  65. 1ff0376 osmo-trx: Enable multi_arfcn for B200 and only in multiTRX setup by Pau Espin Pedrol · 6 years ago
  66. f2e5972 bts_osmo: Only check for socket path in ready_for_pcu() by Pau Espin Pedrol · 6 years ago
  67. 302c756 osmotrx: Make sure remote process stops after ssh session is closed by Pau Espin Pedrol · 6 years ago
  68. a9006df osmotrx: Allow running osmo-trx from remote host by Pau Espin Pedrol · 6 years ago
  69. e4358a9 Make code copying inst through ssh generic by Pau Espin Pedrol · 6 years ago
  70. 94eab26 osmo-trx: Add multi_arfcn support by Pau Espin Pedrol · 6 years ago
  71. 44b7ea1 osmo-bts-trx: Add multiTRX support by Pau Espin Pedrol · 6 years ago
  72. 99a6a41 Keep track of all mobiles and copy them to unstarted later by Holger Hans Peter Freyther · 6 years ago
  73. 4aeb430 Build and use osmo-bsc_mgcp from openbsc.git instead of osmo-mgw.git by Pau Espin Pedrol · 6 years ago
  74. 8ae38a6 Allow to access imsi/ki from the OsmoMobile instances by Holger Hans Peter Freyther · 6 years ago
  75. a7b61f3 Generate imsi/ki on OsmoMobile construction by Holger Hans Peter Freyther · 6 years ago
  76. 0d45504 osmo-bts-trx: Big refactor and cleanup of osmo-trx related code by Pau Espin Pedrol · 6 years ago
  77. 5dc2459 osmo-bsc: Parametrize codec-list VTY cfg by Pau Espin Pedrol · 6 years ago
  78. c264d3d suite: Fix generation of config() dictionary by Pau Espin Pedrol · 6 years ago
  79. 722e94e Add channel_allocator cfg attr to bts resources by Pau Espin Pedrol · 6 years ago
  80. 5682287 osmo-bsc,msc: Set mgw local-ip in cfg.tmpl by Pau Espin Pedrol · 6 years ago
  81. aab5692 Introduce scenario modifiers by Pau Espin Pedrol · 6 years ago
  82. 635f4c8 osmo-hlr.cfg.tmpl: Add ussd routing prefix for *#100# and fix expected answer format by Pau Espin Pedrol · 6 years ago
  83. 5860367 Cleanup of class scoped variables by Pau Espin Pedrol · 6 years ago
  84. 926a4b8 bts_nanobts: Fix pwsup_list increasing its size every new test by Pau Espin Pedrol · 6 years ago
  85. f6a0712 nanobts: Support multiTRX by Pau Espin Pedrol · 6 years ago
  86. 698ad4c bts: Recreate resources.conf trx_list with len based on num_trx by Pau Espin Pedrol · 6 years ago
  87. bc1ed88 Add ttcn3-bts-test env by Pau Espin Pedrol · 6 years ago
  88. 1dc9a04 ms: Make the total test duration configurable by Holger Hans Peter Freyther · 6 years ago
  89. 874b4b4 ms: Remove unused imports by Holger Hans Peter Freyther · 6 years ago
  90. af522fd ms: Only use completed tests for min/max handling by Holger Hans Peter Freyther · 6 years ago
  91. 6926c57 ms: Simplify starting of the test and combine loop and wait by Holger Hans Peter Freyther · 6 years ago
  92. 0f6e410 ms: Quit early when all tests concluded.. by Holger Hans Peter Freyther · 6 years ago
  93. 574e62f ms: Begin to refactor and be able to share functionality by Holger Hans Peter Freyther · 6 years ago
  94. 94da045 ms: Attempt to stop all mobile/virtphy instances on exit by Holger Hans Peter Freyther · 6 years ago
  95. 0f0ebd8 ms: Make the outer variables configurable by Holger Hans Peter Freyther · 6 years ago
  96. 89dbf6d ms: Remove debug left over for the test by Holger Hans Peter Freyther · 6 years ago
  97. c81e265 hlr: Get hlr.sql from new path by Pau Espin Pedrol · 6 years ago
  98. 05895a9 ms: Use the new API to pass credentials to the event server by Holger Hans Peter Freyther · 6 years ago
  99. 99efe82 ggsn: Bind VTY and CTRL ifaces to assigned ip addr by Pau Espin Pedrol · 6 years ago
  100. 5eb4f0e osmo_ms_driver: Use the two new config options for the mobile by Holger Hans Peter Freyther · 6 years ago