1. 2e86ab3 debian: 'make check' needs sqlite3, add to Build-Depends by Neels Hofmeyr · 7 years ago
  2. c5122f2 code undup: use db_bind_text() in db_get_auth_data() by Neels Hofmeyr · 7 years ago
  3. 1cbdb70 fix db_update_sqn(): reset stmt in all error cases by Neels Hofmeyr · 7 years ago
  4. 76328e5 code undup: use db_remove_reset() in db_auc.c by Neels Hofmeyr · 7 years ago
  5. 57a8792 refactor db_get_auth_data return val by Neels Hofmeyr · 7 years ago
  6. 1332a17 add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id() by Neels Hofmeyr · 7 years ago
  7. e50121e refactor db_subscr_purge by Neels Hofmeyr · 7 years ago
  8. dd78305 refactor db_subscr_lu() by Neels Hofmeyr · 7 years ago
  9. e8ccd50 refactor db_subscr_ps() to db_subscr_nam() by Neels Hofmeyr · 7 years ago
  10. 9c2bbc8 add db_subscr_get_by_msisdn() and db_subscr_get_by_id() by Neels Hofmeyr · 7 years ago
  11. 32633e2 db: use int64_t as subscriber id by Neels Hofmeyr · 7 years ago
  12. d7d9697 less noise: simplify db_remove_reset() by Neels Hofmeyr · 7 years ago
  13. 9850946 add initial db_test: creating and deleting subscribers by Neels Hofmeyr · 7 years ago
  14. f7c3e6e add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi() by Neels Hofmeyr · 7 years ago
  15. 28da26e add db_bind_int() and db_bind_int64() by Neels Hofmeyr · 7 years ago
  16. cd83b8a cosmetic: don't log about missing SQLite log cb by Neels Hofmeyr · 7 years ago
  17. d3cd102 gitignore: tests/package.m4 by Neels Hofmeyr · 7 years ago
  18. d4bb51b ctrl_test_runner.py: use proper constant as test db path by Neels Hofmeyr · 7 years ago
  19. 1e31d18 cosmetic: db_hlr: SL3_TXT: clarify indenting by Neels Hofmeyr · 7 years ago
  20. e9c0c5b cosmetic: log: "SQLite" with capital L by Neels Hofmeyr · 7 years ago
  21. 3522819 debian/rules: show testsuite.log when tests are failing by Alexander Couzens · 7 years ago
  22. 40aa61c cosmetic: log IMSI='<imsi>', log "no such subscriber" by Neels Hofmeyr · 7 years ago
  23. 0cac0a0 cosmetic: multi-line DB_STMT_AUC_BY_IMSI by Neels Hofmeyr · 7 years ago
  24. f314459 cosmetic: refactor db_bind_imsi() as db_bind_text() by Neels Hofmeyr · 7 years ago
  25. 518335e cosmetic: rename db_subscr_get() to db_subscr_get_by_imsi() by Neels Hofmeyr · 7 years ago
  26. 4bde949 cosmetic: prepend DB_STMT_ to enum stmt_idx entries by Neels Hofmeyr · 7 years ago
  27. 32c38f0 debian: remove unneeded dependency libdbd-sqlite3 by Pau Espin Pedrol · 7 years ago
  28. f88c914 add CTRL tests for enable-/disable-/status-ps by Neels Hofmeyr · 7 years ago
  29. f95ce04 add basic CTRL interface tests by Neels Hofmeyr · 7 years ago
  30. 05c8b46 Use value string check from osmo-ci by Max · 7 years ago
  31. 43bf7bc Use release helper from libosmocore by Max · 7 years ago
  32. 0b1b6b1 jenkins.sh: Proper error message if local environment isn't set up by Harald Welte · 7 years ago
  33. 84201d3 use OSMO_GSUP_PORT == 4222 instead of hardcoded 2222 by Neels Hofmeyr · 7 years ago
  34. 6249137 Another attempt at fixing .deb by Max · 7 years ago
  35. 02098d9 deb: use python in shebang by Max · 7 years ago
  36. 886ecef Attempt to fix .deb package by Max · 7 years ago
  37. 1f3a1ce tests/auc: Don't require python3 by Daniel Willmann · 7 years ago
  38. 69f3860 hlr_data.sql: Insert ki and opc instead of op to example data by Daniel Willmann · 7 years ago
  39. ce9bc40 VTY: Add hlr node and bind ip field by Pau Espin Pedrol · 7 years ago
  40. 1790c82 install hlr.sql in prefix/doc/osmo-hlr/ by Neels Hofmeyr · 7 years ago
  41. 63b7e86 Add systemd service file by Daniel Willmann · 7 years ago
  42. 0ad929b debian: remove obsolete dependency by Max · 7 years ago
  43. 6fb234c add config example (mostly empty) by Neels Hofmeyr · 7 years ago
  44. 743cf42 fix db_subscr_ps error handling by Neels Hofmeyr · 7 years ago
  45. 9d27398 jenkins: add value_string termination check by Neels Hofmeyr · 7 years ago
  46. edebc22 debug log: output ind slot, previous sqn, and sqn db update by Neels Hofmeyr · 7 years ago
  47. cab2fcd UMTS AKA: implement SQN increment according to SEQ and IND by Neels Hofmeyr · 7 years ago
  48. ee392bb fix debug log: adjust to new SQN increment scheme by Neels Hofmeyr · 7 years ago
  49. ea1052d auc tests: fix after SQN scheme changes from libosmocore by Neels Hofmeyr · 7 years ago
  50. d846ae8 auc tests: adjust cosmetically to prepare for SQN changes by Neels Hofmeyr · 7 years ago
  51. 7f39468 deb: fix OBS build by Max · 7 years ago
  52. e9d37db Add .deb packaging by Max · 7 years ago
  53. 5ecdc56 fix: properly handle error rc by osmo_gsup_conn_ccm_get() by Neels Hofmeyr · 7 years ago
  54. 9cacb6f CTRL: add enable/disable packet service cmds by Max · 7 years ago
  55. 372868b Add CTRL interface by Max · 7 years ago
  56. adc6648 Make subscr parameter to db_subscr_get() optional by Max · 7 years ago
  57. d4bebbd Add global HLR struct by Max · 7 years ago
  58. 4436dec cosmetic: rename auc_3g_test.c to auc_test.c by Neels Hofmeyr · 7 years ago
  59. 21380ae cosmetic: auc_3g_test: improve test debugging tools by Neels Hofmeyr · 7 years ago
  60. b5b11e3 auc_compute_vectors(): fix AUTS resync for multiple vectors by Neels Hofmeyr · 7 years ago
  61. 8d97d34 cosmetic: refactor auc_compute_vectors(), add debug log by Neels Hofmeyr · 7 years ago
  62. 428c947 auc_3g_test: add AUTS test with N vectors, to show bug by Neels Hofmeyr · 7 years ago
  63. 3aa3c10 auc_3g_test: allow to inc fake rand bytes upon rand request by Neels Hofmeyr · 7 years ago
  64. 569d322 auc_gen_vectors(): ensure sane arguments, test by Neels Hofmeyr · 7 years ago
  65. ec9036b auc_3g_test: add AUTS resync test by Neels Hofmeyr · 7 years ago
  66. 3ce3686 Add routines to update nam_ps by Max · 7 years ago
  67. 58d4a84 Fix compiler's warning about printf security by Max · 7 years ago
  68. 00b3715 db: move duplicated code into helper functions by Max · 7 years ago
  69. ea8b0d4 Move lu_operation into separate file by Max · 7 years ago
  70. aa0fefd Use strings for GSUP message type by Max · 7 years ago
  71. 27c6b90 Move GSUP msg init into separate function by Max · 7 years ago
  72. f8c7b6f Log error cause as a string by Max · 7 years ago
  73. 912a303 UMTS AKA resync: fix argument ordering by Neels Hofmeyr · 7 years ago
  74. cc785f0 sql: add unique constraints to IMSI and MSISDN by Neels Hofmeyr · 7 years ago
  75. 6b883f7 auth: verify test sets from 3GPP TS 55.205 by Neels Hofmeyr · 7 years ago
  76. 8cde662 tests: auc_3g_test: implement vector generation test by Neels Hofmeyr · 7 years ago
  77. 00c0697 Add test suite skeleton with empty test (auc_3g_test) by Neels Hofmeyr · 7 years ago
  78. 8089d51 comment: sql: describe auc_2g and auc_3g columns by Neels Hofmeyr · 7 years ago
  79. d71dbec sql: auc_3g: set sqn NOT NULL DEFAULT 0 by Neels Hofmeyr · 7 years ago
  80. 862f1dc cosmetic: sql: indicate VARCHAR size of key columns as 32 by Neels Hofmeyr · 7 years ago
  81. 24537b9 sql: fix 3g_auc's column K data type by Neels Hofmeyr · 7 years ago
  82. 7685a78 main: add VTY and '-c config-file' option by Neels Hofmeyr · 7 years ago
  83. 7f9491f main: add option parsing with db file and default options by Neels Hofmeyr · 7 years ago
  84. ca43e30 main: add and use root talloc ctx by Neels Hofmeyr · 7 years ago
  85. 5b581ac auc.c: typo in comment by Neels Hofmeyr · 7 years ago
  86. 2116ce2 hlr.sql: typo in comment by Neels Hofmeyr · 7 years ago
  87. 0acd31e log: move a log from info to debug level by Neels Hofmeyr · 8 years ago
  88. 4307ad9 debug log: log computed vector kinds by Neels Hofmeyr · 8 years ago
  89. 627de84 gsup: send subscriber MSISDN by Neels Hofmeyr · 7 years ago
  90. 2fc63a6 Add hardcoded APN by Max · 7 years ago
  91. 21229a0 Add gerrit settings by Max · 7 years ago
  92. 54db5e7 bump required libosmocore version to 0.9.5 by Neels Hofmeyr · 8 years ago
  93. c317cc2 build: actually make sqlite mandatory by Neels Hofmeyr · 8 years ago
  94. cb2a634 build: recoin db_test as non-installable program by Neels Hofmeyr · 8 years ago
  95. 3e6a69d fix DLGSUP logging cat after change in libosmocore by Neels Hofmeyr · 8 years ago
  96. ec1b959 fix various compiler warnings by Neels Hofmeyr · 8 years ago
  97. 6eed322 fix build on FreeBSD: eliminate implicitly declared functions by Neels Hofmeyr · 8 years ago
  98. 40d8b01 build with autoconf/automake, add jenkins.sh script by Neels Hofmeyr · 8 years ago
  99. 7f8c301 add COPYING file with AGPLv3 license text by Harald Welte · 8 years ago 0.0.1
  100. b5bce1e Fix build on Ubuntu by Max · 8 years ago