1. c3d4032 add --db-check option by Neels Hofmeyr · 4 years, 7 months ago
  2. a9f8a4b fix upgrade to version 2: imei column default value by Neels Hofmeyr · 4 years, 7 months ago
  3. f5459de db upgrade to v2: log version 2, not 1 by Neels Hofmeyr · 4 years, 7 months ago
  4. 7d2843d fix double free in osmo_gsup_client_enc_send() by Neels Hofmeyr · 4 years, 7 months ago
  5. 2b0bf31 tests/test_nodes.vty: check less libosmocore cmds by Oliver Smith · 4 years, 8 months ago
  6. 28f0774 tests: Fix db_test err file to expect error code name instead of value by Pau Espin Pedrol · 4 years, 9 months ago
  7. b07f33d fix spelling errors detected by lintian by Thorsten Alteholz · 4 years, 10 months ago
  8. 8b860e5 Fix test for return codes on mipsel and alpha archs by Ruben Undheim · 6 years ago
  9. 9cf0030 Bump version: 1.0.0.49-e493-dirty → 1.1.0 by Pau Espin Pedrol · 4 years, 10 months ago 1.1.0
  10. b9b224c configure.ac: Require libosmocore 1.2.0 by Pau Espin Pedrol · 4 years, 10 months ago
  11. e49391b Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  12. fbd736e src/db.c: integrate SQLite3 with talloc allocator by Vadim Yanitskiy · 6 years ago
  13. dc30154 tests/db_test: close the database when test is finished by Vadim Yanitskiy · 4 years, 10 months ago
  14. 3764217 build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD' by Vadim Yanitskiy · 4 years, 10 months ago
  15. 6401b90 db_auc.c: verify hex key sizes read from DB by Oliver Smith · 4 years, 10 months ago
  16. 5b5cac7 gitignore: ignore everything generated in db_test by Oliver Smith · 4 years, 10 months ago
  17. 937f583 hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference by Vadim Yanitskiy · 4 years, 10 months ago
  18. 4ca7f6a hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn() by Vadim Yanitskiy · 4 years, 10 months ago
  19. b64cb27 manuals: improve subscribers create on demand by Oliver Smith · 4 years, 10 months ago
  20. 3b33b01 VTY: add subscriber update network-access-mode by Oliver Smith · 4 years, 10 months ago
  21. 78abea6 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 11 months ago
  22. 9ac494f manuals: Update vty documentation by Daniel Willmann · 5 years ago
  23. d62d401 manuals: Add script to update vty/counter documentation from docker by Daniel Willmann · 5 years ago
  24. 103c11b rx_check_imei_req(): fix IMEI bounds checking by Oliver Smith · 5 years ago
  25. 63de00c db_hlr: zero-initialize "struct tm" by Oliver Smith · 5 years ago
  26. 1a1398e db_test: set timezone to work around mktime bug by Oliver Smith · 5 years ago
  27. a8253a5 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  28. 29f371f src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2() by Vadim Yanitskiy · 5 years ago
  29. 2e403d6 src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size by Vadim Yanitskiy · 5 years ago
  30. c415723 Document subscribers create on demand feature by Oliver Smith · 5 years ago
  31. c7f1787 Create subscribers on demand by Oliver Smith · 5 years ago
  32. c13599d db_hlr.c: add db_subscr_exists_by_msisdn() by Vadim Yanitskiy · 5 years ago
  33. 6b73fd9 db_hlr.c: add db_subscr_exists_by_imsi() by Oliver Smith · 5 years ago
  34. cd2af5e db_hlr.c: db_subscr_create(): add flags argument by Oliver Smith · 5 years ago
  35. e21b45a use new OSMO_IMSI_BUF_SIZE by Neels Hofmeyr · 5 years ago
  36. 5857c59 osmo-hlr: allow configuring db path from cfg file by Neels Hofmeyr · 5 years ago
  37. d9724f4 hlr.c: fix possible msgb memleaks in read_cb() by Vadim Yanitskiy · 5 years ago
  38. c69a18b hlr.c: check the presence of msgb->l2h in read_cb() by Vadim Yanitskiy · 5 years ago
  39. 8625cda hlr.c: fix: properly print the original message type in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  40. 609978d hlr.c: fix: also store the session state in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  41. 28f0af8 hlr.c: forward GSUP messages between clients by Oliver Smith · 5 years ago
  42. 9f6e558 add missing error log: invalid IMSI by Neels Hofmeyr · 5 years ago
  43. 633fe29 fix error logging for GSUP route by Neels Hofmeyr · 5 years ago
  44. 7d53ae1 USSD: don't use gsm0480_msgb_alloc_name() by Oliver Smith · 5 years ago
  45. 95abc2b USSD: save MO USSD's originating MSC's vlr_number by Oliver Smith · 5 years ago
  46. f1fe94c USSD: fix routing to multiple MSC by Neels Hofmeyr · 5 years ago
  47. f7d3251 Cosmetic: gsup_route_find: comment addr, addrlen by Oliver Smith · 5 years ago
  48. 3cf87fe tests: use -no-install libtool flag to avoid ./lt-* scripts by Oliver Smith · 5 years ago
  49. ee7c0cb hlr.c: properly terminate the process on SIGTERM by Vadim Yanitskiy · 5 years ago
  50. c5044cf hlr.c: move hlr_ctx to the top by Oliver Smith · 5 years ago
  51. 20ddfdb Enable statsd support by Max · 5 years ago
  52. 227834b Add link to project wiki to .service file by Max · 5 years ago
  53. 44a2180 Log ip:port when adding GSUP routes by Max · 5 years ago
  54. f9cf180 hlr.c: replace deprecated osmo_gsup_get_err_msg_type() by Oliver Smith · 5 years ago
  55. 02078b7 VTY: integrate IMEI by Oliver Smith · 5 years ago
  56. ef64b23 VTY tests: fill DB before running test by Oliver Smith · 5 years ago
  57. 851814a Optionally store IMEI in subscriber table by Oliver Smith · 5 years ago
  58. 81db389 Add IMEI column to subscriber table by Oliver Smith · 5 years ago
  59. 7943e26 docs: running: document --db-upgrade by Oliver Smith · 5 years ago
  60. e0c6fe5 Bump version: 0.2.1.55-607c-dirty → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  61. f58f445 test_nodes.vty: Since libosmocore 1.0.0, we only have one space by Harald Welte · 5 years ago
  62. 15f624e docs: running: s/OsmoBTS/OsmoHLR by Oliver Smith · 5 years ago
  63. d4e0e4d docs: running: same argument order as osmo-hlr -h by Oliver Smith · 5 years ago
  64. 2dc7d96 Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi() by Oliver Smith · 5 years ago
  65. 52c4aa0 gitignore: add tests/hlr_vty_test.db* by Oliver Smith · 5 years ago
  66. 66106c0 Cosmetic: hlr.c: remove confusing indent below if by Oliver Smith · 5 years ago
  67. 783ac81 Reply to CHECK-IMEI GSUP messages by Oliver Smith · 5 years ago
  68. df8d454 gsupclient: introduce osmo_gsup_client_enc_send() by Vadim Yanitskiy · 5 years ago
  69. 9ea9bbb contrib: fix makedistcheck with disabled systemd by Oliver Smith · 5 years ago
  70. 5c14c9c display last location update timestamp in vty by Stefan Sperling · 5 years ago
  71. 705b61b add whitespace around PRId64 constants by Stefan Sperling · 5 years ago
  72. 638ba8c store a timestamp of the last location update seen from a subscriber by Stefan Sperling · 5 years ago
  73. 55f5efa introduce osmo_gsup_client_create2() by Stefan Sperling · 5 years ago
  74. e6ce52b SS/USSD: fix: properly (re)schedule NCSS session timeout by Vadim Yanitskiy · 5 years ago
  75. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 5 years ago
  76. 9c8806a SS/USSD: release IUSE sessions immediately after response by Vadim Yanitskiy · 5 years ago
  77. 4b8be4d contrib/jenkins.sh: build and publish manuals by Oliver Smith · 5 years ago
  78. bc9bead Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 5 years ago
  79. 4655e6f Rename db_bootstrap.sed to db_sql2c.sed by Neels Hofmeyr · 5 years ago
  80. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 5 years ago
  81. a820ea1 implement removal of MSISDN by Neels Hofmeyr · 5 years ago
  82. 8aa780b add 'show subscriber' command, alias for 'subscriber ... show' by Neels Hofmeyr · 5 years ago
  83. f08da24 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  84. 62ce834 Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 5 years ago
  85. bf6b4eb hlr: update vty reference by Neels Hofmeyr · 6 years ago
  86. 79efdf3 OsmoBSC/HLR/MSC: Fix default config file name by Daniel Willmann · 6 years ago
  87. b41394a hlr: Add chapter on USSD configuration by Harald Welte · 6 years ago
  88. 0c331ab hlr: clarify that aud_3g also applies to 2G by Neels Hofmeyr · 6 years ago
  89. 25e716c vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 6 years ago
  90. 92e49ef OsmoHLR: update vty reference by Neels Hofmeyr · 6 years ago
  91. 95380ab share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR by Harald Welte · 6 years ago
  92. 849bfd0 OsmoHLR: update section 'Bootstrap the Database' by Neels Hofmeyr · 6 years ago
  93. 7e2d3c7 OsmoHLR: update ctrl description and examples by Neels Hofmeyr · 7 years ago
  94. 8f725ae OsmoHLR: add make target to update the example ctrl and vty files by Neels Hofmeyr · 7 years ago
  95. 1ed4bb4 refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  96. 25dd785 add OsmoHLR manual, OsmoHLR VTY reference by Neels Hofmeyr · 7 years ago
  97. 4f5f6f8 Importing history from osmo-gsm-manuals.git by Neels Hofmeyr · 5 years ago
  98. e66e525 fix and re-enable osmo_hlr_subscriber_update_notify() by Neels Hofmeyr · 6 years ago
  99. 4a4bdcd hlr_ussd.c: fix: reject 'structured' SS requests by Vadim Yanitskiy · 6 years ago
  100. cb364bb store gsup peer upon accepting LU by Neels Hofmeyr · 6 years ago