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