1. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 7 years ago
  2. 6f3e8d6 add --enable-sanitize config option by Neels Hofmeyr · 7 years ago
  3. db5dae6 debian: install osmo-hlr.cfg to /etc/osmocom by Alexander Couzens · 7 years ago
  4. 38f0877 doc: install example .cfg files to $(docdir)/examples/ by Alexander Couzens · 7 years ago
  5. aee7be9 debian: include systemd service osmo-hlr.service by Alexander Couzens · 7 years ago
  6. 8db4906 db-tool: error-exit on too many arguments by Neels Hofmeyr · 7 years ago
  7. c82e6ad db-tool: cosmetic: tweak printf output by Neels Hofmeyr · 7 years ago
  8. 0959e8b db-tool: add command 'create' by Neels Hofmeyr · 7 years ago
  9. 4f3841c cosmetic: add comment on ignored return value by Neels Hofmeyr · 7 years ago
  10. bd0d5bf hlr.c: Avoid overflow of lu_operation.subscr.imsi by Harald Welte · 7 years ago
  11. 87a04b6 hlr_db_tool: fix error log strerror invocation by Neels Hofmeyr · 7 years ago
  12. 85e8a64 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  13. 0dcbd47 Tag/Release version 0.1.0 by Harald Welte · 7 years ago 0.1.0
  14. 71b5f5b Debian: Make sure we include osmo-hlr-db-tool in the package by Harald Welte · 7 years ago
  15. 73d14af add osmo-hlr-db-tool, program to migrate from osmo-nitb db by Neels Hofmeyr · 7 years ago
  16. 6eb231e fix default logging levels to NOTICE, not DEBUG by Neels Hofmeyr · 7 years ago
  17. dbced93 cosmetic: rename SL3_TXT macro, use osmo_strlcpy() by Neels Hofmeyr · 7 years ago
  18. 88c91f6 cosmetic: sql/hlr.sql: move comments by Neels Hofmeyr · 7 years ago
  19. 7750d2c automatically create db tables on osmo-hlr invocation by Neels Hofmeyr · 7 years ago
  20. cd7fa45 db_test: fix *FLAGS by Neels Hofmeyr · 7 years ago
  21. 99a14c8 tests/Makefile: use test db var instead of repeating the path by Neels Hofmeyr · 7 years ago
  22. c6a6d26 jenkins: use osmo-clean-workspace.sh before and after build by Neels Hofmeyr · 7 years ago
  23. 3f697cd test_subscriber.ctrl: test against octal/hex interpretation of id by Neels Hofmeyr · 7 years ago
  24. 446eb0f ctrl: completely replace all CTRL commands by Neels Hofmeyr · 7 years ago
  25. 234f9cb cosmetic: tweak params of hlr_controlif_setup() by Neels Hofmeyr · 7 years ago
  26. 16140f7 db api: fix/add API docs by Neels Hofmeyr · 7 years ago
  27. 36bec87 vty: fix output of empty IMSI by Neels Hofmeyr · 7 years ago
  28. 00b1d43 add hlr_subsrc_nam to put GSUP client notification in proper API by Neels Hofmeyr · 7 years ago
  29. 7ae8d87 api doc: say that lu_op_tx_del_subscr_data() doesn't free by Neels Hofmeyr · 7 years ago
  30. 68f8791 fix mem leak in handle_cmd_ps(): free luop by Neels Hofmeyr · 7 years ago
  31. e86437c luop: fix mem leak upon error in lu_op_alloc_conn() by Neels Hofmeyr · 7 years ago
  32. 200f56e add lu_op_free(), use in luop.c by Neels Hofmeyr · 7 years ago
  33. 50e4de7 replace ctrl_test_runner.py with transcript test_subscriber.ctrl by Neels Hofmeyr · 7 years ago
  34. 86d09ec add test_nodes.vty by Neels Hofmeyr · 7 years ago
  35. 183e700 implement subscriber vty interface, tests by Neels Hofmeyr · 7 years ago
  36. b6837e3 fix db_subscr_get_by_*(): clear output data; test in db_test.c by Neels Hofmeyr · 7 years ago
  37. 2e86ab3 debian: 'make check' needs sqlite3, add to Build-Depends by Neels Hofmeyr · 7 years ago
  38. c5122f2 code undup: use db_bind_text() in db_get_auth_data() by Neels Hofmeyr · 7 years ago
  39. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  40. 76328e5 code undup: use db_remove_reset() in db_auc.c by Neels Hofmeyr · 7 years ago
  41. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  42. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  43. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  44. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  45. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  46. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  47. 32633e2 db: use int64_t as subscriber id by Neels Hofmeyr · 7 years ago
  48. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  49. 9850946 add initial db_test: creating and deleting subscribers by Neels Hofmeyr · 7 years ago
  50. f7c3e6e add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi() by Neels Hofmeyr · 7 years ago
  51. 28da26e add db_bind_int() and db_bind_int64() by Neels Hofmeyr · 7 years ago
  52. cd83b8a cosmetic: don't log about missing SQLite log cb by Neels Hofmeyr · 7 years ago
  53. d3cd102 gitignore: tests/package.m4 by Neels Hofmeyr · 7 years ago
  54. d4bb51b ctrl_test_runner.py: use proper constant as test db path by Neels Hofmeyr · 7 years ago
  55. 1e31d18 cosmetic: db_hlr: SL3_TXT: clarify indenting by Neels Hofmeyr · 7 years ago
  56. e9c0c5b cosmetic: log: "SQLite" with capital L by Neels Hofmeyr · 7 years ago
  57. 3522819 debian/rules: show testsuite.log when tests are failing by Alexander Couzens · 7 years ago
  58. 40aa61c cosmetic: log IMSI='<imsi>', log "no such subscriber" by Neels Hofmeyr · 7 years ago
  59. 0cac0a0 cosmetic: multi-line DB_STMT_AUC_BY_IMSI by Neels Hofmeyr · 7 years ago
  60. f314459 cosmetic: refactor db_bind_imsi() as db_bind_text() by Neels Hofmeyr · 7 years ago
  61. 518335e cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi() by Neels Hofmeyr · 7 years ago
  62. 4bde949 cosmetic: prepend DB_STMT_ to enum stmt_idx entries by Neels Hofmeyr · 7 years ago
  63. 32c38f0 debian: remove unneeded dependency libdbd-sqlite3 by Pau Espin Pedrol · 7 years ago
  64. f88c914 add CTRL tests for enable-/disable-/status-ps by Neels Hofmeyr · 7 years ago
  65. f95ce04 add basic CTRL interface tests by Neels Hofmeyr · 7 years ago
  66. 05c8b46 Use value string check from osmo-ci by Max · 7 years ago
  67. 43bf7bc Use release helper from libosmocore by Max · 7 years ago
  68. 0b1b6b1 jenkins.sh: Proper error message if local environment isn't set up by Harald Welte · 7 years ago
  69. 84201d3 use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222 by Neels Hofmeyr · 7 years ago
  70. 6249137 Another attempt at fixing .deb by Max · 7 years ago
  71. 02098d9 deb: use python in shebang by Max · 7 years ago
  72. 886ecef Attempt to fix .deb package by Max · 7 years ago
  73. 1f3a1ce tests/auc: Don't require python3 by Daniel Willmann · 7 years ago
  74. 69f3860 hlr_data.sql: Insert ki and opc instead of op to example data by Daniel Willmann · 7 years ago
  75. ce9bc40 VTY: Add hlr node and bind ip field by Pau Espin Pedrol · 7 years ago
  76. 1790c82 install hlr.sql in prefix/doc/osmo-hlr/ by Neels Hofmeyr · 7 years ago
  77. 63b7e86 Add systemd service file by Daniel Willmann · 7 years ago
  78. 0ad929b debian: remove obsolete dependency by Max · 7 years ago
  79. 6fb234c add config example (mostly empty) by Neels Hofmeyr · 7 years ago
  80. 743cf42 fix db_subscr_ps error handling by Neels Hofmeyr · 7 years ago
  81. 9d27398 jenkins: add value_string termination check by Neels Hofmeyr · 7 years ago
  82. edebc22 debug log: output ind slot, previous sqn, and sqn db update by Neels Hofmeyr · 7 years ago
  83. cab2fcd UMTS AKA: implement SQN increment according to SEQ and IND by Neels Hofmeyr · 7 years ago
  84. ee392bb fix debug log: adjust to new SQN increment scheme by Neels Hofmeyr · 7 years ago
  85. ea1052d auc tests: fix after SQN scheme changes from libosmocore by Neels Hofmeyr · 7 years ago
  86. d846ae8 auc tests: adjust cosmetically to prepare for SQN changes by Neels Hofmeyr · 7 years ago
  87. 7f39468 deb: fix OBS build by Max · 7 years ago
  88. e9d37db Add .deb packaging by Max · 7 years ago
  89. 5ecdc56 fix: properly handle error rc by osmo_gsup_conn_ccm_get() by Neels Hofmeyr · 7 years ago
  90. 9cacb6f CTRL: add enable/disable packet service cmds by Max · 7 years ago
  91. 372868b Add CTRL interface by Max · 7 years ago
  92. adc6648 Make subscr parameter to db_subscr_get() optional by Max · 7 years ago
  93. d4bebbd Add global HLR struct by Max · 7 years ago
  94. 4436dec cosmetic: rename auc_3g_test.c to auc_test.c by Neels Hofmeyr · 7 years ago
  95. 21380ae cosmetic: auc_3g_test: improve test debugging tools by Neels Hofmeyr · 7 years ago
  96. b5b11e3 auc_compute_vectors(): fix AUTS resync for multiple vectors by Neels Hofmeyr · 7 years ago
  97. 8d97d34 cosmetic: refactor auc_compute_vectors(), add debug log by Neels Hofmeyr · 7 years ago
  98. 428c947 auc_3g_test: add AUTS test with N vectors, to show bug by Neels Hofmeyr · 7 years ago
  99. 3aa3c10 auc_3g_test: allow to inc fake rand bytes upon rand request by Neels Hofmeyr · 7 years ago
  100. 569d322 auc_gen_vectors(): ensure sane arguments, test by Neels Hofmeyr · 7 years ago