1. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 5 years ago
  2. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 5 years ago
  3. a820ea1 implement removal of MSISDN by Neels Hofmeyr · 5 years ago
  4. 8aa780b add 'show subscriber' command, alias for 'subscriber ... show' by Neels Hofmeyr · 5 years ago
  5. c88bdab fix VTY tests to expect well-formed output of logging configuration by Harald Welte · 6 years ago
  6. ccdb970 make: always allow running python tests manually by Neels Hofmeyr · 6 years ago
  7. a5b36a0 tweak example config by Neels Hofmeyr · 6 years ago
  8. 13000d8 fix build: adjust test_nodes.vty to logging change by Neels Hofmeyr · 6 years ago
  9. 05fe023 tests/Makefile.am: also remove temporary sqlite files by Vadim Yanitskiy · 6 years ago
  10. dab544e USSD: Add support for internal USSD handlers by Harald Welte · 6 years ago
  11. 95b96d4 USSD: Add new "DSS" logging category and use it appropriately by Harald Welte · 6 years ago
  12. 9b6bc9e osmo-hlr.cfg: Don't enable DEBUG logging by default by Harald Welte · 6 years ago
  13. 4956ae1 USSD: Add Core USSD handling + VTY routing config to HLR by Harald Welte · 6 years ago
  14. fa7ee33 Add "show gsup-connections" VTY command by Harald Welte · 6 years ago
  15. f83432c move creation of insert subscriber data messages to a common function by Stefan Sperling · 6 years ago
  16. 9d307ec add gsup_test to catch OS#3231 by Neels Hofmeyr · 6 years ago
  17. 5153031 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  18. 7ee6e55 osmo-hlr: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  19. 9214c6c Fix expected test output after new 'logging print file 1' vty command by Harald Welte · 6 years ago
  20. ba1605a fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS by Neels Hofmeyr · 6 years ago
  21. 6c84da5 ctrl test: fix: adjust expectations after stricter ctrl parsing by Neels Hofmeyr · 6 years ago
  22. 84c2f43 fix debug log: put 'deriving 2G from 3G' in proper place by Neels Hofmeyr · 6 years ago
  23. 63f68cc fix test_subscriber_errors.ctrl after libosmocore change by Neels Hofmeyr · 6 years ago
  24. 2dee60e db_test: also test db_get_auc() return values by Neels Hofmeyr · 6 years ago
  25. bd1dca0 db_get_auth_data / db_get_auc: clarify return values by Neels Hofmeyr · 6 years ago
  26. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 6 years ago
  27. 6eb231e fix default logging levels to NOTICE, not DEBUG by Neels Hofmeyr · 7 years ago
  28. 7750d2c automatically create db tables on osmo-hlr invocation by Neels Hofmeyr · 7 years ago
  29. cd7fa45 db_test: fix *FLAGS by Neels Hofmeyr · 7 years ago
  30. 99a14c8 tests/Makefile: use test db var instead of repeating the path by Neels Hofmeyr · 7 years ago
  31. 3f697cd test_subscriber.ctrl: test against octal/hex interpretation of id by Neels Hofmeyr · 7 years ago
  32. 446eb0f ctrl: completely replace all CTRL commands by Neels Hofmeyr · 7 years ago
  33. 00b1d43 add hlr_subsrc_nam to put GSUP client notification in proper API by Neels Hofmeyr · 7 years ago
  34. 50e4de7 replace ctrl_test_runner.py with transcript test_subscriber.ctrl by Neels Hofmeyr · 7 years ago
  35. 86d09ec add test_nodes.vty by Neels Hofmeyr · 7 years ago
  36. 183e700 implement subscriber vty interface, tests by Neels Hofmeyr · 7 years ago
  37. b6837e3 fix db_subscr_get_by_*(): clear output data; test in db_test.c by Neels Hofmeyr · 7 years ago
  38. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  39. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  40. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  41. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  42. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  43. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  44. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  45. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  46. 9850946 add initial db_test: creating and deleting subscribers by Neels Hofmeyr · 7 years ago
  47. d4bb51b ctrl_test_runner.py: use proper constant as test db path by Neels Hofmeyr · 7 years ago
  48. f88c914 add CTRL tests for enable-/disable-/status-ps by Neels Hofmeyr · 7 years ago
  49. f95ce04 add basic CTRL interface tests by Neels Hofmeyr · 7 years ago
  50. 6249137 Another attempt at fixing .deb by Max · 7 years ago
  51. 02098d9 deb: use python in shebang by Max · 7 years ago
  52. 886ecef Attempt to fix .deb package by Max · 7 years ago
  53. 1f3a1ce tests/auc: Don't require python3 by Daniel Willmann · 7 years ago
  54. edebc22 debug log: output ind slot, previous sqn, and sqn db update by Neels Hofmeyr · 7 years ago
  55. cab2fcd UMTS AKA: implement SQN increment according to SEQ and IND by Neels Hofmeyr · 7 years ago
  56. ee392bb fix debug log: adjust to new SQN increment scheme by Neels Hofmeyr · 7 years ago
  57. ea1052d auc tests: fix after SQN scheme changes from libosmocore by Neels Hofmeyr · 7 years ago
  58. d846ae8 auc tests: adjust cosmetically to prepare for SQN changes by Neels Hofmeyr · 7 years ago
  59. 4436dec cosmetic: rename auc_3g_test.c to auc_test.c by Neels Hofmeyr · 7 years ago
  60. 21380ae cosmetic: auc_3g_test: improve test debugging tools by Neels Hofmeyr · 7 years ago
  61. b5b11e3 auc_compute_vectors(): fix AUTS resync for multiple vectors by Neels Hofmeyr · 7 years ago
  62. 8d97d34 cosmetic: refactor auc_compute_vectors(), add debug log by Neels Hofmeyr · 7 years ago
  63. 428c947 auc_3g_test: add AUTS test with N vectors, to show bug by Neels Hofmeyr · 7 years ago
  64. 3aa3c10 auc_3g_test: allow to inc fake rand bytes upon rand request by Neels Hofmeyr · 7 years ago
  65. 569d322 auc_gen_vectors(): ensure sane arguments, test by Neels Hofmeyr · 7 years ago
  66. ec9036b auc_3g_test: add AUTS resync test by Neels Hofmeyr · 7 years ago
  67. 6b883f7 auth: verify test sets from 3GPP TS 55.205 by Neels Hofmeyr · 7 years ago
  68. 8cde662 tests: auc_3g_test: implement vector generation test by Neels Hofmeyr · 7 years ago
  69. 00c0697 Add test suite skeleton with empty test (auc_3g_test) by Neels Hofmeyr · 7 years ago