1. e6f695e SS/USSD: implement basic USSE routing configuration for VTY by Harald Welte · 6 years ago fixeria/ussd
  2. 35d2342 Store identity of VLR/SGSN in UpdateLocation by Harald Welte · 6 years ago
  3. 6b274b9 sql/Makefile: Create empty /var/lib/osmocom directory at install time by Pau Espin Pedrol · 6 years ago pespin/debian
  4. edca4f8 sql/Makefile: Install sql files under doc/.../sql subdir by Pau Espin Pedrol · 6 years ago
  5. b9c1028 sql/Makefile: Install hlr_data.sql as example together with hlr.sql by Pau Espin Pedrol · 6 years ago
  6. 1442e3a debian: Avoid installing duplicate cfg file in /etc by Pau Espin Pedrol · 6 years ago
  7. 0b8f054 sql/Makefile.am: Make docsdir completely configurable by Martin Hauke · 6 years ago
  8. fa7ee33 Add "show gsup-connections" VTY command by Harald Welte · 6 years ago
  9. 8fbf82b gsup_router: Use "#pragma once" and add missing #includes by Harald Welte · 6 years ago
  10. bd72f13 move osmo_gsup_addr_send() declaration from luop.h to gsup_router.h by Harald Welte · 6 years ago
  11. 32acace gsup_server: Add "priv" pointer and make it point to 'struct hlr' by Harald Welte · 6 years ago
  12. b85f604 disable blind subscriber insertion into every VLR/SGSN by Harald Welte · 6 years ago
  13. a1d3b04 Return proper GSUP error in case of too short IMSI by Harald Welte · 6 years ago
  14. f83432c move creation of insert subscriber data messages to a common function by Stefan Sperling · 6 years ago
  15. 78f4301 Bump version: 0.2.0.3-1b8a → 0.2.1 by Pau Espin Pedrol · 6 years ago 0.2.1
  16. 1b8a1dc add error handling to osmo_gsup_configure_wildcard_apn() by Neels Hofmeyr · 6 years ago
  17. 9d307ec add gsup_test to catch OS#3231 by Neels Hofmeyr · 6 years ago
  18. 5aeb438 fix luop crash: use buffer for APN that remains valid by Neels Hofmeyr · 6 years ago
  19. cb360f0 Bump version: 0.1.0.39-1cb4-dirty → 0.2.0 by Pau Espin Pedrol · 6 years ago 0.2.0
  20. 1cb4892 don't forget to mark luop as a packet switched connection by Stefan Sperling · 6 years ago
  21. 93c5b10 rewrite subscriber_update_notify() without calls into luop by Stefan Sperling · 6 years ago
  22. ec9440f Remove unused src/db_test.c by Pau Espin Pedrol · 6 years ago
  23. 5153031 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  24. f162252 notify GSUP clients when HLR subscriber information changes by Stefan Sperling · 6 years ago
  25. 8f84014 more robust usage of osmo_timer API for osmo-hlr luop timer by Stefan Sperling · 6 years ago
  26. 70e7f21 jenkins.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  27. 2e78858 configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  28. 3f2a9a2 Fix responses to PURGE MS by Harald Welte · 6 years ago
  29. 880a34d vty: Don't print error if removing auth data while none present by Harald Welte · 6 years ago
  30. 7ee6e55 osmo-hlr: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  31. 9214c6c Fix expected test output after new 'logging print file 1' vty command by Harald Welte · 6 years ago
  32. 79fc698 Add missing build products in .gitignore by Alexander Huemer · 6 years ago
  33. ba1605a fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS by Neels Hofmeyr · 6 years ago
  34. b6265d1 Enable sanitize for CI tests by Max · 6 years ago
  35. 6c84da5 ctrl test: fix: adjust expectations after stricter ctrl parsing by Neels Hofmeyr · 6 years ago
  36. 84c2f43 fix debug log: put 'deriving 2G from 3G' in proper place by Neels Hofmeyr · 6 years ago
  37. 63f68cc fix test_subscriber_errors.ctrl after libosmocore change by Neels Hofmeyr · 6 years ago
  38. b5d7701 contrib:jenkins.sh: Enable Werror by Pau Espin Pedrol · 6 years ago
  39. fc96f68 luop.c: Transform FIXME from warning to pragma message by Pau Espin Pedrol · 6 years ago
  40. 43bd606 Remove unused ipa.py by Max · 6 years ago
  41. 2dee60e db_test: also test db_get_auc() return values by Neels Hofmeyr · 6 years ago
  42. ab4d509 osmo-hlr: log details for unknown IMSI / no auth data / db error by Neels Hofmeyr · 6 years ago
  43. bd1dca0 db_get_auth_data / db_get_auc: clarify return values by Neels Hofmeyr · 6 years ago
  44. 33eeeef Remove unused check by Max · 6 years ago
  45. 33cbde9 return GMM_CAUSE_IMSI_UNKNOWN if there is no auth data by Neels Hofmeyr · 6 years ago
  46. 671db90 cosmetic: rx_send_auth_info(): decide error cause with switch() by Neels Hofmeyr · 6 years ago
  47. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 6 years ago
  48. 6f3e8d6 add --enable-sanitize config option by Neels Hofmeyr · 6 years ago
  49. db5dae6 debian: install osmo-hlr.cfg to /etc/osmocom by Alexander Couzens · 6 years ago
  50. 38f0877 doc: install example .cfg files to $(docdir)/examples/ by Alexander Couzens · 6 years ago
  51. aee7be9 debian: include systemd service osmo-hlr.service by Alexander Couzens · 6 years ago
  52. 8db4906 db-tool: error-exit on too many arguments by Neels Hofmeyr · 7 years ago
  53. c82e6ad db-tool: cosmetic: tweak printf output by Neels Hofmeyr · 7 years ago
  54. 0959e8b db-tool: add command 'create' by Neels Hofmeyr · 7 years ago
  55. 4f3841c cosmetic: add comment on ignored return value by Neels Hofmeyr · 7 years ago
  56. bd0d5bf hlr.c: Avoid overflow of lu_operation.subscr.imsi by Harald Welte · 7 years ago
  57. 87a04b6 hlr_db_tool: fix error log strerror invocation by Neels Hofmeyr · 7 years ago
  58. 85e8a64 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  59. 0dcbd47 Tag/Release version 0.1.0 by Harald Welte · 7 years ago 0.1.0
  60. 71b5f5b Debian: Make sure we include osmo-hlr-db-tool in the package by Harald Welte · 7 years ago
  61. 73d14af add osmo-hlr-db-tool, program to migrate from osmo-nitb db by Neels Hofmeyr · 7 years ago
  62. 6eb231e fix default logging levels to NOTICE, not DEBUG by Neels Hofmeyr · 7 years ago
  63. dbced93 cosmetic: rename SL3_TXT macro, use osmo_strlcpy() by Neels Hofmeyr · 7 years ago
  64. 88c91f6 cosmetic: sql/hlr.sql: move comments by Neels Hofmeyr · 7 years ago
  65. 7750d2c automatically create db tables on osmo-hlr invocation by Neels Hofmeyr · 7 years ago
  66. cd7fa45 db_test: fix *FLAGS by Neels Hofmeyr · 7 years ago
  67. 99a14c8 tests/Makefile: use test db var instead of repeating the path by Neels Hofmeyr · 7 years ago
  68. c6a6d26 jenkins: use osmo-clean-workspace.sh before and after build by Neels Hofmeyr · 7 years ago
  69. 3f697cd test_subscriber.ctrl: test against octal/hex interpretation of id by Neels Hofmeyr · 7 years ago
  70. 446eb0f ctrl: completely replace all CTRL commands by Neels Hofmeyr · 7 years ago
  71. 234f9cb cosmetic: tweak params of hlr_controlif_setup() by Neels Hofmeyr · 7 years ago
  72. 16140f7 db api: fix/add API docs by Neels Hofmeyr · 7 years ago
  73. 36bec87 vty: fix output of empty IMSI by Neels Hofmeyr · 7 years ago
  74. 00b1d43 add hlr_subsrc_nam to put GSUP client notification in proper API by Neels Hofmeyr · 7 years ago
  75. 7ae8d87 api doc: say that lu_op_tx_del_subscr_data() doesn't free by Neels Hofmeyr · 7 years ago
  76. 68f8791 fix mem leak in handle_cmd_ps(): free luop by Neels Hofmeyr · 7 years ago
  77. e86437c luop: fix mem leak upon error in lu_op_alloc_conn() by Neels Hofmeyr · 7 years ago
  78. 200f56e add lu_op_free(), use in luop.c by Neels Hofmeyr · 7 years ago
  79. 50e4de7 replace ctrl_test_runner.py with transcript test_subscriber.ctrl by Neels Hofmeyr · 7 years ago
  80. 86d09ec add test_nodes.vty by Neels Hofmeyr · 7 years ago
  81. 183e700 implement subscriber vty interface, tests by Neels Hofmeyr · 7 years ago
  82. b6837e3 fix db_subscr_get_by_*(): clear output data; test in db_test.c by Neels Hofmeyr · 7 years ago
  83. 2e86ab3 debian: 'make check' needs sqlite3, add to Build-Depends by Neels Hofmeyr · 7 years ago
  84. c5122f2 code undup: use db_bind_text() in db_get_auth_data() by Neels Hofmeyr · 7 years ago
  85. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  86. 76328e5 code undup: use db_remove_reset() in db_auc.c by Neels Hofmeyr · 7 years ago
  87. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  88. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  89. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  90. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  91. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  92. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  93. 32633e2 db: use int64_t as subscriber id by Neels Hofmeyr · 7 years ago
  94. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  95. 9850946 add initial db_test: creating and deleting subscribers by Neels Hofmeyr · 7 years ago
  96. f7c3e6e add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi() by Neels Hofmeyr · 7 years ago
  97. 28da26e add db_bind_int() and db_bind_int64() by Neels Hofmeyr · 7 years ago
  98. cd83b8a cosmetic: don't log about missing SQLite log cb by Neels Hofmeyr · 7 years ago
  99. d3cd102 gitignore: tests/package.m4 by Neels Hofmeyr · 7 years ago
  100. d4bb51b ctrl_test_runner.py: use proper constant as test db path by Neels Hofmeyr · 7 years ago