1. 03983aa Add minimal USSD support to test extension number by Pau Espin Pedrol · 7 years ago
  2. 37d38f0 contrib: Disable new dep gnutls in sysmocom SDK builds by Pau Espin Pedrol · 7 years ago
  3. 3469b99 contrib/jenkins-run.sh: Log and archive ofono output during test time by Pau Espin Pedrol · 7 years ago
  4. e7ea69f default-suites: Enable voice suite by Pau Espin Pedrol · 7 years ago
  5. 4897e7a debug: Add voicecall related methods to interactive shell by Pau Espin Pedrol · 7 years ago
  6. d71edd1 modem: Implement voice calls in modem and add voice suite by Pau Espin Pedrol · 7 years ago
  7. 7fbfc8a Improve resource requirements in suite.conf by Pau Espin Pedrol · 7 years ago
  8. e685c62 modem: reset cancellable after cancelling dbus methods by Pau Espin Pedrol · 7 years ago
  9. e17d13d jenkins: fix build of osmo-sgsn: use osmo-ggsn by Neels Hofmeyr · 7 years ago
  10. 7fde99a fix osmo-stp.cfg: accept-asp-connections must be a child of listen m3ua by Neels Hofmeyr · 7 years ago
  11. f063503 re-fix osmo-bts-trx config: 'osmotrx ip' must *not* be indented by Neels Hofmeyr · 7 years ago
  12. 1408976 fix osmo-bts-trx config: 'osmotrx' must be indented in 'instance 0' by Neels Hofmeyr · 7 years ago
  13. 4676cbd resource: Allow passing keyword args to NoResourceExn by Pau Espin Pedrol · 7 years ago
  14. ac18fd3 Add features attribute to modems by Pau Espin Pedrol · 7 years ago
  15. 32e3372 resource_test: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  16. 438a308 resource_test: update to check list features (ciphers) by Pau Espin Pedrol · 7 years ago
  17. 57497a6 Add cipher cfg param for modem and bts by Pau Espin Pedrol · 7 years ago
  18. abd556a Use own format to specify encryption algorithm by Pau Espin Pedrol · 7 years ago
  19. cbc7242 suite_test: Update tests to check new feature fixes by Pau Espin Pedrol · 7 years ago
  20. 5847551 resource: Handle lists correctly in item_matches by Pau Espin Pedrol · 7 years ago
  21. 43737da config: Fix combination of lists by Pau Espin Pedrol · 7 years ago
  22. 0b30279 Replicate resources based on times attr before combine time by Pau Espin Pedrol · 7 years ago
  23. b26f32a nominal_power and max_power_red attrs can now be set per resource by Pau Espin Pedrol · 7 years ago
  24. ebced95 config: Fix variable reference before assigment by Pau Espin Pedrol · 7 years ago
  25. 2605034 config: replicate_times: insert replicates in place by Pau Espin Pedrol · 7 years ago
  26. 802dfe5 Move code to replicate dicts based on times attr to its own function by Pau Espin Pedrol · 7 years ago
  27. ead79ac resource: times is expected to be a non-zero positive integer by Pau Espin Pedrol · 7 years ago
  28. fa9a6d3 resource: ipa_unit_id is expected to be a positive integer by Pau Espin Pedrol · 7 years ago
  29. cfac993 contrib: Build octphy osmo-bts variant and make it generic by Pau Espin Pedrol · 7 years ago
  30. 6680ef2 modem: Fix race condition when connect() is called more than once by Pau Espin Pedrol · 7 years ago
  31. 936a81e fix util.py/FileLock and lock_test by Neels Hofmeyr · 7 years ago
  32. c287694 add jenkins-make-check-and-run.sh by Neels Hofmeyr · 7 years ago
  33. 32cab3f bts_osmotrx: Fix mkdtemp use in python < 3.5 by Pau Espin Pedrol · 7 years ago
  34. a8647f3 fix build: properly remove artifacts by Neels Hofmeyr · 7 years ago
  35. 15aae98 Use tmpdir to create bts pcu-socket by Pau Espin Pedrol · 7 years ago
  36. 4e36f7c resource: Fix list comparison in item_matches by Pau Espin Pedrol · 7 years ago
  37. 7763121 modem: log property changes from Modem interface by Pau Espin Pedrol · 7 years ago
  38. ee6e491 modem: Include serial attribute in info() by Pau Espin Pedrol · 7 years ago
  39. ebc7426 jenkins: properly clean previous artifacts by Neels Hofmeyr · 7 years ago
  40. 36e0404 jenkins: build from new osmo-{msc,bsc,mgw,sgsn} repositories by Neels Hofmeyr · 7 years ago neels/test
  41. 713a120 jenkins-common: ensure requested binaries indeed have been built by Neels Hofmeyr · 7 years ago
  42. 1921c0f jenkins: per build, drop programs built "unintentionally" by Neels Hofmeyr · 7 years ago
  43. d3fce46 contrib: Add scripts to build osmo-pcu by Pau Espin Pedrol · 7 years ago
  44. c54c294 default-suites.conf: Add suites to explicitly test with sysmoCell5000 by Pau Espin Pedrol · 7 years ago
  45. 7423d2e modem: Attempt fixing crash from Register() dbus method by Pau Espin Pedrol · 7 years ago
  46. e913e37 Introduce aoip_encryption suite by Pau Espin Pedrol · 7 years ago
  47. 3fa6e12 schema: Remove uneeded TRX_REMOTE_IP validate type by Pau Espin Pedrol · 7 years ago
  48. 713ce2c Introduce auth_algo modem config attribute by Pau Espin Pedrol · 7 years ago
  49. 387526a bsc: Allow tests to select network encryption by Pau Espin Pedrol · 7 years ago
  50. b5a8614 Add support for authentication VTY param in msc and bsc by Pau Espin Pedrol · 7 years ago
  51. 0755cdb hlr: Implement subscriber_delete API by Pau Espin Pedrol · 7 years ago
  52. 6610dfe hlr: Use python module instead of cmdline to modify sqlite db by Pau Espin Pedrol · 7 years ago
  53. e1a2622 nitb: Introduce subscriber_delete API by Pau Espin Pedrol · 7 years ago
  54. 132e9fe nitb: ctrl: Remove unused return statement in subscriber_add by Pau Espin Pedrol · 7 years ago
  55. abc8fa5 hlr: fill auc_2g table when registering a subscriber by Pau Espin Pedrol · 7 years ago
  56. b33fe85 Add scenarios for each osmo-bts-trx type by Pau Espin Pedrol · 7 years ago
  57. 404e150 bts_osmotrx: Support configuring bts addr, trx_remote_ip and launch_trx by Pau Espin Pedrol · 7 years ago
  58. 5df8dd2 resources.conf: Remove empty line by Pau Espin Pedrol · 7 years ago
  59. cd6ad9d modem: Allow tests to change KI by Pau Espin Pedrol · 7 years ago
  60. ca126b1 Allow tests to select network encryption by Pau Espin Pedrol · 7 years ago
  61. 66c96c3 ctrl: Add dbg log to print received data by Pau Espin Pedrol · 7 years ago
  62. 8d7a2e3 Increase log verbosity for osmo-bts-trx by Pau Espin Pedrol · 7 years ago
  63. 80a5c77 bts_osmotrx: Allow LD_LIBRARY_PATH when loading osmo-trx by Pau Espin Pedrol · 7 years ago
  64. 3169ffb esme: Remove temporary workaround for non-implemented deliver_sm by Pau Espin Pedrol · 7 years ago
  65. 4773853 Split osmo-trx from osmo-bts-trx by Pau Espin Pedrol · 7 years ago
  66. 5adb5c7 esme: user_message_referece values should be smaller than 256 by Pau Espin Pedrol · 7 years ago
  67. 69373b3 esme: smpp pdu field is a string and needs conversion by Pau Espin Pedrol · 7 years ago
  68. 74a7676 util: ip_to_iface: Return secondary iface if present by Pau Espin Pedrol · 7 years ago
  69. ac9c1bb esme: Add cleanup function to avoid cascade failure of tests by Pau Espin Pedrol · 7 years ago
  70. a10aeae osmo-bts-trx config: remove settsc by Neels Hofmeyr · 7 years ago
  71. 329b6f4 Set osmo-bts pcu-socket config to point to run dir by Pau Espin Pedrol · 7 years ago
  72. 4008b69 cosmetic: osmo-msc.cfg.tmpl: fix indent by Neels Hofmeyr · 7 years ago
  73. a64ab70 aoip: add newly needed osmo-msc point-code config by Neels Hofmeyr · 7 years ago
  74. 2ec075d osmo-bsc.cfg.tmpl: add point code addresses by Alexander Couzens · 7 years ago
  75. 6100b62 suite: Don't stop cleanup of objects on cleanup exception by Pau Espin Pedrol · 7 years ago
  76. 522ae68 esme: Log connection parameters of the SMSC by Pau Espin Pedrol · 7 years ago
  77. 91c75b3 esme: Fix race condition waiting for message response by Pau Espin Pedrol · 7 years ago
  78. 4a22ac7 aoip_smpp: Disable check in esme_ms_sms_storeforward due to known issue by Pau Espin Pedrol · 7 years ago
  79. db0d8ab Improve SMPP supported features and test coverage by Pau Espin Pedrol · 7 years ago
  80. ddf7812 remove timer section from osmo-{bts,bsc}.cfg.tmpl by Harald Welte · 7 years ago
  81. e5b0366 contrib: Disable doxygen doc generation by Pau Espin Pedrol · 7 years ago
  82. c9dfe47 default-suites: Add smpp by Pau Espin Pedrol · 7 years ago
  83. 3c35df3 contrib: Fix removal of doc directories by Pau Espin Pedrol · 7 years ago
  84. 800a697 suite: Print process ending prematurely by Pau Espin Pedrol · 7 years ago
  85. 90c23cc suite: Use event_loop.poll in interactive poll by Pau Espin Pedrol · 7 years ago
  86. 0d8deec Add microsecond accuracy to log timestamps by Pau Espin Pedrol · 7 years ago
  87. 58ff38d ofono_client: Power off modem during cleanup() by Pau Espin Pedrol · 7 years ago
  88. db2d76b jenkins: build msc using libosmo-sccp master by Neels Hofmeyr · 7 years ago
  89. 109ebca Revert "osmo-bts-trx config: remove settsc" by Neels Hofmeyr · 7 years ago
  90. 72ded64 osmo-bts-trx config: remove settsc by Neels Hofmeyr · 7 years ago
  91. b398b52 jenkins: fix: recent change broke jenkins build by Neels Hofmeyr · 7 years ago
  92. 2581b50 jenkins-build-common.sh: cosmetic: clear repos a bit later by Neels Hofmeyr · 7 years ago
  93. 851802b jenkins-build-common.sh: fix being stuck on branch by Neels Hofmeyr · 7 years ago
  94. de79cb1 jenkins: aoip: move to libosmocore master by Neels Hofmeyr · 7 years ago
  95. 42bebfa add cmdline option -R to add src file log to stdout by Neels Hofmeyr · 7 years ago
  96. 3ce18fc Revert "osmo-bts-trx: wait some longer before starting osmo-bts-trx" by Neels Hofmeyr · 7 years ago
  97. 2d16f6f Add support for SMPP testing by Pau Espin Pedrol · 7 years ago
  98. 640c776 jenkins-run: create bin.tgz separately from run.tgz by Neels Hofmeyr · 7 years ago
  99. 1dd2955 Unuse resources after every test by Pau Espin Pedrol · 7 years ago
  100. d091233 Use a subdir of run_dir for each test by Pau Espin Pedrol · 7 years ago