1. 011e781 vty: show subscriber: show lu d,h,m,s ago, not just seconds by Neels Hofmeyr · 4 years, 10 months ago
  2. cb88c34 vty: show subscriber: change format of 'last LU seen' by Neels Hofmeyr · 6 years ago
  3. e18e3a4 drop error log for when a subscriber does not exist by Neels Hofmeyr · 4 years, 10 months ago
  4. f6d457e hlr_vty_subscr: prettier output for last LU seen by Oliver Smith · 4 years, 10 months ago
  5. fa287c5 gsup_server: send routing error back to the correct peer by Neels Hofmeyr · 4 years, 10 months ago
  6. e78241a proxy routing refactor by Neels Hofmeyr · 4 years, 10 months ago
  7. 62d916f D-GSM 3/n: implement roaming by mslookup in osmo-hlr by Neels Hofmeyr · 4 years, 11 months ago
  8. 3ad481a D-GSM 2/n: implement mDNS method of mslookup server by Neels Hofmeyr · 4 years, 11 months ago
  9. 6aa871d D-GSM 1/n: add mslookup server in osmo-hlr by Neels Hofmeyr · 4 years, 11 months ago
  10. fac52fb enlarge the GSUP message headroom by Neels Hofmeyr · 4 years, 10 months ago
  11. f0c02ad db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy by Neels Hofmeyr · 4 years, 10 months ago
  12. 43c36f9 gsup client: add up_down_cb(), add osmo_gsup_client_create3() by Neels Hofmeyr · 4 years, 10 months ago
  13. 008ce4b 2/2: fixup: add osmo_gsup_peer_id with type enum and union by Neels Hofmeyr · 4 years, 10 months ago
  14. f13a8bc 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name by Neels Hofmeyr · 4 years, 11 months ago
  15. cb50855 add osmo-mslookup-client program by Neels Hofmeyr · 4 years, 10 months ago
  16. 06455ea add mDNS lookup method to libosmo-mslookup by Oliver Smith · 4 years, 10 months ago
  17. 2bdcc8e add libosmo-mslookup abstract client by Oliver Smith · 4 years, 10 months ago
  18. 80dc9ae hlr: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 10 months ago
  19. 06f5af2 AUC: Add support for setting the AMF separation bit to '1' for EUTRAN by Harald Welte · 5 years ago
  20. 07e1602 db v4: add column last_lu_seen_ps by Neels Hofmeyr · 4 years, 11 months ago
  21. a7d0f87 add osmo_gsup_msgb_alloc() by Neels Hofmeyr · 5 years ago
  22. 981e126 db upgrade: remove some code dup by Neels Hofmeyr · 5 years ago
  23. 2f75803 move headers to include/osmocom/hlr by Neels Hofmeyr · 4 years, 11 months ago
  24. 7f4dd11 db.c: code dup: add db_run_statements() for arrays of statements by Neels Hofmeyr · 5 years ago
  25. a8045da hlr db schema 3: hlr_number -> msc_number by Neels Hofmeyr · 5 years ago
  26. c3d4032 add --db-check option by Neels Hofmeyr · 5 years ago
  27. a9f8a4b fix upgrade to version 2: imei column default value by Neels Hofmeyr · 5 years ago
  28. f5459de db upgrade to v2: log version 2, not 1 by Neels Hofmeyr · 5 years ago
  29. 7d2843d fix double free in osmo_gsup_client_enc_send() by Neels Hofmeyr · 5 years ago
  30. b07f33d fix spelling errors detected by lintian by Thorsten Alteholz · 5 years ago
  31. e49391b Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  32. fbd736e src/db.c: integrate SQLite3 with talloc allocator by Vadim Yanitskiy · 6 years ago
  33. 3764217 build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD' by Vadim Yanitskiy · 5 years ago
  34. 6401b90 db_auc.c: verify hex key sizes read from DB by Oliver Smith · 5 years ago
  35. 937f583 hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference by Vadim Yanitskiy · 5 years ago
  36. 4ca7f6a hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn() by Vadim Yanitskiy · 5 years ago
  37. 3b33b01 VTY: add subscriber update network-access-mode by Oliver Smith · 5 years ago
  38. 103c11b rx_check_imei_req(): fix IMEI bounds checking by Oliver Smith · 5 years ago
  39. 63de00c db_hlr: zero-initialize "struct tm" by Oliver Smith · 5 years ago
  40. 29f371f src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2() by Vadim Yanitskiy · 5 years ago
  41. 2e403d6 src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size by Vadim Yanitskiy · 5 years ago
  42. c7f1787 Create subscribers on demand by Oliver Smith · 6 years ago
  43. c13599d db_hlr.c: add db_subscr_exists_by_msisdn() by Vadim Yanitskiy · 6 years ago
  44. 6b73fd9 db_hlr.c: add db_subscr_exists_by_imsi() by Oliver Smith · 6 years ago
  45. cd2af5e db_hlr.c: db_subscr_create(): add flags argument by Oliver Smith · 6 years ago
  46. e21b45a use new OSMO_IMSI_BUF_SIZE by Neels Hofmeyr · 6 years ago
  47. 5857c59 osmo-hlr: allow configuring db path from cfg file by Neels Hofmeyr · 5 years ago
  48. d9724f4 hlr.c: fix possible msgb memleaks in read_cb() by Vadim Yanitskiy · 5 years ago
  49. c69a18b hlr.c: check the presence of msgb->l2h in read_cb() by Vadim Yanitskiy · 5 years ago
  50. 8625cda hlr.c: fix: properly print the original message type in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  51. 609978d hlr.c: fix: also store the session state in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  52. 28f0af8 hlr.c: forward GSUP messages between clients by Oliver Smith · 6 years ago
  53. 9f6e558 add missing error log: invalid IMSI by Neels Hofmeyr · 5 years ago
  54. 633fe29 fix error logging for GSUP route by Neels Hofmeyr · 5 years ago
  55. 7d53ae1 USSD: don't use gsm0480_msgb_alloc_name() by Oliver Smith · 5 years ago
  56. 95abc2b USSD: save MO USSD's originating MSC's vlr_number by Oliver Smith · 5 years ago
  57. f1fe94c USSD: fix routing to multiple MSC by Neels Hofmeyr · 5 years ago
  58. f7d3251 Cosmetic: gsup_route_find: comment addr, addrlen by Oliver Smith · 5 years ago
  59. ee7c0cb hlr.c: properly terminate the process on SIGTERM by Vadim Yanitskiy · 6 years ago
  60. c5044cf hlr.c: move hlr_ctx to the top by Oliver Smith · 6 years ago
  61. 20ddfdb Enable statsd support by Max · 6 years ago
  62. 44a2180 Log ip:port when adding GSUP routes by Max · 6 years ago
  63. f9cf180 hlr.c: replace deprecated osmo_gsup_get_err_msg_type() by Oliver Smith · 6 years ago
  64. 02078b7 VTY: integrate IMEI by Oliver Smith · 6 years ago
  65. 851814a Optionally store IMEI in subscriber table by Oliver Smith · 6 years ago
  66. 81db389 Add IMEI column to subscriber table by Oliver Smith · 6 years ago
  67. 2dc7d96 Cosmetic: fix arg desc of db_subscr_update_msisdn_by_imsi() by Oliver Smith · 6 years ago
  68. 66106c0 Cosmetic: hlr.c: remove confusing indent below if by Oliver Smith · 6 years ago
  69. 783ac81 Reply to CHECK-IMEI GSUP messages by Oliver Smith · 6 years ago
  70. df8d454 gsupclient: introduce osmo_gsup_client_enc_send() by Vadim Yanitskiy · 6 years ago
  71. 5c14c9c display last location update timestamp in vty by Stefan Sperling · 6 years ago
  72. 705b61b add whitespace around PRId64 constants by Stefan Sperling · 6 years ago
  73. 638ba8c store a timestamp of the last location update seen from a subscriber by Stefan Sperling · 6 years ago
  74. 55f5efa introduce osmo_gsup_client_create2() by Stefan Sperling · 6 years ago
  75. e6ce52b SS/USSD: fix: properly (re)schedule NCSS session timeout by Vadim Yanitskiy · 6 years ago
  76. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 6 years ago
  77. 9c8806a SS/USSD: release IUSE sessions immediately after response by Vadim Yanitskiy · 6 years ago
  78. 4655e6f Rename db_bootstrap.sed to db_sql2c.sed by Neels Hofmeyr · 6 years ago
  79. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 6 years ago
  80. a820ea1 implement removal of MSISDN by Neels Hofmeyr · 6 years ago
  81. 8aa780b add 'show subscriber' command, alias for 'subscriber ... show' by Neels Hofmeyr · 6 years ago
  82. e66e525 fix and re-enable osmo_hlr_subscriber_update_notify() by Neels Hofmeyr · 6 years ago
  83. 4a4bdcd hlr_ussd.c: fix: reject 'structured' SS requests by Vadim Yanitskiy · 6 years ago
  84. cb364bb store gsup peer upon accepting LU by Neels Hofmeyr · 6 years ago
  85. d646207 more space for vlr_number and sgsn_number by Neels Hofmeyr · 6 years ago
  86. 6cee799 fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = false by Neels Hofmeyr · 6 years ago
  87. 0da9f2f libosmo-gsup-client: License is GPLv2-or-later by Harald Welte · 6 years ago
  88. 1eb9869 USSD: Fix "ussd default-route" by Harald Welte · 6 years ago
  89. 3adb33d hlr_ussd.c: avoid using CR and NL in IUSE responses by Vadim Yanitskiy · 6 years ago
  90. e6c839e hlr_ussd.c: fix: properly print a EUSE / IUSE name by Vadim Yanitskiy · 6 years ago
  91. b93c44f USSD/hlr_vty.c: print error if EUSE is not found by Vadim Yanitskiy · 6 years ago
  92. a05efe8 hlr_ussd.h: drop meaningless forward declaration by Vadim Yanitskiy · 6 years ago
  93. 7c5e930 hlr_ussd.h: use proper libc headers by Vadim Yanitskiy · 6 years ago
  94. 83df349 hlr_ussd.h: add #pragma once include guard by Vadim Yanitskiy · 6 years ago
  95. f473c7b hlr_vty_subscr.c: fix subscriber creation command help by Vadim Yanitskiy · 6 years ago
  96. dab544e USSD: Add support for internal USSD handlers by Harald Welte · 6 years ago
  97. 7d29d59 Add osmo-euse-demo as minimalistic test of a External USSD (EUSE) handler by Harald Welte · 6 years ago
  98. 55d32a1 USSD: fix null-pointer deref in "default-route" vty/config cmd by Harald Welte · 6 years ago
  99. 95b96d4 USSD: Add new "DSS" logging category and use it appropriately by Harald Welte · 6 years ago
  100. 7f32f5f USSD: Further unification of log output; Use LOGPSS when possible by Harald Welte · 6 years ago