1. 0f9daa6 add column 'last_lu_rat', show last RAN type by Neels Hofmeyr · 6 years ago
  2. 2fb33f1 Add DB storage for enabling / disabling arbitrary RAT types. by Neels Hofmeyr · 6 years ago
  3. d157a56 SS/USSD: make NCSS session timeout configurable by Vadim Yanitskiy · 6 years ago
  4. 8f3a7cc add database schema versioning to the HLR database by Stefan Sperling · 6 years ago
  5. e66e525 fix and re-enable osmo_hlr_subscriber_update_notify() by Neels Hofmeyr · 6 years ago
  6. cb364bb store gsup peer upon accepting LU by Neels Hofmeyr · 6 years ago
  7. 6cee799 fix is_ps logic in rx_upd_loc_req(), store CS as is_ps = false by Neels Hofmeyr · 6 years ago
  8. dab544e USSD: Add support for internal USSD handlers by Harald Welte · 6 years ago
  9. bb77939 USSD: Add basic dispatch + decode of GSUP-encapsulated SS/USSD by Harald Welte · 6 years ago
  10. 4956ae1 USSD: Add Core USSD handling + VTY routing config to HLR by Harald Welte · 6 years ago
  11. d5807b8 hlr: Export + Declare global g_hlr symbol by Harald Welte · 6 years ago
  12. 9fdb854 hlr.c: track the use of talloc NULL memory contexts by Vadim Yanitskiy · 6 years ago
  13. 4793a7e hlr.c: free root talloc context on exit by Vadim Yanitskiy · 6 years ago
  14. 527d934 hlr.c: move deinitialization code from SIGINT handler by Vadim Yanitskiy · 6 years ago
  15. 32acace gsup_server: Add "priv" pointer and make it point to 'struct hlr' by Harald Welte · 6 years ago
  16. b85f604 disable blind subscriber insertion into every VLR/SGSN by Harald Welte · 6 years ago
  17. a1d3b04 Return proper GSUP error in case of too short IMSI by Harald Welte · 6 years ago
  18. f83432c move creation of insert subscriber data messages to a common function by Stefan Sperling · 6 years ago
  19. 1b8a1dc add error handling to osmo_gsup_configure_wildcard_apn() by Neels Hofmeyr · 6 years ago
  20. 5aeb438 fix luop crash: use buffer for APN that remains valid by Neels Hofmeyr · 6 years ago
  21. 1cb4892 don't forget to mark luop as a packet switched connection by Stefan Sperling · 6 years ago
  22. 93c5b10 rewrite subscriber_update_notify() without calls into luop by Stefan Sperling · 6 years ago
  23. 5153031 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  24. f162252 notify GSUP clients when HLR subscriber information changes by Stefan Sperling · 6 years ago
  25. 3f2a9a2 Fix responses to PURGE MS by Harald Welte · 6 years ago
  26. 7ee6e55 osmo-hlr: Add talloc context introspection via VTY by Harald Welte · 6 years ago
  27. ab4d509 osmo-hlr: log details for unknown IMSI / no auth data / db error by Neels Hofmeyr · 7 years ago
  28. bd1dca0 db_get_auth_data / db_get_auc: clarify return values by Neels Hofmeyr · 7 years ago
  29. 33cbde9 return GMM_CAUSE_IMSI_UNKNOWN if there is no auth data by Neels Hofmeyr · 7 years ago
  30. 671db90 cosmetic: rx_send_auth_info(): decide error cause with switch() by Neels Hofmeyr · 7 years ago
  31. d3814b9 db_test: don't verify SQLite issued error messages, they might change by Neels Hofmeyr · 7 years ago
  32. bd0d5bf hlr.c: Avoid overflow of lu_operation.subscr.imsi by Harald Welte · 7 years ago
  33. 234f9cb cosmetic: tweak params of hlr_controlif_setup() by Neels Hofmeyr · 7 years ago
  34. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  35. 84201d3 use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222 by Neels Hofmeyr · 7 years ago
  36. ce9bc40 VTY: Add hlr node and bind ip field by Pau Espin Pedrol · 7 years ago
  37. cab2fcd UMTS AKA: implement SQN increment according to SEQ and IND by Neels Hofmeyr · 7 years ago
  38. 9cacb6f CTRL: add enable/disable packet service cmds by Max · 7 years ago
  39. 372868b Add CTRL interface by Max · 7 years ago
  40. d4bebbd Add global HLR struct by Max · 7 years ago
  41. ea8b0d4 Move lu_operation into separate file by Max · 7 years ago
  42. aa0fefd Use strings for GSUP message type by Max · 7 years ago
  43. 27c6b90 Move GSUP msg init into separate function by Max · 7 years ago
  44. f8c7b6f Log error cause as a string by Max · 7 years ago
  45. 7685a78 main: add VTY and '-c config-file' option by Neels Hofmeyr · 7 years ago
  46. 7f9491f main: add option parsing with db file and default options by Neels Hofmeyr · 7 years ago
  47. ca43e30 main: add and use root talloc ctx by Neels Hofmeyr · 7 years ago
  48. 627de84 gsup: send subscriber MSISDN by Neels Hofmeyr · 8 years ago
  49. 2fc63a6 Add hardcoded APN by Max · 8 years ago
  50. ec1b959 fix various compiler warnings by Neels Hofmeyr · 8 years ago
  51. 6eed322 fix build on FreeBSD: eliminate implicitly declared functions by Neels Hofmeyr · 8 years ago
  52. 9be0d2f fix authentication re-sync (pass RAND+AUTS along) by Harald Welte · 8 years ago
  53. fbaa54b LU: remote oudated FIXME comments by Harald Welte · 8 years ago
  54. 53b8678 LU: correctly determine and use is_ps by Harald Welte · 8 years ago
  55. b18f0e0 implement PURGE-MS from VLR/SGSN to HLR by Harald Welte · 8 years ago
  56. 9990927 some more comment / todo updates by Harald Welte · 8 years ago
  57. 15db826 State number of auth vectors in SAI response by Harald Welte · 8 years ago
  58. cfc752b AUC: Differentiate between actual error and unknown IMSI by Harald Welte · 8 years ago
  59. 936f672 add copyright statements to all files by Harald Welte · 8 years ago
  60. e687be5 Major update; Code now supports SAI, LU and ISD transactions by Harald Welte · 8 years ago
  61. 5341b5d ensure we release memory for all received msgb. by Harald Welte · 8 years ago
  62. aabae9e hlr: install signal handlers for SIGINT/USR1/HUP by Harald Welte · 8 years ago
  63. e72cf55 initial import of osmo-gsup-hlr code so far by Harald Welte · 8 years ago