Release v1.3.1 on 2021-09-06.
  1. 6240465 Bump version: 1.2.0.78-8c90-dirty → 1.3.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.3.0
  2. 2bd1a45 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Harald Welte · 3 years, 3 months ago
  3. b5a5676 Fix Coverity Warnings by Keith · 3 years, 4 months ago
  4. 89fda30 Add vty command to show summary of all or filtered subscribers by Keith · 3 years, 4 months ago
  5. cc90bfd Correct vty inline help for show subscriber by Keith · 3 years, 4 months ago
  6. 6e237d3 support the XOR algorithm for UMTS AKA by Harald Welte · 3 years, 5 months ago
  7. dac855e USSD: add special 'idle' handler to IUSE for testing by Vadim Yanitskiy · 3 years, 6 months ago
  8. 6a6c7f8 USSD: fix handle_ussd(): do not free() unconditionally by Vadim Yanitskiy · 3 years, 6 months ago
  9. c47d5c0 cosmetic: fix spelling in logging message: existAnt -> existEnt by Vadim Yanitskiy · 3 years, 7 months ago
  10. dfbc2cb Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 7 months ago
  11. 23ac586 Set TCP NODELAY sockopt to GSUP cli and srv connections by Pau Espin Pedrol · 3 years, 7 months ago
  12. de50b20 osmo-hlr-db-tool: Make import from osmo-nitb less "lossy" by Keith · 3 years, 9 months ago
  13. ed18fa9 Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 3 years, 9 months ago
  14. 565cf83 osmo-mslookup-client: fix segfault for respond_error() caller by Neels Hofmeyr · 4 years ago
  15. fa20702 gsup_server: fix typo: s/omso_gsup_message/osmo_gsup_message/ by Vadim Yanitskiy · 4 years ago
  16. 9b8e7b4 hlr_subscr_nam(): fix condition to fix nam=false notifications by Neels Hofmeyr · 4 years, 1 month ago
  17. 010ceb8 osmo_mslookup_server_mdns_rx(): handle read() rc == 0 by Neels Hofmeyr · 4 years, 1 month ago
  18. 1bd3ec4 gsup_server.c: properly handle negative rc from osmo_gsup_conn_ccm_get() by Neels Hofmeyr · 4 years, 1 month ago
  19. dfe6f41 osmo_gsup_req_new(): require from_peer != NULL by Neels Hofmeyr · 4 years, 1 month ago
  20. 3e79a38 make osmo_cni_peer_id_cmp() NULL safe by Neels Hofmeyr · 4 years, 1 month ago
  21. a450a85 auc3g: officially wrap IND around IND_bitlen space by Neels Hofmeyr · 4 years, 5 months ago
  22. 26b4905 vty: show subscriber: show lu d,h,m,s ago, not just seconds by Neels Hofmeyr · 4 years, 6 months ago
  23. d9b3606 vty: show subscriber: change format of 'last LU seen' by Neels Hofmeyr · 5 years ago
  24. 0d82a87 drop error log for when a subscriber does not exist by Neels Hofmeyr · 4 years, 6 months ago
  25. edc27ef hlr_vty_subscr: prettier output for last LU seen by Oliver Smith · 4 years, 6 months ago
  26. af74892 gsup_server: send routing error back to the correct peer by Neels Hofmeyr · 4 years, 6 months ago
  27. 76328bd D-GSM 3/n: implement roaming by mslookup in osmo-hlr by Neels Hofmeyr · 4 years, 6 months ago
  28. 407925d D-GSM 2/n: implement mDNS method of mslookup server by Neels Hofmeyr · 4 years, 6 months ago
  29. ab7dc40 D-GSM 1/n: add mslookup server in osmo-hlr by Neels Hofmeyr · 4 years, 6 months ago
  30. d017d7b enlarge the GSUP message headroom by Neels Hofmeyr · 4 years, 6 months ago
  31. 04c2375 db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy by Neels Hofmeyr · 4 years, 6 months ago
  32. 939f508 gsup client: add up_down_cb(), add osmo_gsup_client_create3() by Neels Hofmeyr · 4 years, 6 months ago
  33. c79bcde 2/2: wrap ipa_name in osmo_cni_peer_id with type enum and union by Neels Hofmeyr · 4 years, 6 months ago
  34. ad868e2 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name by Neels Hofmeyr · 4 years, 6 months ago
  35. 0c27a4c Cosmetic: mention OS#4491 in location cancel code by Oliver Smith · 4 years, 1 month ago
  36. 15ad7be db: fix possible SQLite3 allocated memory leak in db_open() by Vadim Yanitskiy · 4 years, 3 months ago
  37. 74e7072 mdns_rfc.c: fix possible access of uninit. mem by Oliver Smith · 4 years, 4 months ago
  38. 4fa9653 gsup_client.c: fix deprecation for client create func by Neels Hofmeyr · 4 years, 4 months ago
  39. 5e5ce4a mdns_sock.c: fix resource leak of sock by Oliver Smith · 4 years, 4 months ago
  40. 9e533f6 osmo-mslookup-client: fix dereferencing null by Oliver Smith · 4 years, 4 months ago
  41. 544b15d osmo-mslookup-client.c: fix dereferencing null by Oliver Smith · 4 years, 4 months ago
  42. 89afb7f mslookup_client_mdns.c: fix dereferencing null by Oliver Smith · 4 years, 4 months ago
  43. b177516 mdns_msg.c: always call va_end by Oliver Smith · 4 years, 4 months ago
  44. f55f605 mslookup_client.c: fix dereferencing null pointer by Oliver Smith · 4 years, 4 months ago
  45. fbe4929 fix missing braces in LOGP_GSUP_FWD by Neels Hofmeyr · 4 years, 4 months ago
  46. 52ef60f add osmo-mslookup-client program (#2) by Neels Hofmeyr · 4 years, 6 months ago
  47. 3a9f267 add mDNS lookup method to libosmo-mslookup (#2) by Oliver Smith · 4 years, 6 months ago
  48. 110a49f Revert "add mDNS lookup method to libosmo-mslookup" by Harald Welte · 4 years, 4 months ago
  49. 41fe362 Revert "add osmo-mslookup-client program" by Harald Welte · 4 years, 4 months ago
  50. 0bb8fce hlr: remove unused internal USSD list by Alexander Couzens · 4 years, 4 months ago
  51. 637bbfc add osmo-mslookup-client program by Neels Hofmeyr · 4 years, 6 months ago
  52. f10463c add mDNS lookup method to libosmo-mslookup by Oliver Smith · 4 years, 6 months ago
  53. bf7deda add libosmo-mslookup abstract client by Oliver Smith · 4 years, 6 months ago
  54. 81b92bb hlr: respect the num_auth_vectors requested by Alexander Couzens · 4 years, 5 months ago
  55. 80dc9ae hlr: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 6 months ago
  56. 06f5af2 AUC: Add support for setting the AMF separation bit to '1' for EUTRAN by Harald Welte · 4 years, 9 months ago
  57. 07e1602 db v4: add column last_lu_seen_ps by Neels Hofmeyr · 4 years, 6 months ago
  58. a7d0f87 add osmo_gsup_msgb_alloc() by Neels Hofmeyr · 4 years, 7 months ago
  59. 981e126 db upgrade: remove some code dup by Neels Hofmeyr · 4 years, 7 months ago
  60. 2f75803 move headers to include/osmocom/hlr by Neels Hofmeyr · 4 years, 6 months ago
  61. 7f4dd11 db.c: code dup: add db_run_statements() for arrays of statements by Neels Hofmeyr · 4 years, 7 months ago
  62. a8045da hlr db schema 3: hlr_number -> msc_number by Neels Hofmeyr · 4 years, 7 months ago
  63. c3d4032 add --db-check option by Neels Hofmeyr · 4 years, 7 months ago
  64. a9f8a4b fix upgrade to version 2: imei column default value by Neels Hofmeyr · 4 years, 7 months ago
  65. f5459de db upgrade to v2: log version 2, not 1 by Neels Hofmeyr · 4 years, 7 months ago
  66. 7d2843d fix double free in osmo_gsup_client_enc_send() by Neels Hofmeyr · 4 years, 7 months ago
  67. b07f33d fix spelling errors detected by lintian by Thorsten Alteholz · 4 years, 10 months ago
  68. e49391b Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  69. fbd736e src/db.c: integrate SQLite3 with talloc allocator by Vadim Yanitskiy · 6 years ago
  70. 3764217 build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD' by Vadim Yanitskiy · 4 years, 10 months ago
  71. 6401b90 db_auc.c: verify hex key sizes read from DB by Oliver Smith · 4 years, 10 months ago
  72. 937f583 hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference by Vadim Yanitskiy · 4 years, 10 months ago
  73. 4ca7f6a hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn() by Vadim Yanitskiy · 4 years, 10 months ago
  74. 3b33b01 VTY: add subscriber update network-access-mode by Oliver Smith · 4 years, 10 months ago
  75. 103c11b rx_check_imei_req(): fix IMEI bounds checking by Oliver Smith · 5 years ago
  76. 63de00c db_hlr: zero-initialize "struct tm" by Oliver Smith · 5 years ago
  77. 29f371f src/hlr.c: fix deprecation warning: use gsm48_decode_bcd_number2() by Vadim Yanitskiy · 5 years ago
  78. 2e403d6 src/db.h: use GSM23003_MSISDN_MAX_DIGITS for MSISDN buffer size by Vadim Yanitskiy · 5 years ago
  79. c7f1787 Create subscribers on demand by Oliver Smith · 5 years ago
  80. c13599d db_hlr.c: add db_subscr_exists_by_msisdn() by Vadim Yanitskiy · 5 years ago
  81. 6b73fd9 db_hlr.c: add db_subscr_exists_by_imsi() by Oliver Smith · 5 years ago
  82. cd2af5e db_hlr.c: db_subscr_create(): add flags argument by Oliver Smith · 5 years ago
  83. e21b45a use new OSMO_IMSI_BUF_SIZE by Neels Hofmeyr · 5 years ago
  84. 5857c59 osmo-hlr: allow configuring db path from cfg file by Neels Hofmeyr · 5 years ago
  85. d9724f4 hlr.c: fix possible msgb memleaks in read_cb() by Vadim Yanitskiy · 5 years ago
  86. c69a18b hlr.c: check the presence of msgb->l2h in read_cb() by Vadim Yanitskiy · 5 years ago
  87. 8625cda hlr.c: fix: properly print the original message type in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  88. 609978d hlr.c: fix: also store the session state in read_cb_forward() by Vadim Yanitskiy · 5 years ago
  89. 28f0af8 hlr.c: forward GSUP messages between clients by Oliver Smith · 5 years ago
  90. 9f6e558 add missing error log: invalid IMSI by Neels Hofmeyr · 5 years ago
  91. 633fe29 fix error logging for GSUP route by Neels Hofmeyr · 5 years ago
  92. 7d53ae1 USSD: don't use gsm0480_msgb_alloc_name() by Oliver Smith · 5 years ago
  93. 95abc2b USSD: save MO USSD's originating MSC's vlr_number by Oliver Smith · 5 years ago
  94. f1fe94c USSD: fix routing to multiple MSC by Neels Hofmeyr · 5 years ago
  95. f7d3251 Cosmetic: gsup_route_find: comment addr, addrlen by Oliver Smith · 5 years ago
  96. ee7c0cb hlr.c: properly terminate the process on SIGTERM by Vadim Yanitskiy · 5 years ago
  97. c5044cf hlr.c: move hlr_ctx to the top by Oliver Smith · 5 years ago
  98. 20ddfdb Enable statsd support by Max · 5 years ago
  99. 44a2180 Log ip:port when adding GSUP routes by Max · 5 years ago
  100. f9cf180 hlr.c: replace deprecated osmo_gsup_get_err_msg_type() by Oliver Smith · 5 years ago