Release v1.2.1 on 2020-12-29.
  1. 32acace gsup_server: Add "priv" pointer and make it point to 'struct hlr' by Harald Welte · 6 years ago
  2. b85f604 disable blind subscriber insertion into every VLR/SGSN by Harald Welte · 6 years ago
  3. a1d3b04 Return proper GSUP error in case of too short IMSI by Harald Welte · 6 years ago
  4. f83432c move creation of insert subscriber data messages to a common function by Stefan Sperling · 6 years ago
  5. 1b8a1dc add error handling to osmo_gsup_configure_wildcard_apn() by Neels Hofmeyr · 6 years ago
  6. 9d307ec add gsup_test to catch OS#3231 by Neels Hofmeyr · 6 years ago
  7. 5aeb438 fix luop crash: use buffer for APN that remains valid by Neels Hofmeyr · 6 years ago
  8. 1cb4892 don't forget to mark luop as a packet switched connection by Stefan Sperling · 6 years ago
  9. 93c5b10 rewrite subscriber_update_notify() without calls into luop by Stefan Sperling · 6 years ago
  10. ec9440f Remove unused src/db_test.c by Pau Espin Pedrol · 6 years ago
  11. 5153031 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  12. f162252 notify GSUP clients when HLR subscriber information changes by Stefan Sperling · 6 years ago
  13. 8f84014 more robust usage of osmo_timer API for osmo-hlr luop timer by Stefan Sperling · 6 years ago
  14. 3f2a9a2 Fix responses to PURGE MS by Harald Welte · 6 years ago
  15. 880a34d vty: Don't print error if removing auth data while none present by Harald Welte · 6 years ago
  16. 7ee6e55 osmo-hlr: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  17. 84c2f43 fix debug log: put 'deriving 2G from 3G' in proper place by Neels Hofmeyr · 6 years ago
  18. fc96f68 luop.c: Transform FIXME from warning to pragma message by Pau Espin Pedrol · 6 years ago
  19. ab4d509 osmo-hlr: log details for unknown IMSI / no auth data / db error by Neels Hofmeyr · 7 years ago
  20. bd1dca0 db_get_auth_data / db_get_auc: clarify return values by Neels Hofmeyr · 7 years ago
  21. 33cbde9 return GMM_CAUSE_IMSI_UNKNOWN if there is no auth data by Neels Hofmeyr · 7 years ago
  22. 671db90 cosmetic: rx_send_auth_info(): decide error cause with switch() by Neels Hofmeyr · 7 years ago
  23. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 7 years ago
  24. 8db4906 db-tool: error-exit on too many arguments by Neels Hofmeyr · 7 years ago
  25. c82e6ad db-tool: cosmetic: tweak printf output by Neels Hofmeyr · 7 years ago
  26. 0959e8b db-tool: add command 'create' by Neels Hofmeyr · 7 years ago
  27. 4f3841c cosmetic: add comment on ignored return value by Neels Hofmeyr · 7 years ago
  28. bd0d5bf hlr.c: Avoid overflow of lu_operation.subscr.imsi by Harald Welte · 7 years ago
  29. 87a04b6 hlr_db_tool: fix error log strerror invocation by Neels Hofmeyr · 7 years ago
  30. 85e8a64 vty: skip installing cmds now always installed by default by Neels Hofmeyr · 7 years ago
  31. 73d14af add osmo-hlr-db-tool, program to migrate from osmo-nitb db by Neels Hofmeyr · 7 years ago
  32. 6eb231e fix default logging levels to NOTICE, not DEBUG by Neels Hofmeyr · 7 years ago
  33. dbced93 cosmetic: rename SL3_TXT macro, use osmo_strlcpy() by Neels Hofmeyr · 7 years ago
  34. 7750d2c automatically create db tables on osmo-hlr invocation by Neels Hofmeyr · 7 years ago
  35. 446eb0f ctrl: completely replace all CTRL commands by Neels Hofmeyr · 7 years ago
  36. 234f9cb cosmetic: tweak params of hlr_controlif_setup() by Neels Hofmeyr · 7 years ago
  37. 16140f7 db api: fix/add API docs by Neels Hofmeyr · 7 years ago
  38. 36bec87 vty: fix output of empty IMSI by Neels Hofmeyr · 7 years ago
  39. 00b1d43 add hlr_subsrc_nam to put GSUP client notification in proper API by Neels Hofmeyr · 7 years ago
  40. 7ae8d87 api doc: say that lu_op_tx_del_subscr_data() doesn't free by Neels Hofmeyr · 7 years ago
  41. 68f8791 fix mem leak in handle_cmd_ps(): free luop by Neels Hofmeyr · 7 years ago
  42. e86437c luop: fix mem leak upon error in lu_op_alloc_conn() by Neels Hofmeyr · 7 years ago
  43. 200f56e add lu_op_free(), use in luop.c by Neels Hofmeyr · 7 years ago
  44. 183e700 implement subscriber vty interface, tests by Neels Hofmeyr · 7 years ago
  45. b6837e3 fix db_subscr_get_by_*(): clear output data; test in db_test.c by Neels Hofmeyr · 7 years ago
  46. c5122f2 code undup: use db_bind_text() in db_get_auth_data() by Neels Hofmeyr · 7 years ago
  47. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  48. 76328e5 code undup: use db_remove_reset() in db_auc.c by Neels Hofmeyr · 7 years ago
  49. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  50. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  51. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  52. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  53. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  54. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  55. 32633e2 db: use int64_t as subscriber id by Neels Hofmeyr · 7 years ago
  56. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  57. f7c3e6e add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi() by Neels Hofmeyr · 7 years ago
  58. 28da26e add db_bind_int() and db_bind_int64() by Neels Hofmeyr · 7 years ago
  59. cd83b8a cosmetic: don't log about missing SQLite log cb by Neels Hofmeyr · 7 years ago
  60. 1e31d18 cosmetic: db_hlr: SL3_TXT: clarify indenting by Neels Hofmeyr · 7 years ago
  61. e9c0c5b cosmetic: log: "SQLite" with capital L by Neels Hofmeyr · 7 years ago
  62. 40aa61c cosmetic: log IMSI='<imsi>', log "no such subscriber" by Neels Hofmeyr · 7 years ago
  63. 0cac0a0 cosmetic: multi-line DB_STMT_AUC_BY_IMSI by Neels Hofmeyr · 7 years ago
  64. f314459 cosmetic: refactor db_bind_imsi() as db_bind_text() by Neels Hofmeyr · 7 years ago
  65. 518335e cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi() by Neels Hofmeyr · 7 years ago
  66. 4bde949 cosmetic: prepend DB_STMT_ to enum stmt_idx entries by Neels Hofmeyr · 7 years ago
  67. 84201d3 use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222 by Neels Hofmeyr · 7 years ago
  68. ce9bc40 VTY: Add hlr node and bind ip field by Pau Espin Pedrol · 7 years ago
  69. 743cf42 fix db_subscr_ps error handling by Neels Hofmeyr · 7 years ago
  70. edebc22 debug log: output ind slot, previous sqn, and sqn db update by Neels Hofmeyr · 7 years ago
  71. cab2fcd UMTS AKA: implement SQN increment according to SEQ and IND by Neels Hofmeyr · 7 years ago
  72. ee392bb fix debug log: adjust to new SQN increment scheme by Neels Hofmeyr · 7 years ago
  73. 5ecdc56 fix: properly handle error rc by osmo_gsup_conn_ccm_get() by Neels Hofmeyr · 7 years ago
  74. 9cacb6f CTRL: add enable/disable packet service cmds by Max · 7 years ago
  75. 372868b Add CTRL interface by Max · 7 years ago
  76. adc6648 Make subscr parameter to db_subscr_get() optional by Max · 7 years ago
  77. d4bebbd Add global HLR struct by Max · 7 years ago
  78. b5b11e3 auc_compute_vectors(): fix AUTS resync for multiple vectors by Neels Hofmeyr · 7 years ago
  79. 8d97d34 cosmetic: refactor auc_compute_vectors(), add debug log by Neels Hofmeyr · 7 years ago
  80. 569d322 auc_gen_vectors(): ensure sane arguments, test by Neels Hofmeyr · 7 years ago
  81. 3ce3686 Add routines to update nam_ps by Max · 7 years ago
  82. 58d4a84 Fix compiler's warning about printf security by Max · 7 years ago
  83. 00b3715 db: move duplicated code into helper functions by Max · 7 years ago
  84. ea8b0d4 Move lu_operation into separate file by Max · 7 years ago
  85. aa0fefd Use strings for GSUP message type by Max · 7 years ago
  86. 27c6b90 Move GSUP msg init into separate function by Max · 7 years ago
  87. f8c7b6f Log error cause as a string by Max · 7 years ago
  88. 912a303 UMTS AKA resync: fix argument ordering by Neels Hofmeyr · 7 years ago
  89. 8cde662 tests: auc_3g_test: implement vector generation test by Neels Hofmeyr · 7 years ago
  90. 7685a78 main: add VTY and '-c config-file' option by Neels Hofmeyr · 7 years ago
  91. 7f9491f main: add option parsing with db file and default options by Neels Hofmeyr · 7 years ago
  92. ca43e30 main: add and use root talloc ctx by Neels Hofmeyr · 7 years ago
  93. 5b581ac auc.c: typo in comment by Neels Hofmeyr · 7 years ago
  94. 0acd31e log: move a log from info to debug level by Neels Hofmeyr · 7 years ago
  95. 4307ad9 debug log: log computed vector kinds by Neels Hofmeyr · 7 years ago
  96. 627de84 gsup: send subscriber MSISDN by Neels Hofmeyr · 7 years ago
  97. 2fc63a6 Add hardcoded APN by Max · 7 years ago
  98. cb2a634 build: recoin db_test as non-installable program by Neels Hofmeyr · 7 years ago
  99. 3e6a69d fix DLGSUP logging cat after change in libosmocore by Neels Hofmeyr · 7 years ago
  100. ec1b959 fix various compiler warnings by Neels Hofmeyr · 7 years ago