Release v1.6.2 on 2023-05-26.
  1. ed93915 Bump version: 1.5.0.19-268a-dirty → 1.6.0 by Pau Espin Pedrol · 1 year, 5 months ago 1.6.0
  2. 268a33e Add vty `reject-cause` to set the reject cause by Alexander Couzens · 4 years, 6 months ago
  3. 8804a23 fix memleak of proxy_subscr_listentry by Neels Hofmeyr · 1 year, 5 months ago
  4. c27bc90 Vty: Fixup config shown/written from vty by Keith · 1 year, 6 months ago
  5. f80ab76 osmo_mdns_rfc_record/question_encode: remove ctx by Oliver Smith · 1 year, 6 months ago
  6. 5decd49 mslookup: use apn functions from libosmocore by Oliver Smith · 1 year, 6 months ago
  7. c5f034b osmo_mdns_rfc_record_decode: proper free on err by Oliver Smith · 1 year, 6 months ago
  8. 01155ea osmo_mdns_rfc_record_decode: check ret of talloc by Oliver Smith · 1 year, 6 months ago
  9. e414323 osmo-hlr: Transition to use of 'telnet_init_default' by arehbein · 1 year, 6 months ago
  10. 6263cf3 ctrl: take both address and port from vty config by Max · 1 year, 6 months ago
  11. 7a47653 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  12. 53f6067 hlr_vty.c: fix typo by Max · 1 year, 9 months ago
  13. 6156950 db_auc: hexparse_stmt(): check value returned by osmo_hexparse() by Vadim Yanitskiy · 2 years ago
  14. 777860d ctrl: Introduce CTRL command subscriber.by-*.aud3g <algo[,KI,(op|opc),OP_C[,ind_bitlen]]> by Pau Espin Pedrol · 2 years ago
  15. 1d0a030 ctrl: Introduce CTRL command subscriber.by-*.aud2g <algo[,ki]> by Pau Espin Pedrol · 2 years ago
  16. 3ca9a1f ctrl: Introduce cmd SET subscriber.delete <imsi> by Pau Espin Pedrol · 2 years ago
  17. b74769f cosmetic: hlr_vty_subscr.c: Fix trailing whitespace by Pau Espin Pedrol · 2 years ago
  18. 140dffd ctrl: Introduce CTRL command subscriber.by-*.msisdn by Pau Espin Pedrol · 2 years ago
  19. d63ec88 ctrl: Introduce cmd SET subscriber.create <imsi> by Pau Espin Pedrol · 2 years ago
  20. d456fce Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber create cmd by Pau Espin Pedrol · 2 years ago
  21. b4f25a0 ctrl: Mark function as static by Pau Espin Pedrol · 2 years ago
  22. 37a5b70 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  23. 3f9d197 db v6: determine 3G AUC IND from VLR name by Neels Hofmeyr · 4 years, 7 months ago
  24. 608e2e4 db: Avoid use uninitialized rc if running 0 statements by Pau Espin Pedrol · 3 years ago
  25. ca8e6ef vty: enable show subscribers filtered by IMEI by Keith · 3 years, 2 months ago
  26. 649c335 Correct configuration written from vty by Keith · 3 years, 4 months ago
  27. 6240465 Bump version: 1.2.0.78-8c90-dirty → 1.3.0 by Pau Espin Pedrol · 3 years, 4 months ago 1.3.0
  28. 2bd1a45 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Harald Welte · 3 years, 4 months ago
  29. b5a5676 Fix Coverity Warnings by Keith · 3 years, 5 months ago
  30. 89fda30 Add vty command to show summary of all or filtered subscribers by Keith · 3 years, 5 months ago
  31. cc90bfd Correct vty inline help for show subscriber by Keith · 3 years, 5 months ago
  32. 6e237d3 support the XOR algorithm for UMTS AKA by Harald Welte · 3 years, 6 months ago
  33. dac855e USSD: add special 'idle' handler to IUSE for testing by Vadim Yanitskiy · 3 years, 7 months ago
  34. 6a6c7f8 USSD: fix handle_ussd(): do not free() unconditionally by Vadim Yanitskiy · 3 years, 7 months ago
  35. c47d5c0 cosmetic: fix spelling in logging message: existAnt -> existEnt by Vadim Yanitskiy · 3 years, 8 months ago
  36. dfbc2cb Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 8 months ago
  37. 23ac586 Set TCP NODELAY sockopt to GSUP cli and srv connections by Pau Espin Pedrol · 3 years, 9 months ago
  38. de50b20 osmo-hlr-db-tool: Make import from osmo-nitb less "lossy" by Keith · 3 years, 10 months ago
  39. ed18fa9 Support setting rt-prio and cpu-affinity mask through VTY by Pau Espin Pedrol · 3 years, 10 months ago
  40. 565cf83 osmo-mslookup-client: fix segfault for respond_error() caller by Neels Hofmeyr · 4 years, 1 month ago
  41. fa20702 gsup_server: fix typo: s/omso_gsup_message/osmo_gsup_message/ by Vadim Yanitskiy · 4 years, 1 month ago
  42. 9b8e7b4 hlr_subscr_nam(): fix condition to fix nam=false notifications by Neels Hofmeyr · 4 years, 2 months ago
  43. 010ceb8 osmo_mslookup_server_mdns_rx(): handle read() rc == 0 by Neels Hofmeyr · 4 years, 2 months ago
  44. 1bd3ec4 gsup_server.c: properly handle negative rc from osmo_gsup_conn_ccm_get() by Neels Hofmeyr · 4 years, 2 months ago
  45. dfe6f41 osmo_gsup_req_new(): require from_peer != NULL by Neels Hofmeyr · 4 years, 2 months ago
  46. 3e79a38 make osmo_cni_peer_id_cmp() NULL safe by Neels Hofmeyr · 4 years, 2 months ago
  47. a450a85 auc3g: officially wrap IND around IND_bitlen space by Neels Hofmeyr · 4 years, 7 months ago
  48. 26b4905 vty: show subscriber: show lu d,h,m,s ago, not just seconds by Neels Hofmeyr · 4 years, 7 months ago
  49. d9b3606 vty: show subscriber: change format of 'last LU seen' by Neels Hofmeyr · 6 years ago
  50. 0d82a87 drop error log for when a subscriber does not exist by Neels Hofmeyr · 4 years, 7 months ago
  51. edc27ef hlr_vty_subscr: prettier output for last LU seen by Oliver Smith · 4 years, 7 months ago
  52. af74892 gsup_server: send routing error back to the correct peer by Neels Hofmeyr · 4 years, 7 months ago
  53. 76328bd D-GSM 3/n: implement roaming by mslookup in osmo-hlr by Neels Hofmeyr · 4 years, 7 months ago
  54. 407925d D-GSM 2/n: implement mDNS method of mslookup server by Neels Hofmeyr · 4 years, 7 months ago
  55. ab7dc40 D-GSM 1/n: add mslookup server in osmo-hlr by Neels Hofmeyr · 4 years, 7 months ago
  56. d017d7b enlarge the GSUP message headroom by Neels Hofmeyr · 4 years, 7 months ago
  57. 04c2375 db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy by Neels Hofmeyr · 4 years, 7 months ago
  58. 939f508 gsup client: add up_down_cb(), add osmo_gsup_client_create3() by Neels Hofmeyr · 4 years, 7 months ago
  59. c79bcde 2/2: wrap ipa_name in osmo_cni_peer_id with type enum and union by Neels Hofmeyr · 4 years, 7 months ago
  60. ad868e2 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name by Neels Hofmeyr · 4 years, 7 months ago
  61. 0c27a4c Cosmetic: mention OS#4491 in location cancel code by Oliver Smith · 4 years, 2 months ago
  62. 15ad7be db: fix possible SQLite3 allocated memory leak in db_open() by Vadim Yanitskiy · 4 years, 5 months ago
  63. 74e7072 mdns_rfc.c: fix possible access of uninit. mem by Oliver Smith · 4 years, 6 months ago
  64. 4fa9653 gsup_client.c: fix deprecation for client create func by Neels Hofmeyr · 4 years, 5 months ago
  65. 5e5ce4a mdns_sock.c: fix resource leak of sock by Oliver Smith · 4 years, 6 months ago
  66. 9e533f6 osmo-mslookup-client: fix dereferencing null by Oliver Smith · 4 years, 6 months ago
  67. 544b15d osmo-mslookup-client.c: fix dereferencing null by Oliver Smith · 4 years, 6 months ago
  68. 89afb7f mslookup_client_mdns.c: fix dereferencing null by Oliver Smith · 4 years, 6 months ago
  69. b177516 mdns_msg.c: always call va_end by Oliver Smith · 4 years, 6 months ago
  70. f55f605 mslookup_client.c: fix dereferencing null pointer by Oliver Smith · 4 years, 6 months ago
  71. fbe4929 fix missing braces in LOGP_GSUP_FWD by Neels Hofmeyr · 4 years, 6 months ago
  72. 52ef60f add osmo-mslookup-client program (#2) by Neels Hofmeyr · 4 years, 7 months ago
  73. 3a9f267 add mDNS lookup method to libosmo-mslookup (#2) by Oliver Smith · 4 years, 7 months ago
  74. 110a49f Revert "add mDNS lookup method to libosmo-mslookup" by Harald Welte · 4 years, 6 months ago
  75. 41fe362 Revert "add osmo-mslookup-client program" by Harald Welte · 4 years, 6 months ago
  76. 0bb8fce hlr: remove unused internal USSD list by Alexander Couzens · 4 years, 6 months ago
  77. 637bbfc add osmo-mslookup-client program by Neels Hofmeyr · 4 years, 7 months ago
  78. f10463c add mDNS lookup method to libosmo-mslookup by Oliver Smith · 4 years, 7 months ago
  79. bf7deda add libosmo-mslookup abstract client by Oliver Smith · 4 years, 7 months ago
  80. 81b92bb hlr: respect the num_auth_vectors requested by Alexander Couzens · 4 years, 6 months ago
  81. 80dc9ae hlr: exit(2) on unsupported positional arguments on command line by Harald Welte · 4 years, 7 months ago
  82. 06f5af2 AUC: Add support for setting the AMF separation bit to '1' for EUTRAN by Harald Welte · 4 years, 10 months ago
  83. 07e1602 db v4: add column last_lu_seen_ps by Neels Hofmeyr · 4 years, 7 months ago
  84. a7d0f87 add osmo_gsup_msgb_alloc() by Neels Hofmeyr · 4 years, 8 months ago
  85. 981e126 db upgrade: remove some code dup by Neels Hofmeyr · 4 years, 8 months ago
  86. 2f75803 move headers to include/osmocom/hlr by Neels Hofmeyr · 4 years, 7 months ago
  87. 7f4dd11 db.c: code dup: add db_run_statements() for arrays of statements by Neels Hofmeyr · 4 years, 8 months ago
  88. a8045da hlr db schema 3: hlr_number -> msc_number by Neels Hofmeyr · 4 years, 8 months ago
  89. c3d4032 add --db-check option by Neels Hofmeyr · 4 years, 8 months ago
  90. a9f8a4b fix upgrade to version 2: imei column default value by Neels Hofmeyr · 4 years, 8 months ago
  91. f5459de db upgrade to v2: log version 2, not 1 by Neels Hofmeyr · 4 years, 8 months ago
  92. 7d2843d fix double free in osmo_gsup_client_enc_send() by Neels Hofmeyr · 4 years, 8 months ago
  93. b07f33d fix spelling errors detected by lintian by Thorsten Alteholz · 5 years ago
  94. e49391b Remove undefined param passed to logging_vty_add_cmds by Pau Espin Pedrol · 5 years ago
  95. fbd736e src/db.c: integrate SQLite3 with talloc allocator by Vadim Yanitskiy · 6 years ago
  96. 3764217 build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD' by Vadim Yanitskiy · 5 years ago
  97. 6401b90 db_auc.c: verify hex key sizes read from DB by Oliver Smith · 5 years ago
  98. 937f583 hlr_ussd.c: rx_proc_ss_req(): fix NULL pointer dereference by Vadim Yanitskiy · 5 years ago
  99. 4ca7f6a hlr_ussd.c: fix: properly pass invokeID in handle_ussd_own_msisdn() by Vadim Yanitskiy · 5 years ago
  100. 3b33b01 VTY: add subscriber update network-access-mode by Oliver Smith · 5 years ago