1. 53e758a jenkins: extract common parts of build scripts to separate file by Neels Hofmeyr · 7 years ago
  2. e62364e jenkins: remove unused file: jenkins-remote-update.sh by Neels Hofmeyr · 7 years ago
  3. 3b90672 jenkins: remove unused file: jenkins-build-osmo-bts-octphy.sh by Neels Hofmeyr · 7 years ago
  4. fa00b0f Use reserved ip address for osmo-mgcpgw VTY interface by Pau Espin Pedrol · 7 years ago
  5. 1ba2ded aoip_debug/interactive: Start mgcpgw by Pau Espin Pedrol · 7 years ago
  6. ea3549f Use reserved ip address for osmo-bsc ctrl interface by Pau Espin Pedrol · 7 years ago
  7. ff1becf sms_test: add output checks by Neels Hofmeyr · 7 years ago
  8. b3b3104 fix: Sms.__eq__ bug due to typo by Neels Hofmeyr · 7 years ago
  9. 996651a Move Sms class to a separate module by Pau Espin Pedrol · 7 years ago
  10. b801169 cosmetic: review mo_mt_sms.py's logging by Neels Hofmeyr · 7 years ago
  11. 0993bf6 ofono_client: Fix race condition when checking for required features by Pau Espin Pedrol · 7 years ago
  12. 765c1d9 default suites: enable osmo-bts-trx (Ettus B210) by Neels Hofmeyr · 7 years ago
  13. 4e0627f contrib/jenkins: more aggressively exclude docs by Neels Hofmeyr · 7 years ago
  14. 8c7477f cosmetic: SMS tokens: add modem name to SMS message by Neels Hofmeyr · 7 years ago
  15. 0cc53ef log.Origin: return self on __enter__ by Neels Hofmeyr · 7 years ago
  16. bef36bc resources.conf: take out 10.42.42.1 by Neels Hofmeyr · 7 years ago
  17. 206803d fix osmo-bts-trx: missing patch to use new event_loop by Neels Hofmeyr · 7 years ago
  18. 908faf8 fix log: print suite-run separator in proper place by Neels Hofmeyr · 7 years ago
  19. 4d688c2 fix multi-suite runs: implement modem cleanup by Neels Hofmeyr · 7 years ago
  20. 896f08f fix: refresh dbus object when interfaces have changed by Neels Hofmeyr · 7 years ago
  21. ed4e528 fix: free resources when a suite run is done by Neels Hofmeyr · 7 years ago
  22. 2a1a1fa fix: None error on unavailable resources by Neels Hofmeyr · 7 years ago
  23. 48055ed fix osmo-bts-trx: add config: 'osmotrx tx-attenuation oml' by Neels Hofmeyr · 7 years ago
  24. 9576f5f log: change 'log_all_origins' from bool to a list of levels to apply to by Neels Hofmeyr · 7 years ago
  25. 445ff9b contrib/jenkins: cosmetic: add some spacing in log output by Neels Hofmeyr · 7 years ago
  26. 0e8b900 default-suites.conf: run aoip by Neels Hofmeyr · 7 years ago
  27. aea2f2c MSC+BSC: add separate suites for AoIP: aoip_sms, aoip_debug by Neels Hofmeyr · 7 years ago
  28. 798e592 MSC+BSC: add test api to run OsmoMSC and OsmoBSC with AoIP by Neels Hofmeyr · 7 years ago
  29. 52261b3 contrib: add jenkins-build-osmo-hlr.sh by Neels Hofmeyr · 7 years ago
  30. 0d05d36 contrib: add jenkins-build-osmo-msc.sh by Neels Hofmeyr · 7 years ago
  31. 866d27e resources.conf: more IP addresses by Neels Hofmeyr · 7 years ago
  32. d41dae9 bts: add remote_addr() function by Neels Hofmeyr · 7 years ago
  33. 4f59ba6 config: nitb template: move ip_address to nitb.ip_address by Neels Hofmeyr · 7 years ago
  34. c4ba4a6 rename more items from nitb to bsc by Neels Hofmeyr · 7 years ago
  35. 76d8103 rename resource nitb_iface to ip_address by Neels Hofmeyr · 7 years ago
  36. 943c81d debug: config logging before templates: use pprint and an all-caps label by Neels Hofmeyr · 7 years ago
  37. 6d8e485 nitb config: set: logging color 1, category 1 by Neels Hofmeyr · 7 years ago
  38. 2d1d561 resource error logging that is easier to understand by Neels Hofmeyr · 7 years ago
  39. 927344b event_loop: Create a global event loop to poll and wait for events by Pau Espin Pedrol · 7 years ago
  40. 095d129 resources.conf: remove unused example BTS by Neels Hofmeyr · 7 years ago
  41. 391afe3 remove bts_ocpthy.py by Neels Hofmeyr · 7 years ago
  42. 8b91507 osmo_nitb.py: remove unused imports by Neels Hofmeyr · 7 years ago
  43. 62a5600 contrib/jenkins: don't package /share/doc/libosmocore by Neels Hofmeyr · 7 years ago
  44. 1eb5cbc fix: contrib/jenkins sysmobts build: proper PKG_CONFIG_PATH by Neels Hofmeyr · 7 years ago
  45. 5bf66c5 trial.py: Remove accidental double creation of file by Pau Espin Pedrol · 7 years ago
  46. 98df394 Exit with failure if not enough resources are found by Pau Espin Pedrol · 7 years ago
  47. d1f8fe6 osmo_nitb.py: Remove unused var by Pau Espin Pedrol · 7 years ago
  48. 374e8a0 suite.py: Fix typo in variable name used during exception by Pau Espin Pedrol · 7 years ago
  49. 469316f Handle termination signals to exit gracefully and prevent resource leak by Pau Espin Pedrol · 7 years ago
  50. 0ffb414 Add JUnit XML reports; refactor test reporting by Pau Espin Pedrol · 7 years ago
  51. 023fd2c pcap_recorder: use self.filters instead of gen_filter by Pau Espin Pedrol · 7 years ago
  52. 6ab9898 Enable GSMTAP on BTS and record it on the main unit NITB by Pau Espin Pedrol · 7 years ago
  53. 8cd347b nitb: Filter ssh packets in pcap by Pau Espin Pedrol · 7 years ago
  54. 95fd673 pcap: pass complete filter string to PcapRecorder by Neels Hofmeyr · 7 years ago
  55. bcd4332 jenkins-run: clean up also upon error by Neels Hofmeyr · 7 years ago
  56. e44a0cb trial: always use abspath by Neels Hofmeyr · 7 years ago
  57. e60df69 fix name of local var, to not shadow 'suite' module by Neels Hofmeyr · 7 years ago
  58. 2123541 fix: exception outside of trial run should be logged and cause nonzero rc by Neels Hofmeyr · 7 years ago
  59. b06485f cosmetic: contrib: add 'build-' to script names by Neels Hofmeyr · 7 years ago
  60. c59e079 contrib: rethink jenkins jobs with build slave approach by Neels Hofmeyr · 7 years ago
  61. 0765098 checkout dependencies from script by Neels Hofmeyr · 7 years ago
  62. 143ab81 pcap recorder: include vim indenting rules as comment by Neels Hofmeyr · 7 years ago
  63. 39b0b89 log the location of the detailed log file by Neels Hofmeyr · 7 years ago
  64. 2296883 log: tweak osmo-gsm-tester.py stdout: all_origins=False, src=False by Neels Hofmeyr · 7 years ago
  65. 7e2e8f1 log state dir by Neels Hofmeyr · 7 years ago
  66. 6194474 debug suite: add test that deliberately fails by Neels Hofmeyr · 7 years ago
  67. 1fe012e cosmetic: rather have an underscore in pcap_recorder.py by Neels Hofmeyr · 7 years ago
  68. cf0304f cosmetic: cmdline help: add line breaks, fix typo by Neels Hofmeyr · 7 years ago
  69. aca2624 paths: have one common parent dir /var/tmp/osmo-gsm-tester by Neels Hofmeyr · 7 years ago
  70. cceb0f5 readme: add some ssh details by Neels Hofmeyr · 7 years ago
  71. 47de6b0 ofono/dbus: detach from signals as appropriate by Neels Hofmeyr · 7 years ago
  72. 803d87c util: simplify listdict by Neels Hofmeyr · 7 years ago
  73. a6278b7 cosmetic: lock test: add quotes by Neels Hofmeyr · 7 years ago
  74. 2321a19 lock test: make more robust against timing by Neels Hofmeyr · 7 years ago
  75. 4f33dcc run dir: add a second log file containing a non-debug log by Neels Hofmeyr · 7 years ago
  76. feb56c0 readme: format so that dependencies can be copy-pasted to terminal by Neels Hofmeyr · 7 years ago
  77. 13143bc Log network activity using tcpdump for nitb interface by Pau Espin Pedrol · 7 years ago
  78. ecf1079 suite: Terminate processes in LIFO order by Pau Espin Pedrol · 7 years ago
  79. e39c6f1 Prepend LD_LIBRARY_PATH instead of overwritting it by Pau Espin Pedrol · 7 years ago
  80. a88b0c7 propagate Timeout class to test scope, use in debug suite by Neels Hofmeyr · 7 years ago
  81. 1ffc3fe on timeout, raise dedicated Timeout exception by Neels Hofmeyr · 7 years ago
  82. d1bedb1 selftest: suite_test: ignore line numbers by Neels Hofmeyr · 7 years ago
  83. 67cea22 add debug suite by Neels Hofmeyr · 7 years ago
  84. cccbe59 improve logging for resource allocation by Neels Hofmeyr · 7 years ago
  85. 56b3d7e defaults.conf: use only TCH/F instead of dynamic channels by Neels Hofmeyr · 7 years ago
  86. f31c545 log.py: add a log target option to omit the list of deeper origins by Neels Hofmeyr · 7 years ago
  87. fd7b9d0 run dir: write detailed log file by Neels Hofmeyr · 7 years ago
  88. 532126a log: make 32 the default origin_width. by Neels Hofmeyr · 7 years ago
  89. 8f4f174 log.py: add FileLogTarget by Neels Hofmeyr · 7 years ago
  90. 1a2177c log.py: LogTarget: return self for chaining modifiers by Neels Hofmeyr · 7 years ago
  91. f816688 log.py: tweak LogTarget list, require explicit LogTarget by Neels Hofmeyr · 7 years ago
  92. f9de78f improve doc and usability of osmo-gsm-tester.py -t option by Neels Hofmeyr · 7 years ago
  93. f49c7da sms: log info as dbg by Neels Hofmeyr · 7 years ago
  94. 2e41def sms: don't log info by Neels Hofmeyr · 7 years ago
  95. 9b90770 Resource.find: allow returning empty instead of raising by Neels Hofmeyr · 7 years ago
  96. 2fade33 doc: Resources.find: add API doc + inline comments by Neels Hofmeyr · 7 years ago
  97. acf0c93 fix prompt() by Neels Hofmeyr · 7 years ago
  98. f2d279c suite.py: add function to get several modems in a list by Neels Hofmeyr · 7 years ago
  99. 5a602b7 less verbose origins on interface enable/disable by Neels Hofmeyr · 7 years ago
  100. 035cda8 fix: handle dbus signals outside of the glib main loop by Neels Hofmeyr · 7 years ago