1. ac18fd3 Add features attribute to modems by Pau Espin Pedrol · 7 years ago
  2. 57497a6 Add cipher cfg param for modem and bts by Pau Espin Pedrol · 7 years ago
  3. abd556a Use own format to specify encryption algorithm by Pau Espin Pedrol · 7 years ago
  4. 5847551 resource: Handle lists correctly in item_matches by Pau Espin Pedrol · 7 years ago
  5. 43737da config: Fix combination of lists by Pau Espin Pedrol · 7 years ago
  6. 0b30279 Replicate resources based on times attr before combine time by Pau Espin Pedrol · 7 years ago
  7. b26f32a nominal_power and max_power_red attrs can now be set per resource by Pau Espin Pedrol · 7 years ago
  8. ebced95 config: Fix variable reference before assigment by Pau Espin Pedrol · 7 years ago
  9. 2605034 config: replicate_times: insert replicates in place by Pau Espin Pedrol · 7 years ago
  10. 802dfe5 Move code to replicate dicts based on times attr to its own function by Pau Espin Pedrol · 7 years ago
  11. ead79ac resource: times is expected to be a non-zero positive integer by Pau Espin Pedrol · 7 years ago
  12. fa9a6d3 resource: ipa_unit_id is expected to be a positive integer by Pau Espin Pedrol · 7 years ago
  13. cfac993 contrib: Build octphy osmo-bts variant and make it generic by Pau Espin Pedrol · 7 years ago
  14. 6680ef2 modem: Fix race condition when connect() is called more than once by Pau Espin Pedrol · 7 years ago
  15. 936a81e fix util.py/FileLock and lock_test by Neels Hofmeyr · 7 years ago
  16. 32cab3f bts_osmotrx: Fix mkdtemp use in python < 3.5 by Pau Espin Pedrol · 7 years ago
  17. 15aae98 Use tmpdir to create bts pcu-socket by Pau Espin Pedrol · 7 years ago
  18. 4e36f7c resource: Fix list comparison in item_matches by Pau Espin Pedrol · 7 years ago
  19. 7763121 modem: log property changes from Modem interface by Pau Espin Pedrol · 7 years ago
  20. ee6e491 modem: Include serial attribute in info() by Pau Espin Pedrol · 7 years ago
  21. 36e0404 jenkins: build from new osmo-{msc,bsc,mgw,sgsn} repositories by Neels Hofmeyr · 7 years ago neels/test
  22. 7423d2e modem: Attempt fixing crash from Register() dbus method by Pau Espin Pedrol · 7 years ago
  23. 3fa6e12 schema: Remove uneeded TRX_REMOTE_IP validate type by Pau Espin Pedrol · 7 years ago
  24. 713ce2c Introduce auth_algo modem config attribute by Pau Espin Pedrol · 7 years ago
  25. 387526a bsc: Allow tests to select network encryption by Pau Espin Pedrol · 7 years ago
  26. b5a8614 Add support for authentication VTY param in msc and bsc by Pau Espin Pedrol · 7 years ago
  27. 0755cdb hlr: Implement subscriber_delete API by Pau Espin Pedrol · 7 years ago
  28. 6610dfe hlr: Use python module instead of cmdline to modify sqlite db by Pau Espin Pedrol · 7 years ago
  29. e1a2622 nitb: Introduce subscriber_delete API by Pau Espin Pedrol · 7 years ago
  30. 132e9fe nitb: ctrl: Remove unused return statement in subscriber_add by Pau Espin Pedrol · 7 years ago
  31. abc8fa5 hlr: fill auc_2g table when registering a subscriber by Pau Espin Pedrol · 7 years ago
  32. 404e150 bts_osmotrx: Support configuring bts addr, trx_remote_ip and launch_trx by Pau Espin Pedrol · 7 years ago
  33. cd6ad9d modem: Allow tests to change KI by Pau Espin Pedrol · 7 years ago
  34. ca126b1 Allow tests to select network encryption by Pau Espin Pedrol · 7 years ago
  35. 66c96c3 ctrl: Add dbg log to print received data by Pau Espin Pedrol · 7 years ago
  36. 8d7a2e3 Increase log verbosity for osmo-bts-trx by Pau Espin Pedrol · 7 years ago
  37. 80a5c77 bts_osmotrx: Allow LD_LIBRARY_PATH when loading osmo-trx by Pau Espin Pedrol · 7 years ago
  38. 3169ffb esme: Remove temporary workaround for non-implemented deliver_sm by Pau Espin Pedrol · 7 years ago
  39. 4773853 Split osmo-trx from osmo-bts-trx by Pau Espin Pedrol · 7 years ago
  40. 5adb5c7 esme: user_message_referece values should be smaller than 256 by Pau Espin Pedrol · 7 years ago
  41. 69373b3 esme: smpp pdu field is a string and needs conversion by Pau Espin Pedrol · 7 years ago
  42. 74a7676 util: ip_to_iface: Return secondary iface if present by Pau Espin Pedrol · 7 years ago
  43. ac9c1bb esme: Add cleanup function to avoid cascade failure of tests by Pau Espin Pedrol · 7 years ago
  44. a10aeae osmo-bts-trx config: remove settsc by Neels Hofmeyr · 7 years ago
  45. 329b6f4 Set osmo-bts pcu-socket config to point to run dir by Pau Espin Pedrol · 7 years ago
  46. 4008b69 cosmetic: osmo-msc.cfg.tmpl: fix indent by Neels Hofmeyr · 7 years ago
  47. a64ab70 aoip: add newly needed osmo-msc point-code config by Neels Hofmeyr · 7 years ago
  48. 2ec075d osmo-bsc.cfg.tmpl: add point code addresses by Alexander Couzens · 7 years ago
  49. 6100b62 suite: Don't stop cleanup of objects on cleanup exception by Pau Espin Pedrol · 7 years ago
  50. 522ae68 esme: Log connection parameters of the SMSC by Pau Espin Pedrol · 7 years ago
  51. 91c75b3 esme: Fix race condition waiting for message response by Pau Espin Pedrol · 7 years ago
  52. db0d8ab Improve SMPP supported features and test coverage by Pau Espin Pedrol · 7 years ago
  53. ddf7812 remove timer section from osmo-{bts,bsc}.cfg.tmpl by Harald Welte · 7 years ago
  54. 800a697 suite: Print process ending prematurely by Pau Espin Pedrol · 7 years ago
  55. 90c23cc suite: Use event_loop.poll in interactive poll by Pau Espin Pedrol · 7 years ago
  56. 0d8deec Add microsecond accuracy to log timestamps by Pau Espin Pedrol · 7 years ago
  57. 58ff38d ofono_client: Power off modem during cleanup() by Pau Espin Pedrol · 7 years ago
  58. 109ebca Revert "osmo-bts-trx config: remove settsc" by Neels Hofmeyr · 7 years ago
  59. 72ded64 osmo-bts-trx config: remove settsc by Neels Hofmeyr · 7 years ago
  60. 3ce18fc Revert "osmo-bts-trx: wait some longer before starting osmo-bts-trx" by Neels Hofmeyr · 7 years ago
  61. 2d16f6f Add support for SMPP testing by Pau Espin Pedrol · 7 years ago
  62. 1dd2955 Unuse resources after every test by Pau Espin Pedrol · 7 years ago
  63. d091233 Use a subdir of run_dir for each test by Pau Espin Pedrol · 7 years ago
  64. 6c8d949 osmo-bts-trx: wait some longer before starting osmo-bts-trx by Neels Hofmeyr · 7 years ago
  65. fbecf41 ofono_client: Cancel pending async dbus methods at cleanup time by Pau Espin Pedrol · 7 years ago
  66. 59f8dfe osmo-bts-trx: set l1c logging level to notice by Neels Hofmeyr · 7 years ago
  67. d28d1a7 cosmetic: dbg log fix in suite.py by Neels Hofmeyr · 7 years ago
  68. 02a28e5 cosmetic: osmo-stp.cfg: fix indent by Neels Hofmeyr · 7 years ago
  69. 38b051c aoip: add osmo-stp, now required for aoip runs by Neels Hofmeyr · 7 years ago
  70. 910f3a1 ofono_client: Improve log around Scan() failure by Pau Espin Pedrol · 7 years ago
  71. cc5b5a2 ofono_client: fix use of raise_exn by Pau Espin Pedrol · 7 years ago
  72. 4d63d92 ofono_client: gracefully handle Scan() failure by Pau Espin Pedrol · 7 years ago
  73. 1a7a3f0 fix and refactor logging: drop 'with', simplify by Neels Hofmeyr · 7 years ago
  74. 0e57aad ofono_client: Implement network registration during connect() by Pau Espin Pedrol · 7 years ago
  75. 56bf31c ofono_client: Print debug information about network registration changes by Pau Espin Pedrol · 7 years ago
  76. f8e6186 junit result: also write for aborted runs by Neels Hofmeyr · 7 years ago
  77. daf96e4 test: Remove unused variable Failure by Pau Espin Pedrol · 7 years ago
  78. 6ccda11 refactor: fix error handling; fix log.Origin; only one trial by Neels Hofmeyr · 7 years ago
  79. f9e8693 error log: clarify for using more resources than reserved by Neels Hofmeyr · 7 years ago
  80. 7b02ed0 osmo-msc: configure HLR address by Neels Hofmeyr · 7 years ago
  81. b902b29 test API: allow passing resource requirements by Neels Hofmeyr · 7 years ago
  82. a8a05a2 error log: clarify for reserving more resources than available by Neels Hofmeyr · 7 years ago
  83. 31e8320 fix problem in origin ancestry: don't add self twice by Neels Hofmeyr · 7 years ago
  84. d3a33e3 cosmetic: whitespace in log.py by Neels Hofmeyr · 7 years ago
  85. f15eaf9 add cmdline arg to set conf dir by Neels Hofmeyr · 7 years ago
  86. 2720534 Re-License under GPLv3-or-later instead of AGPLv3-or-later by Harald Welte · 7 years ago
  87. db59bcf Use reserved ip address for osmo-hlr GSUP interface by Pau Espin Pedrol · 7 years ago
  88. fa00b0f Use reserved ip address for osmo-mgcpgw VTY interface by Pau Espin Pedrol · 7 years ago
  89. ea3549f Use reserved ip address for osmo-bsc ctrl interface by Pau Espin Pedrol · 7 years ago
  90. b3b3104 fix: Sms.__eq__ bug due to typo by Neels Hofmeyr · 7 years ago
  91. 996651a Move Sms class to a separate module by Pau Espin Pedrol · 7 years ago
  92. b801169 cosmetic: review mo_mt_sms.py's logging by Neels Hofmeyr · 7 years ago
  93. 0993bf6 ofono_client: Fix race condition when checking for required features by Pau Espin Pedrol · 7 years ago
  94. 8c7477f cosmetic: SMS tokens: add modem name to SMS message by Neels Hofmeyr · 7 years ago
  95. 0cc53ef log.Origin: return self on __enter__ by Neels Hofmeyr · 7 years ago
  96. 206803d fix osmo-bts-trx: missing patch to use new event_loop by Neels Hofmeyr · 7 years ago
  97. 908faf8 fix log: print suite-run separator in proper place by Neels Hofmeyr · 7 years ago
  98. 4d688c2 fix multi-suite runs: implement modem cleanup by Neels Hofmeyr · 7 years ago
  99. 896f08f fix: refresh dbus object when interfaces have changed by Neels Hofmeyr · 7 years ago
  100. ed4e528 fix: free resources when a suite run is done by Neels Hofmeyr · 7 years ago