1. 510ed80 tests: voice: Move logic to lib/testlib.py by Pau Espin Pedrol · 6 years ago
  2. 7e02d20 suite: Set suite subdir lib part of syspath so tests can import their own modules by Pau Espin Pedrol · 6 years ago
  3. 39df7f4 bts: Allow setting amount of TRX and timeslot in cfg and from test at runtime by Pau Espin Pedrol · 6 years ago
  4. e699912 bts: Move conf_for_bsc_prepare from bts_osmo to bts by Pau Espin Pedrol · 6 years ago
  5. e519462 bts: Pass defaults config name at construct time by Pau Espin Pedrol · 6 years ago
  6. 530681f bts: Refactor conf_for_bsc_osmo by Pau Espin Pedrol · 6 years ago
  7. c9b6376 Check physical channel configs by Pau Espin Pedrol · 6 years ago
  8. 7d4bdf2 bts_osmotrx: Don't use binary name as inst name by Pau Espin Pedrol · 6 years ago
  9. 553eda6 osmo-trx binary is now called osmo-trx-uhd by Pau Espin Pedrol · 6 years ago
  10. ccb1bc6 modem: Catch exception: call removed while waiting to become active by Pau Espin Pedrol · 6 years ago
  11. 1cd017d build-osmo-trx: Disable asan in osmo-trx builds by Pau Espin Pedrol · 6 years ago
  12. ec3852f contrib: build-osmo-trx: Enable addr sanitize for osmo-trx by Pau Espin Pedrol · 6 years ago
  13. 4a338c7 contrib: build-osm-bts-sysmo: openbsc dep no longer needed by Pau Espin Pedrol · 6 years ago
  14. 008f616 contrib: Enable address-sanitize in builds by Pau Espin Pedrol · 6 years ago
  15. b6ab1da event_loop: Avoid leaking active timeouts on poll exception by Pau Espin Pedrol · 6 years ago
  16. c490cde ms: Add a main function to start all of it by Holger Hans Peter Freyther · 6 years ago
  17. 30cc021 ms: Add a first test to use all parts of the system by Holger Hans Peter Freyther · 6 years ago
  18. ff19a5e ms: Create a starter for virtphy and mobile application by Holger Hans Peter Freyther · 6 years ago
  19. 6af1c18 ms: Create template for the osmocom-bb mobile application by Holger Hans Peter Freyther · 6 years ago
  20. 28bcaf0 ms: Lua part of location update testing by Holger Hans Peter Freyther · 6 years ago
  21. 4a62bb0 ms: Add lua script support utilities by Holger Hans Peter Freyther · 6 years ago
  22. e7ae51f ms: Create an event server to handle Unix datagram messages by Holger Hans Peter Freyther · 6 years ago
  23. b7749a7 ms: Create a simple epoll (or kqueue) based event loop by Holger Hans Peter Freyther · 6 years ago
  24. 38adaa9 ms: Create a cumulative distribution function class by Holger Hans Peter Freyther · 6 years ago
  25. 48fce86 nanobts: Attempt at fixing race condition using ipaccess-config after power up by Pau Espin Pedrol · 6 years ago
  26. 9a4631c Drop event_loop global functions and import MainLoop by Pau Espin Pedrol · 6 years ago
  27. bf176e4 event_loop: Use glib as mainloop impl and move modem to use event_loop by Pau Espin Pedrol · 6 years ago
  28. 2c0ae62 templates: osmo-bsc: Remove no longer available cfgs by Pau Espin Pedrol · 6 years ago
  29. 47d2d3a example: Run tests on both nanobts with different bands by Pau Espin Pedrol · 6 years ago
  30. fef9c1c nanobts: Add support to run nanobts on the 900 band by Pau Espin Pedrol · 6 years ago
  31. 3f480a0 example: Add scenarios to select BTS for a specific band by Pau Espin Pedrol · 6 years ago
  32. 05a838e schema: Accept band GSM-900 by Pau Espin Pedrol · 6 years ago
  33. a238ed9 nanobts: Bind to specific addr instead of specific iface by Pau Espin Pedrol · 6 years ago
  34. 807d865 default-suites.conf: Add nanobts related tests by Pau Espin Pedrol · 6 years ago
  35. 1b28a58 Introduce ip.access nanobts support by Pau Espin Pedrol · 6 years ago
  36. 19c508c Introduce PowerSupply interface and PowerSupplySispm by Pau Espin Pedrol · 6 years ago
  37. 651cdc9 pcu.py: Introduce PcuDummy class by Pau Espin Pedrol · 6 years ago
  38. 52ad3a6 Create Bts abstract class and make OsmoBts inherit from it by Pau Espin Pedrol · 6 years ago
  39. 4fbdc35 bts_osmo.py: ready_for_pcu is of public access from tests, move it accordingly by Pau Espin Pedrol · 6 years ago
  40. 150abb4 Create Pcu abstract class and make OsmoPcu inherit from it by Pau Espin Pedrol · 6 years ago
  41. f8d1219 modem: workaround ofono crash by Pau Espin Pedrol · 6 years ago
  42. 7ad177f example: Maintain different resources.conf for RnD and prod by Pau Espin Pedrol · 6 years ago
  43. bfd0b23 modem: get IMSI from ofono by Pau Espin Pedrol · 6 years ago
  44. e5a7a40 contrib: build-osmo-bsc: Add aibsip-find and ipaccess-config binaries to archive by Pau Espin Pedrol · 6 years ago
  45. 274c8bd contrib: build-osmo-bts: Remove dropped dependency openbsc by Pau Espin Pedrol · 6 years ago
  46. 89da370 jenkins: update poky version 2.3.2 by Alexander Couzens · 6 years ago
  47. 9695a1c jenkins: use env POKY_VERSION POKY_PATH to find poky by Alexander Couzens · 6 years ago
  48. edcc8d2 osmo-trx: Add cfg template by Pau Espin Pedrol · 6 years ago
  49. 86ea02f osmo-msc: Use osmo-mgw instead of osmo-bsc_mgcp by Pau Espin Pedrol · 6 years ago
  50. 2c48c34 pcap_recorder: log printing pcap file name as dbg by Pau Espin Pedrol · 6 years ago
  51. e25cf04 modem: Identify modems by sysfs path instead of ofono dbus path by Pau Espin Pedrol · 6 years ago
  52. b2a94e8 contrib: build-osmo-trx: build new dep libosmocore by Pau Espin Pedrol · 6 years ago
  53. cdac297 modem: Remove ctx after deactivating it by Pau Espin Pedrol · 6 years ago
  54. b05aa3c modem: deactive_context: Log when context is successfully deactivated by Pau Espin Pedrol · 6 years ago
  55. b17295b templates: osmo-msc: Remove unused option auth policy by Pau Espin Pedrol · 6 years ago
  56. 3426941 templates: osmo-msc: Remove unused option reject cause by Pau Espin Pedrol · 6 years ago
  57. 263dd3b modem: deactivate_context: Fix dbg message by Pau Espin Pedrol · 6 years ago
  58. 257ee10 log: Use sys._getframe() to avoid stat(2) calls by Holger Hans Peter Freyther · 6 years ago
  59. 4792f40 resources.conf: Update octphy net_device by Pau Espin Pedrol · 6 years ago
  60. 668d42f aoip_smpp: Since recent osmo-msc, we accept all sms in store&forward mode by Pau Espin Pedrol · 6 years ago
  61. 031f464 Revert "aoip_smpp: Disable check in esme_ms_sms_storeforward due to known issue" by Pau Espin Pedrol · 6 years ago
  62. ab4a1f7 osmo-bsc.cfg.tmpl: Remove bogus VTY commands by Harald Welte · 7 years ago
  63. c6cd68e cosmetic: adjust resource_test to comp128v1 by Neels Hofmeyr · 7 years ago
  64. 0af893c osmo_hlr.py: fix auth algo mapping, properly indicate COMP128v1 by Neels Hofmeyr · 7 years ago
  65. b05e36a modem: activate_context: print protocol too in dbg log by Pau Espin Pedrol · 7 years ago
  66. bee1371 Add git-review config by Max · 7 years ago
  67. 6641994 Set osmo-ggsn ipv6 link-local addr and enable ipv6 ctx activate test by Pau Espin Pedrol · 7 years ago
  68. c1b3278 bts_osmo: Use correct parameters for create_pcu by Pau Espin Pedrol · 7 years ago
  69. 81aaeef cosmetic: bts_sysmo: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  70. 2e54295 cosmetic: bts_osmotrx: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  71. 4b475be cosmetic: bts_octphy: Sort members according to scope by Pau Espin Pedrol · 7 years ago
  72. c9817a5 Create bts abstract classes to avoid code duplication and ease development by Pau Espin Pedrol · 7 years ago
  73. f973b3d gprs: ping.py: Disable ipv6 ctx activate test by Pau Espin Pedrol · 7 years ago
  74. f0b8e37 osmo-ggsn: set cap CAP_NET_ADMIN to be able to set up tun devices by Pau Espin Pedrol · 7 years ago
  75. 1e19151 suites: Wait for BTS to connect to BSC before continuing by Pau Espin Pedrol · 7 years ago
  76. 7bd7103 OsmoBsc: Introduce bts_is_connected API by Pau Espin Pedrol · 7 years ago
  77. c859eb3 OsmoNitb: Introduce bts_is_connected API by Pau Espin Pedrol · 7 years ago
  78. fd150fb suites: gprs: Use inet46 APN due to ofono using IPv4v6 ctx request by Pau Espin Pedrol · 7 years ago
  79. d22b846 Revert "resources.conf: EC20 doesn't support SupplementaryServices" by Pau Espin Pedrol · 7 years ago
  80. fb8c695 resources.conf: sierra modems support gprs by Pau Espin Pedrol · 7 years ago
  81. 31b7f0f resources.conf: EC20 doesn't support SupplementaryServices by Pau Espin Pedrol · 7 years ago
  82. 7ec53f5 resources.conf: Label modems according to their type by Pau Espin Pedrol · 7 years ago
  83. 7a4c17b bts_octphy: Use OsmoPcu instead of OsmoPcuSysmo by Pau Espin Pedrol · 7 years ago
  84. 1450436 default-suites.conf: Add gprs suite by Pau Espin Pedrol · 7 years ago
  85. 3852398 default-suites.conf: Use same order for sysmocell5000 as for other bts by Pau Espin Pedrol · 7 years ago
  86. 3c9b80d suites: gprs: Introduce suite with ping test by Pau Espin Pedrol · 7 years ago
  87. a5ed18a suites: aoip_debug: Start GPRS services by Pau Espin Pedrol · 7 years ago
  88. de89961 modem: Add minimal GPRS support by Pau Espin Pedrol · 7 years ago
  89. 8a3a7b5 bts_*: Add incrementing bvci and rac values by Pau Espin Pedrol · 7 years ago
  90. 05314b4 OsmoBtsOctphy: Integrate with OsmoPcu and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  91. 5936d8f OsmoBtsTrx: Integrate with OsmoPcu and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  92. ce35d91 OsmoPcuSysmo: Integrate with Sysmobts and OsmoSgsn by Pau Espin Pedrol · 7 years ago
  93. e85f5c9 Add OsmoPcu class by Pau Espin Pedrol · 7 years ago
  94. 99f7929 Add class OsmoPcuSysmo by Pau Espin Pedrol · 7 years ago
  95. d0a0111 bts_*: Add ready_for_pcu API by Pau Espin Pedrol · 7 years ago
  96. 4796b35 Add OsmoSgsn class by Pau Espin Pedrol · 7 years ago
  97. 30ceb5c Add OsmoGgsn class by Pau Espin Pedrol · 7 years ago
  98. f7f0636 resource: next_lac: Avoid using LAC 0 by Pau Espin Pedrol · 7 years ago
  99. 0b9d091 osmo-bsc: Remove token cmd from config by Pau Espin Pedrol · 7 years ago
  100. b87c6bd osmo-bsc: Remove authentication cmd from config by Pau Espin Pedrol · 7 years ago