1. 78abea6 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  2. 9ac494f manuals: Update vty documentation by Daniel Willmann · 5 years ago
  3. d62d401 manuals: Add script to update vty/counter documentation from docker by Daniel Willmann · 5 years ago
  4. 103c11b rx_check_imei_req(): fix IMEI bounds checking by Oliver Smith · 5 years ago
  5. 63de00c db_hlr: zero-initialize "struct tm" by Oliver Smith · 5 years ago
  6. 1a1398e db_test: set timezone to work around mktime bug by Oliver Smith · 5 years ago
  7. a8253a5 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  8. 29f371f src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2() by Vadim Yanitskiy · 5 years ago
  9. 2e403d6 src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size by Vadim Yanitskiy · 5 years ago
  10. c415723 Document subscribers create on demand feature by Oliver Smith · 5 years ago
  11. c7f1787 Create subscribers on demand by Oliver Smith · 5 years ago
  12. c13599d db_hlr.c: add db_subscr_exists_by_msisdn() by Vadim Yanitskiy · 5 years ago
  13. 6b73fd9 db_hlr.c: add db_subscr_exists_by_imsi() by Oliver Smith · 5 years ago
  14. cd2af5e db_hlr.c: db_subscr_create(): add flags argument by Oliver Smith · 5 years ago
  15. e21b45a use new OSMO_IMSI_BUF_SIZE by Neels Hofmeyr · 5 years ago
  16. 5857c59 osmo-hlr: allow configuring db path from cfg file by Neels Hofmeyr · 5 years ago
  17. d9724f4 hlr.c: fix possible msgb memleaks in read_cb() by Vadim Yanitskiy · 5 years ago
  18. c69a18b hlr.c: check the presence of msgb->l2h in read_cb() by Vadim Yanitskiy · 5 years ago
  19. 8625cda hlr.c: fix: properly print the original message type in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  20. 609978d hlr.c: fix: also store the session state in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  21. 28f0af8 hlr.c: forward GSUP messages between clients by Oliver Smith · 5 years ago
  22. 9f6e558 add missing error log: invalid IMSI by Neels Hofmeyr · 5 years ago
  23. 633fe29 fix error logging for GSUP route by Neels Hofmeyr · 5 years ago
  24. 7d53ae1 USSD: don't use gsm0480_msgb_alloc_name() by Oliver Smith · 5 years ago
  25. 95abc2b USSD: save MO USSD's originating MSC's vlr_number by Oliver Smith · 5 years ago
  26. f1fe94c USSD: fix routing to multiple MSC by Neels Hofmeyr · 5 years ago
  27. f7d3251 Cosmetic: gsup_route_find: comment addr, addrlen by Oliver Smith · 5 years ago
  28. 3cf87fe tests: use -no-install libtool flag to avoid ./lt-* scripts by Oliver Smith · 5 years ago
  29. ee7c0cb hlr.c: properly terminate the process on SIGTERM by Vadim Yanitskiy · 5 years ago
  30. c5044cf hlr.c: move hlr_ctx to the top by Oliver Smith · 5 years ago
  31. 20ddfdb Enable statsd support by Max · 5 years ago
  32. 227834b Add link to project wiki to .service file by Max · 5 years ago
  33. 44a2180 Log ip:port when adding GSUP routes by Max · 5 years ago
  34. f9cf180 hlr.c: replace deprecated osmo_gsup_get_err_msg_type() by Oliver Smith · 5 years ago
  35. 02078b7 VTY: integrate IMEI by Oliver Smith · 5 years ago
  36. ef64b23 VTY tests: fill DB before running test by Oliver Smith · 5 years ago
  37. 851814a Optionally store IMEI in subscriber table by Oliver Smith · 5 years ago
  38. 81db389 Add IMEI column to subscriber table by Oliver Smith · 5 years ago
  39. 7943e26 docs: running: document --db-upgrade by Oliver Smith · 5 years ago
  40. e0c6fe5 Bump version: 0.2.1.55-607c-dirty → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  41. f58f445 test_nodes.vty: Since libosmocore 1.0.0, we only have one space by Harald Welte · 5 years ago
  42. 15f624e docs: running: s/OsmoBTS/OsmoHLR by Oliver Smith · 5 years ago
  43. d4e0e4d docs: running: same argument order as osmo-hlr -h by Oliver Smith · 5 years ago
  44. 2dc7d96 Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi() by Oliver Smith · 5 years ago
  45. 52c4aa0 gitignore: add tests/hlr_vty_test.db* by Oliver Smith · 5 years ago
  46. 66106c0 Cosmetic: hlr.c: remove confusing indent below if by Oliver Smith · 5 years ago
  47. 783ac81 Reply to CHECK-IMEI GSUP messages by Oliver Smith · 5 years ago
  48. df8d454 gsupclient: introduce osmo_gsup_client_enc_send() by Vadim Yanitskiy · 6 years ago
  49. 9ea9bbb contrib: fix makedistcheck with disabled systemd by Oliver Smith · 5 years ago
  50. 5c14c9c display last location update timestamp in vty by Stefan Sperling · 5 years ago
  51. 705b61b add whitespace around PRId64 constants by Stefan Sperling · 5 years ago
  52. 638ba8c store a timestamp of the last location update seen from a subscriber by Stefan Sperling · 6 years ago
  53. 55f5efa introduce osmo_gsup_client_create2() by Stefan Sperling · 6 years ago
  54. e6ce52b SS/USSD: fix: properly (re)schedule NCSS session timeout by Vadim Yanitskiy · 6 years ago
  55. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 6 years ago
  56. 9c8806a SS/USSD: release IUSE sessions immediately after response by Vadim Yanitskiy · 6 years ago
  57. 4b8be4d contrib/jenkins.sh: build and publish manuals by Oliver Smith · 6 years ago
  58. bc9bead Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 6 years ago
  59. 4655e6f Rename db_bootstrap.sed to db_sql2c.sed by Neels Hofmeyr · 6 years ago
  60. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 6 years ago
  61. a820ea1 implement removal of MSISDN by Neels Hofmeyr · 6 years ago
  62. 8aa780b add 'show subscriber' command, alias for 'subscriber ... show' by Neels Hofmeyr · 6 years ago
  63. f08da24 build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  64. 62ce834 Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago
  65. bf6b4eb hlr: update vty reference by Neels Hofmeyr · 6 years ago
  66. 79efdf3 OsmoBSC/HLR/MSC: Fix default config file name by Daniel Willmann · 6 years ago
  67. b41394a hlr: Add chapter on USSD configuration by Harald Welte · 6 years ago
  68. 0c331ab hlr: clarify that aud_3g also applies to 2G by Neels Hofmeyr · 6 years ago
  69. 25e716c vty-ref: Update URI of docbook 5.0 schema by Harald Welte · 6 years ago
  70. 92e49ef OsmoHLR: update vty reference by Neels Hofmeyr · 6 years ago
  71. 95380ab share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR by Harald Welte · 6 years ago
  72. 849bfd0 OsmoHLR: update section 'Bootstrap the Database' by Neels Hofmeyr · 6 years ago
  73. 7e2d3c7 OsmoHLR: update ctrl description and examples by Neels Hofmeyr · 7 years ago
  74. 8f725ae OsmoHLR: add make target to update the example ctrl and vty files by Neels Hofmeyr · 7 years ago
  75. 1ed4bb4 refactor Makefile build rules, don't use the FORCE by Neels Hofmeyr · 7 years ago
  76. 25dd785 add OsmoHLR manual, OsmoHLR VTY reference by Neels Hofmeyr · 7 years ago
  77. 4f5f6f8 Importing history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago
  78. e66e525 fix and re-enable osmo_hlr_subscriber_update_notify() by Neels Hofmeyr · 6 years ago
  79. 4a4bdcd hlr_ussd.c: fix: reject 'structured' SS requests by Vadim Yanitskiy · 6 years ago
  80. cb364bb store gsup peer upon accepting LU by Neels Hofmeyr · 6 years ago
  81. d646207 more space for vlr_number and sgsn_number by Neels Hofmeyr · 6 years ago
  82. 6cee799 fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = false by Neels Hofmeyr · 6 years ago
  83. c88bdab fix VTY tests to expect well-formed output of logging configuration by Harald Welte · 6 years ago
  84. 607ce5c osmo-hlr.cfg: Ensure well-formed config file example by Harald Welte · 6 years ago
  85. ccdb970 make: always allow running python tests manually by Neels Hofmeyr · 6 years ago
  86. a5b36a0 tweak example config by Neels Hofmeyr · 6 years ago
  87. 13000d8 fix build: adjust test_nodes.vty to logging change by Neels Hofmeyr · 6 years ago
  88. 7ebfd06 Install sample cfg file to /etc/osmocom by Pau Espin Pedrol · 6 years ago pespin/systemd
  89. 966fcb2 Move doc/Makefile.am to doc/examples/Makefile.am by Pau Espin Pedrol · 6 years ago
  90. 6fe1c22 Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  91. 0da9f2f libosmo-gsup-client: License is GPLv2-or-later by Harald Welte · 6 years ago
  92. 1eb9869 USSD: Fix "ussd default-route" by Harald Welte · 6 years ago
  93. 3adb33d hlr_ussd.c: avoid using CR and NL in IUSE responses by Vadim Yanitskiy · 6 years ago
  94. 791ea72 debian: Make libosmo-gsup-client-dev depend on libosmo-gsup-client0 by Harald Welte · 6 years ago
  95. 9f7b69a gitignore: Add .tarball-version by Harald Welte · 6 years ago
  96. e6c839e hlr_ussd.c: fix: properly print a EUSE / IUSE name by Vadim Yanitskiy · 6 years ago
  97. b93c44f USSD/hlr_vty.c: print error if EUSE is not found by Vadim Yanitskiy · 6 years ago
  98. a05efe8 hlr_ussd.h: drop meaningless forward declaration by Vadim Yanitskiy · 6 years ago
  99. 7645141 debian: Fix typo in package description by Martin Hauke · 6 years ago
  100. 5198609 pkg-config: Fix libosmo-gsup-client pkg-config file by Harald Welte · 6 years ago