1. dd73ccf db v6: determine 3G AUC IND from VLR name by Neels Hofmeyr · 4 years, 7 months ago
  2. 61917ed drop error log for when a subscriber does not exist by Neels Hofmeyr · 4 years, 7 months ago
  3. 647c106 D-GSM 3/n: implement roaming by mslookup in osmo-hlr by Neels Hofmeyr · 4 years, 8 months ago
  4. a75d1c2 D-GSM 2/n: implement mDNS method of mslookup server by Neels Hofmeyr · 4 years, 8 months ago
  5. bf8b614 test_nodes.vty: remove cruft by Neels Hofmeyr · 4 years, 7 months ago
  6. f6c8f04 db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy by Neels Hofmeyr · 4 years, 7 months ago
  7. 0d28d85 2/2: fixup: add osmo_gsup_peer_id with type enum and union by Neels Hofmeyr · 4 years, 7 months ago
  8. b2553eb 1/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_name by Neels Hofmeyr · 4 years, 8 months ago
  9. 5424dcb mslookup_client_mdns_test: no automatic skip by Oliver Smith · 4 years, 5 months ago
  10. f0e90e6 mslookup_client_mdns_test: disable by default by Oliver Smith · 4 years, 5 months ago
  11. 3a9f267 add mDNS lookup method to libosmo-mslookup (#2) by Oliver Smith · 4 years, 7 months ago
  12. 110a49f Revert "add mDNS lookup method to libosmo-mslookup" by Harald Welte · 4 years, 6 months ago
  13. f10463c add mDNS lookup method to libosmo-mslookup by Oliver Smith · 4 years, 7 months ago
  14. bf7deda add libosmo-mslookup abstract client by Oliver Smith · 4 years, 7 months ago
  15. 276c5a7 tests/auc: change back to python3 by Oliver Smith · 4 years, 7 months ago osmith/fix-python3
  16. 06f5af2 AUC: Add support for setting the AMF separation bit to '1' for EUTRAN by Harald Welte · 4 years, 11 months ago
  17. 07e1602 db v4: add column last_lu_seen_ps by Neels Hofmeyr · 4 years, 8 months ago
  18. abdfdb8 test_nodes.vty: tweak: add some '?' checks by Neels Hofmeyr · 4 years, 7 months ago
  19. 7355d0d remove gsup_test by Neels Hofmeyr · 4 years, 8 months ago
  20. 6b305b4 Makefile convenience: add VTY_TEST var to run only one test by Neels Hofmeyr · 4 years, 8 months ago
  21. 981e126 db upgrade: remove some code dup by Neels Hofmeyr · 4 years, 8 months ago
  22. 7143f3a fix upgrade test in presence of ~/.sqliterc by Neels Hofmeyr · 4 years, 8 months ago
  23. 2f75803 move headers to include/osmocom/hlr by Neels Hofmeyr · 4 years, 8 months ago
  24. a8045da hlr db schema 3: hlr_number -> msc_number by Neels Hofmeyr · 4 years, 8 months ago
  25. 4359b88 tests/db_upgrade: disable for old sqlite versions by Oliver Smith · 4 years, 8 months ago
  26. 5b65461 add db_upgrade test by Neels Hofmeyr · 4 years, 8 months ago
  27. 2b0bf31 tests/test_nodes.vty: check less libosmocore cmds by Oliver Smith · 4 years, 9 months ago
  28. 28f0774 tests: Fix db_test err file to expect error code name instead of value by Pau Espin Pedrol · 4 years, 11 months ago
  29. 8b860e5 Fix test for return codes on mipsel and alpha archs by Ruben Undheim · 6 years ago
  30. fbd736e src/db.c: integrate SQLite3 with talloc allocator by Vadim Yanitskiy · 6 years ago
  31. dc30154 tests/db_test: close the database when test is finished by Vadim Yanitskiy · 5 years ago
  32. 3764217 build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD' by Vadim Yanitskiy · 5 years ago
  33. 6401b90 db_auc.c: verify hex key sizes read from DB by Oliver Smith · 5 years ago
  34. 3b33b01 VTY: add subscriber update network-access-mode by Oliver Smith · 5 years ago
  35. 63de00c db_hlr: zero-initialize "struct tm" by Oliver Smith · 5 years ago
  36. 1a1398e db_test: set timezone to work around mktime bug by Oliver Smith · 5 years ago
  37. c7f1787 Create subscribers on demand by Oliver Smith · 5 years ago
  38. c13599d db_hlr.c: add db_subscr_exists_by_msisdn() by Vadim Yanitskiy · 5 years ago
  39. 6b73fd9 db_hlr.c: add db_subscr_exists_by_imsi() by Oliver Smith · 5 years ago
  40. cd2af5e db_hlr.c: db_subscr_create(): add flags argument by Oliver Smith · 5 years ago
  41. 5857c59 osmo-hlr: allow configuring db path from cfg file by Neels Hofmeyr · 5 years ago
  42. 3cf87fe tests: use -no-install libtool flag to avoid ./lt-* scripts by Oliver Smith · 5 years ago
  43. 20ddfdb Enable statsd support by Max · 5 years ago
  44. 02078b7 VTY: integrate IMEI by Oliver Smith · 5 years ago
  45. ef64b23 VTY tests: fill DB before running test by Oliver Smith · 5 years ago
  46. 851814a Optionally store IMEI in subscriber table by Oliver Smith · 5 years ago
  47. 81db389 Add IMEI column to subscriber table by Oliver Smith · 5 years ago
  48. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 6 years ago
  49. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 6 years ago
  50. a820ea1 implement removal of MSISDN by Neels Hofmeyr · 6 years ago
  51. 8aa780b add 'show subscriber' command, alias for 'subscriber ... show' by Neels Hofmeyr · 6 years ago
  52. c88bdab fix VTY tests to expect well-formed output of logging configuration by Harald Welte · 6 years ago
  53. ccdb970 make: always allow running python tests manually by Neels Hofmeyr · 6 years ago
  54. a5b36a0 tweak example config by Neels Hofmeyr · 6 years ago
  55. 13000d8 fix build: adjust test_nodes.vty to logging change by Neels Hofmeyr · 6 years ago
  56. 05fe023 tests/Makefile.am: also remove temporary sqlite files by Vadim Yanitskiy · 6 years ago
  57. dab544e USSD: Add support for internal USSD handlers by Harald Welte · 6 years ago
  58. 95b96d4 USSD: Add new "DSS" logging category and use it appropriately by Harald Welte · 6 years ago
  59. 9b6bc9e osmo-hlr.cfg: Don't enable DEBUG logging by default by Harald Welte · 6 years ago
  60. 4956ae1 USSD: Add Core USSD handling + VTY routing config to HLR by Harald Welte · 6 years ago
  61. fa7ee33 Add "show gsup-connections" VTY command by Harald Welte · 6 years ago
  62. f83432c move creation of insert subscriber data messages to a common function by Stefan Sperling · 6 years ago
  63. 9d307ec add gsup_test to catch OS#3231 by Neels Hofmeyr · 6 years ago
  64. 5153031 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  65. 7ee6e55 osmo-hlr: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  66. 9214c6c Fix expected test output after new 'logging print file 1' vty command by Harald Welte · 6 years ago
  67. ba1605a fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS by Neels Hofmeyr · 6 years ago
  68. 6c84da5 ctrl test: fix: adjust expectations after stricter ctrl parsing by Neels Hofmeyr · 6 years ago
  69. 84c2f43 fix debug log: put 'deriving 2G from 3G' in proper place by Neels Hofmeyr · 7 years ago
  70. 63f68cc fix test_subscriber_errors.ctrl after libosmocore change by Neels Hofmeyr · 7 years ago
  71. 2dee60e db_test: also test db_get_auc() return values by Neels Hofmeyr · 7 years ago
  72. bd1dca0 db_get_auth_data / db_get_auc: clarify return values by Neels Hofmeyr · 7 years ago
  73. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 7 years ago
  74. 6eb231e fix default logging levels to NOTICE, not DEBUG by Neels Hofmeyr · 7 years ago
  75. 7750d2c automatically create db tables on osmo-hlr invocation by Neels Hofmeyr · 7 years ago
  76. cd7fa45 db_test: fix *FLAGS by Neels Hofmeyr · 7 years ago
  77. 99a14c8 tests/Makefile: use test db var instead of repeating the path by Neels Hofmeyr · 7 years ago
  78. 3f697cd test_subscriber.ctrl: test against octal/hex interpretation of id by Neels Hofmeyr · 7 years ago
  79. 446eb0f ctrl: completely replace all CTRL commands by Neels Hofmeyr · 7 years ago
  80. 00b1d43 add hlr_subsrc_nam to put GSUP client notification in proper API by Neels Hofmeyr · 7 years ago
  81. 50e4de7 replace ctrl_test_runner.py with transcript test_subscriber.ctrl by Neels Hofmeyr · 7 years ago
  82. 86d09ec add test_nodes.vty by Neels Hofmeyr · 7 years ago
  83. 183e700 implement subscriber vty interface, tests by Neels Hofmeyr · 7 years ago
  84. b6837e3 fix db_subscr_get_by_*(): clear output data; test in db_test.c by Neels Hofmeyr · 7 years ago
  85. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  86. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  87. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  88. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  89. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  90. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  91. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  92. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  93. 9850946 add initial db_test: creating and deleting subscribers by Neels Hofmeyr · 7 years ago
  94. d4bb51b ctrl_test_runner.py: use proper constant as test db path by Neels Hofmeyr · 7 years ago
  95. f88c914 add CTRL tests for enable-/disable-/status-ps by Neels Hofmeyr · 7 years ago
  96. f95ce04 add basic CTRL interface tests by Neels Hofmeyr · 7 years ago
  97. 6249137 Another attempt at fixing .deb by Max · 7 years ago
  98. 02098d9 deb: use python in shebang by Max · 7 years ago
  99. 886ecef Attempt to fix .deb package by Max · 7 years ago
  100. 1f3a1ce tests/auc: Don't require python3 by Daniel Willmann · 7 years ago