1. 0f0ebd8 ms: Make the outer variables configurable by Holger Hans Peter Freyther · 6 years ago
  2. 89dbf6d ms: Remove debug left over for the test by Holger Hans Peter Freyther · 6 years ago
  3. c81e265 hlr: Get hlr.sql from new path by Pau Espin Pedrol · 6 years ago
  4. 05895a9 ms: Use the new API to pass credentials to the event server by Holger Hans Peter Freyther · 6 years ago
  5. 99efe82 ggsn: Bind VTY and CTRL ifaces to assigned ip addr by Pau Espin Pedrol · 6 years ago
  6. 5eb4f0e osmo_ms_driver: Use the two new config options for the mobile by Holger Hans Peter Freyther · 6 years ago
  7. e523665 event_loop: Log parameters during wait timeout exception by Pau Espin Pedrol · 6 years ago
  8. 7f4807a powersupply_sispm: Add port number to log name by Pau Espin Pedrol · 6 years ago
  9. e974944 osmo-bsc.cfg.tmpl: Remove unused nd recently removed option dest by Pau Espin Pedrol · 6 years ago
  10. b1526b9 Add option to expect bts/pcu failures and respawn its processes by Pau Espin Pedrol · 6 years ago
  11. 06ada45 process: Move cleanup log inside cleanup method by Pau Espin Pedrol · 6 years ago
  12. 63f2d47 bsc: Add API to mock BSC RSL IP addr by Pau Espin Pedrol · 6 years ago
  13. 58cd83c templates: osmo-bts: Use BTS assigned IP addr to bind CTRL and VTY iface by Pau Espin Pedrol · 6 years ago
  14. 878b2c6 testenv: Provide tests with access to process module by Pau Espin Pedrol · 6 years ago
  15. f32c415 util: Fix unloading of suite lib import path by Pau Espin Pedrol · 6 years ago
  16. 155a355 Unload suite local modules after suite exit to avoid collisions by Pau Espin Pedrol · 6 years ago
  17. 7e02d20 suite: Set suite subdir lib part of syspath so tests can import their own modules by Pau Espin Pedrol · 6 years ago
  18. 39df7f4 bts: Allow setting amount of TRX and timeslot in cfg and from test at runtime by Pau Espin Pedrol · 6 years ago
  19. e699912 bts: Move conf_for_bsc_prepare from bts_osmo to bts by Pau Espin Pedrol · 6 years ago
  20. e519462 bts: Pass defaults config name at construct time by Pau Espin Pedrol · 6 years ago
  21. 530681f bts: Refactor conf_for_bsc_osmo by Pau Espin Pedrol · 6 years ago
  22. c9b6376 Check physical channel configs by Pau Espin Pedrol · 6 years ago
  23. 7d4bdf2 bts_osmotrx: Don't use binary name as inst name by Pau Espin Pedrol · 6 years ago
  24. 553eda6 osmo-trx binary is now called osmo-trx-uhd by Pau Espin Pedrol · 6 years ago
  25. ccb1bc6 modem: Catch exception: call removed while waiting to become active by Pau Espin Pedrol · 6 years ago
  26. b6ab1da event_loop: Avoid leaking active timeouts on poll exception by Pau Espin Pedrol · 6 years ago
  27. c490cde ms: Add a main function to start all of it by Holger Hans Peter Freyther · 6 years ago
  28. 30cc021 ms: Add a first test to use all parts of the system by Holger Hans Peter Freyther · 6 years ago
  29. ff19a5e ms: Create a starter for virtphy and mobile application by Holger Hans Peter Freyther · 6 years ago
  30. 6af1c18 ms: Create template for the osmocom-bb mobile application by Holger Hans Peter Freyther · 6 years ago
  31. 28bcaf0 ms: Lua part of location update testing by Holger Hans Peter Freyther · 6 years ago
  32. 4a62bb0 ms: Add lua script support utilities by Holger Hans Peter Freyther · 6 years ago
  33. e7ae51f ms: Create an event server to handle Unix datagram messages by Holger Hans Peter Freyther · 6 years ago
  34. b7749a7 ms: Create a simple epoll (or kqueue) based event loop by Holger Hans Peter Freyther · 6 years ago
  35. 38adaa9 ms: Create a cumulative distribution function class by Holger Hans Peter Freyther · 6 years ago
  36. 48fce86 nanobts: Attempt at fixing race condition using ipaccess-config after power up by Pau Espin Pedrol · 6 years ago
  37. 9a4631c Drop event_loop global functions and import MainLoop by Pau Espin Pedrol · 6 years ago
  38. bf176e4 event_loop: Use glib as mainloop impl and move modem to use event_loop by Pau Espin Pedrol · 6 years ago
  39. 2c0ae62 templates: osmo-bsc: Remove no longer available cfgs by Pau Espin Pedrol · 6 years ago
  40. fef9c1c nanobts: Add support to run nanobts on the 900 band by Pau Espin Pedrol · 6 years ago
  41. 05a838e schema: Accept band GSM-900 by Pau Espin Pedrol · 6 years ago
  42. a238ed9 nanobts: Bind to specific addr instead of specific iface by Pau Espin Pedrol · 6 years ago
  43. 1b28a58 Introduce ip.access nanobts support by Pau Espin Pedrol · 6 years ago
  44. 19c508c Introduce PowerSupply interface and PowerSupplySispm by Pau Espin Pedrol · 6 years ago
  45. 651cdc9 pcu.py: Introduce PcuDummy class by Pau Espin Pedrol · 6 years ago
  46. 52ad3a6 Create Bts abstract class and make OsmoBts inherit from it by Pau Espin Pedrol · 6 years ago
  47. 4fbdc35 bts_osmo.py: ready_for_pcu is of public access from tests, move it accordingly by Pau Espin Pedrol · 6 years ago
  48. 150abb4 Create Pcu abstract class and make OsmoPcu inherit from it by Pau Espin Pedrol · 6 years ago
  49. f8d1219 modem: workaround ofono crash by Pau Espin Pedrol · 6 years ago
  50. bfd0b23 modem: get IMSI from ofono by Pau Espin Pedrol · 6 years ago
  51. edcc8d2 osmo-trx: Add cfg template by Pau Espin Pedrol · 6 years ago
  52. 86ea02f osmo-msc: Use osmo-mgw instead of osmo-bsc_mgcp by Pau Espin Pedrol · 6 years ago
  53. 2c48c34 pcap_recorder: log printing pcap file name as dbg by Pau Espin Pedrol · 6 years ago
  54. e25cf04 modem: Identify modems by sysfs path instead of ofono dbus path by Pau Espin Pedrol · 6 years ago
  55. cdac297 modem: Remove ctx after deactivating it by Pau Espin Pedrol · 6 years ago
  56. b05aa3c modem: deactive_context: Log when context is successfully deactivated by Pau Espin Pedrol · 6 years ago
  57. b17295b templates: osmo-msc: Remove unused option auth policy by Pau Espin Pedrol · 6 years ago
  58. 3426941 templates: osmo-msc: Remove unused option reject cause by Pau Espin Pedrol · 6 years ago
  59. 263dd3b modem: deactivate_context: Fix dbg message by Pau Espin Pedrol · 6 years ago
  60. 257ee10 log: Use sys._getframe() to avoid stat(2) calls by Holger Hans Peter Freyther · 6 years ago
  61. ab4a1f7 osmo-bsc.cfg.tmpl: Remove bogus VTY commands by Harald Welte · 7 years ago
  62. 0af893c osmo_hlr.py: fix auth algo mapping, properly indicate COMP128v1 by Neels Hofmeyr · 7 years ago
  63. b05e36a modem: activate_context: print protocol too in dbg log by Pau Espin Pedrol · 7 years ago
  64. 6641994 Set osmo-ggsn ipv6 link-local addr and enable ipv6 ctx activate test by Pau Espin Pedrol · 7 years ago
  65. c1b3278 bts_osmo: Use correct parameters for create_pcu by Pau Espin Pedrol · 7 years ago
  66. 81aaeef cosmetic: bts_sysmo: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  67. 2e54295 cosmetic: bts_osmotrx: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  68. 4b475be cosmetic: bts_octphy: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  69. c9817a5 Create bts abstract classes to avoid code duplication and ease development by Pau Espin Pedrol · 7 years ago
  70. f0b8e37 osmo-ggsn: set cap CAP_NET_ADMIN to be able to set up tun devices by Pau Espin Pedrol · 7 years ago
  71. 7bd7103 OsmoBsc: Introduce bts_is_connected API by Pau Espin Pedrol · 7 years ago
  72. c859eb3 OsmoNitb: Introduce bts_is_connected API by Pau Espin Pedrol · 7 years ago
  73. 7a4c17b bts_octphy: Use OsmoPcu instead of OsmoPcuSysmo by Pau Espin Pedrol · 7 years ago
  74. de89961 modem: Add minimal GPRS support by Pau Espin Pedrol · 7 years ago
  75. 8a3a7b5 bts_*: Add incrementing bvci and rac values by Pau Espin Pedrol · 7 years ago
  76. 05314b4 OsmoBtsOctphy: Integrate with OsmoPcu and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  77. 5936d8f OsmoBtsTrx: Integrate with OsmoPcu and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  78. ce35d91 OsmoPcuSysmo: Integrate with Sysmobts and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  79. e85f5c9 Add OsmoPcu class by Pau Espin Pedrol · 7 years ago
  80. 99f7929 Add class OsmoPcuSysmo by Pau Espin Pedrol · 7 years ago
  81. d0a0111 bts_*: Add ready_for_pcu API by Pau Espin Pedrol · 7 years ago
  82. 4796b35 Add OsmoSgsn class by Pau Espin Pedrol · 7 years ago
  83. 30ceb5c Add OsmoGgsn class by Pau Espin Pedrol · 7 years ago
  84. f7f0636 resource: next_lac: Avoid using LAC 0 by Pau Espin Pedrol · 7 years ago
  85. 0b9d091 osmo-bsc: Remove token cmd from config by Pau Espin Pedrol · 7 years ago
  86. b87c6bd osmo-bsc: Remove authentication cmd from config by Pau Espin Pedrol · 7 years ago
  87. e7ec908 osmo-bsc: Remove 'auth policy' cmd from config by Pau Espin Pedrol · 7 years ago
  88. 7aef386 modem: Move power off sequence to separate method by Pau Espin Pedrol · 7 years ago
  89. e0f4986 modem: Abstract the list of required ofono interfaces by Pau Espin Pedrol · 7 years ago
  90. 5bbb300 hlr: Rename conf_for API by Pau Espin Pedrol · 7 years ago
  91. 9cc1d08 Configure PcapRecorder to record on any iface by Pau Espin Pedrol · 7 years ago
  92. 1e1d381 Configure bsc and msc to connect to the specific stp provided in test by Pau Espin Pedrol · 7 years ago
  93. fd5de3d Move Test class to its own test.py module by Pau Espin Pedrol · 7 years ago
  94. dfe38ad Rename test module to testenv and update references by Pau Espin Pedrol · 7 years ago
  95. 24c5de8 modem, process: Remove unneeded test import by Pau Espin Pedrol · 7 years ago
  96. a02952a suite: Remove unneeded import copy by Pau Espin Pedrol · 7 years ago
  97. ccc1ebc event_loop: Remove unneeded commented import line and explanation by Pau Espin Pedrol · 7 years ago
  98. 41dabb3 suite: Separate better internal imports and the ones aimed at tests by Pau Espin Pedrol · 7 years ago
  99. 99b0e0e Remove unused file bts_model.py by Pau Espin Pedrol · 7 years ago
  100. 386b78d Require OsmoMgw in OsmoBsc and update tests by Pau Espin Pedrol · 7 years ago