1. bc1ed88 Add ttcn3-bts-test env by Pau Espin Pedrol · 6 years ago
  2. 1dc9a04 ms: Make the total test duration configurable by Holger Hans Peter Freyther · 6 years ago
  3. 874b4b4 ms: Remove unused imports by Holger Hans Peter Freyther · 6 years ago
  4. af522fd ms: Only use completed tests for min/max handling by Holger Hans Peter Freyther · 6 years ago
  5. 6926c57 ms: Simplify starting of the test and combine loop and wait by Holger Hans Peter Freyther · 6 years ago
  6. 0f6e410 ms: Quit early when all tests concluded.. by Holger Hans Peter Freyther · 6 years ago
  7. 574e62f ms: Begin to refactor and be able to share functionality by Holger Hans Peter Freyther · 6 years ago
  8. 94da045 ms: Attempt to stop all mobile/virtphy instances on exit by Holger Hans Peter Freyther · 6 years ago
  9. 0f0ebd8 ms: Make the outer variables configurable by Holger Hans Peter Freyther · 6 years ago
  10. 89dbf6d ms: Remove debug left over for the test by Holger Hans Peter Freyther · 6 years ago
  11. c81e265 hlr: Get hlr.sql from new path by Pau Espin Pedrol · 6 years ago
  12. 80ce34b resources.conf: Move nanobts address to differentiate them from local IPs by Pau Espin Pedrol · 6 years ago
  13. 05895a9 ms: Use the new API to pass credentials to the event server by Holger Hans Peter Freyther · 6 years ago
  14. 99efe82 ggsn: Bind VTY and CTRL ifaces to assigned ip addr by Pau Espin Pedrol · 6 years ago
  15. 5eb4f0e osmo_ms_driver: Use the two new config options for the mobile by Holger Hans Peter Freyther · 6 years ago
  16. e523665 event_loop: Log parameters during wait timeout exception by Pau Espin Pedrol · 6 years ago
  17. 7f4807a powersupply_sispm: Add port number to log name by Pau Espin Pedrol · 6 years ago
  18. e974944 osmo-bsc.cfg.tmpl: Remove unused nd recently removed option dest by Pau Espin Pedrol · 6 years ago
  19. b1526b9 Add option to expect bts/pcu failures and respawn its processes by Pau Espin Pedrol · 6 years ago
  20. 06ada45 process: Move cleanup log inside cleanup method by Pau Espin Pedrol · 6 years ago
  21. 63f2d47 bsc: Add API to mock BSC RSL IP addr by Pau Espin Pedrol · 6 years ago
  22. 58cd83c templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface by Pau Espin Pedrol · 6 years ago
  23. 618bb3a contrib: build-osmocom-bb: Download and install osmocom-bb fw from OBS by Pau Espin Pedrol · 6 years ago
  24. 878b2c6 testenv: Provide tests with access to process module by Pau Espin Pedrol · 6 years ago
  25. f4406b2 contrib: Add jenkins-build-osmocom-bb.sh to build osmocon by Pau Espin Pedrol · 6 years ago
  26. 1828d35 contrib: common: create_bin_tgz supports sbin dir now by Pau Espin Pedrol · 6 years ago
  27. 7043996 contrib: common: Record repo curr rev in have_repo instead of build_repo by Pau Espin Pedrol · 6 years ago
  28. 78f7c75 tests: dyn_ts_*: Add tests to verify dyn ts with gprs disabled by Pau Espin Pedrol · 6 years ago
  29. f32c415 util: Fix unloading of suite lib import path by Pau Espin Pedrol · 6 years ago
  30. 155a355 Unload suite local modules after suite exit to avoid collisions by Pau Espin Pedrol · 6 years ago
  31. 415f34d suites: Remove rebase artifacts from latest commits by Pau Espin Pedrol · 6 years ago
  32. a80e89c default-suites.conf: Fix typo in previous commit by Pau Espin Pedrol · 6 years ago
  33. 1ffe768 default-suites.conf: Add dyn ts suites by Pau Espin Pedrol · 6 years ago
  34. e07e1b6 tests: dyn_ts_*: Add tests to verify dynamic timeslots during phone calls by Pau Espin Pedrol · 6 years ago
  35. 3bf1e13 tests: voice: Move mo_mt_call.py to mo_mt_call_tchf.py by Pau Espin Pedrol · 6 years ago
  36. b2ce2f2 tests: voice: test voice calls on TCH/H timeslots by Pau Espin Pedrol · 6 years ago
  37. 510ed80 tests: voice: Move logic to lib/testlib.py by Pau Espin Pedrol · 6 years ago
  38. 7e02d20 suite: Set suite subdir lib part of syspath so tests can import their own modules by Pau Espin Pedrol · 6 years ago
  39. 39df7f4 bts: Allow setting amount of TRX and timeslot in cfg and from test at runtime by Pau Espin Pedrol · 6 years ago
  40. e699912 bts: Move conf_for_bsc_prepare from bts_osmo to bts by Pau Espin Pedrol · 6 years ago
  41. e519462 bts: Pass defaults config name at construct time by Pau Espin Pedrol · 6 years ago
  42. 530681f bts: Refactor conf_for_bsc_osmo by Pau Espin Pedrol · 6 years ago
  43. c9b6376 Check physical channel configs by Pau Espin Pedrol · 6 years ago
  44. 7d4bdf2 bts_osmotrx: Don't use binary name as inst name by Pau Espin Pedrol · 6 years ago
  45. 553eda6 osmo-trx binary is now called osmo-trx-uhd by Pau Espin Pedrol · 6 years ago
  46. ccb1bc6 modem: Catch exception: call removed while waiting to become active by Pau Espin Pedrol · 6 years ago
  47. 1cd017d build-osmo-trx: Disable asan in osmo-trx builds by Pau Espin Pedrol · 6 years ago
  48. ec3852f contrib: build-osmo-trx: Enable addr sanitize for osmo-trx by Pau Espin Pedrol · 6 years ago
  49. 4a338c7 contrib: build-osm-bts-sysmo: openbsc dep no longer needed by Pau Espin Pedrol · 6 years ago
  50. 008f616 contrib: Enable address-sanitize in builds by Pau Espin Pedrol · 6 years ago
  51. b6ab1da event_loop: Avoid leaking active timeouts on poll exception by Pau Espin Pedrol · 6 years ago
  52. c490cde ms: Add a main function to start all of it by Holger Hans Peter Freyther · 6 years ago
  53. 30cc021 ms: Add a first test to use all parts of the system by Holger Hans Peter Freyther · 6 years ago
  54. ff19a5e ms: Create a starter for virtphy and mobile application by Holger Hans Peter Freyther · 6 years ago
  55. 6af1c18 ms: Create template for the osmocom-bb mobile application by Holger Hans Peter Freyther · 6 years ago
  56. 28bcaf0 ms: Lua part of location update testing by Holger Hans Peter Freyther · 6 years ago
  57. 4a62bb0 ms: Add lua script support utilities by Holger Hans Peter Freyther · 6 years ago
  58. e7ae51f ms: Create an event server to handle Unix datagram messages by Holger Hans Peter Freyther · 6 years ago
  59. b7749a7 ms: Create a simple epoll (or kqueue) based event loop by Holger Hans Peter Freyther · 6 years ago
  60. 38adaa9 ms: Create a cumulative distribution function class by Holger Hans Peter Freyther · 6 years ago
  61. 48fce86 nanobts: Attempt at fixing race condition using ipaccess-config after power up by Pau Espin Pedrol · 6 years ago
  62. 9a4631c Drop event_loop global functions and import MainLoop by Pau Espin Pedrol · 6 years ago
  63. bf176e4 event_loop: Use glib as mainloop impl and move modem to use event_loop by Pau Espin Pedrol · 6 years ago
  64. 2c0ae62 templates: osmo-bsc: Remove no longer available cfgs by Pau Espin Pedrol · 6 years ago
  65. 47d2d3a example: Run tests on both nanobts with different bands by Pau Espin Pedrol · 6 years ago
  66. fef9c1c nanobts: Add support to run nanobts on the 900 band by Pau Espin Pedrol · 6 years ago
  67. 3f480a0 example: Add scenarios to select BTS for a specific band by Pau Espin Pedrol · 6 years ago
  68. 05a838e schema: Accept band GSM-900 by Pau Espin Pedrol · 6 years ago
  69. a238ed9 nanobts: Bind to specific addr instead of specific iface by Pau Espin Pedrol · 6 years ago
  70. 807d865 default-suites.conf: Add nanobts related tests by Pau Espin Pedrol · 6 years ago
  71. 1b28a58 Introduce ip.access nanobts support by Pau Espin Pedrol · 6 years ago
  72. 19c508c Introduce PowerSupply interface and PowerSupplySispm by Pau Espin Pedrol · 6 years ago
  73. 651cdc9 pcu.py: Introduce PcuDummy class by Pau Espin Pedrol · 6 years ago
  74. 52ad3a6 Create Bts abstract class and make OsmoBts inherit from it by Pau Espin Pedrol · 6 years ago
  75. 4fbdc35 bts_osmo.py: ready_for_pcu is of public access from tests, move it accordingly by Pau Espin Pedrol · 6 years ago
  76. 150abb4 Create Pcu abstract class and make OsmoPcu inherit from it by Pau Espin Pedrol · 6 years ago
  77. f8d1219 modem: workaround ofono crash by Pau Espin Pedrol · 6 years ago
  78. 7ad177f example: Maintain different resources.conf for RnD and prod by Pau Espin Pedrol · 6 years ago
  79. bfd0b23 modem: get IMSI from ofono by Pau Espin Pedrol · 6 years ago
  80. e5a7a40 contrib: build-osmo-bsc: Add aibsip-find and ipaccess-config binaries to archive by Pau Espin Pedrol · 6 years ago
  81. 274c8bd contrib: build-osmo-bts: Remove dropped dependency openbsc by Pau Espin Pedrol · 6 years ago
  82. 89da370 jenkins: update poky version 2.3.2 by Alexander Couzens · 6 years ago
  83. 9695a1c jenkins: use env POKY_VERSION POKY_PATH to find poky by Alexander Couzens · 6 years ago
  84. edcc8d2 osmo-trx: Add cfg template by Pau Espin Pedrol · 6 years ago
  85. 86ea02f osmo-msc: Use osmo-mgw instead of osmo-bsc_mgcp by Pau Espin Pedrol · 6 years ago
  86. 2c48c34 pcap_recorder: log printing pcap file name as dbg by Pau Espin Pedrol · 6 years ago
  87. e25cf04 modem: Identify modems by sysfs path instead of ofono dbus path by Pau Espin Pedrol · 6 years ago
  88. b2a94e8 contrib: build-osmo-trx: build new dep libosmocore by Pau Espin Pedrol · 6 years ago
  89. cdac297 modem: Remove ctx after deactivating it by Pau Espin Pedrol · 6 years ago
  90. b05aa3c modem: deactive_context: Log when context is successfully deactivated by Pau Espin Pedrol · 6 years ago
  91. b17295b templates: osmo-msc: Remove unused option auth policy by Pau Espin Pedrol · 6 years ago
  92. 3426941 templates: osmo-msc: Remove unused option reject cause by Pau Espin Pedrol · 6 years ago
  93. 263dd3b modem: deactivate_context: Fix dbg message by Pau Espin Pedrol · 6 years ago
  94. 257ee10 log: Use sys._getframe() to avoid stat(2) calls by Holger Hans Peter Freyther · 6 years ago
  95. 4792f40 resources.conf: Update octphy net_device by Pau Espin Pedrol · 6 years ago
  96. 668d42f aoip_smpp: Since recent osmo-msc, we accept all sms in store&forward mode by Pau Espin Pedrol · 6 years ago
  97. 031f464 Revert "aoip_smpp: Disable check in esme_ms_sms_storeforward due to known issue" by Pau Espin Pedrol · 6 years ago
  98. ab4a1f7 osmo-bsc.cfg.tmpl: Remove bogus VTY commands by Harald Welte · 7 years ago
  99. c6cd68e cosmetic: adjust resource_test to comp128v1 by Neels Hofmeyr · 7 years ago
  100. 0af893c osmo_hlr.py: fix auth algo mapping, properly indicate COMP128v1 by Neels Hofmeyr · 7 years ago