1. d883db0 nitb/ctrl: Implement a command to list all active subscribers by Holger Hans Peter Freyther · 10 years ago
  2. 2d99eeb nitb/ctrl: Implement creating and deleting subscribers by Holger Hans Peter Freyther · 10 years ago
  3. 1e77e3d db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered() by Alexander Chemeris · 10 years ago
  4. 7e20f64 db: Remove the german from the log message by Alexander Chemeris · 10 years ago
  5. 900394a db: Avoid crash we have seen with the dbi code when reading a SMS by Holger Hans Peter Freyther · 11 years ago
  6. c9763a3 db: Fetch the authorized key using ulonglong by Kevin Redon · 11 years ago
  7. 7634ec1 db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  8. 8c16928 Fix typo ',' -> ';' at the end of a line. by Alexander Chemeris · 11 years ago
  9. c63f6f1 expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  10. 5ecbc93 misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  11. e885951 db: Fix an issue with the memset by Holger Hans Peter Freyther · 11 years ago
  12. bfbdeec libmsc: Track and update the location update expiry by Jan Luebbe · 12 years ago
  13. c0de14d SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  14. 5e80cc4 libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  15. d1476bc db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  16. 2c5f4c6 db: fix Smatch warnings by Harald Welte · 13 years ago
  17. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  18. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  19. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  20. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  21. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/db.c]
  22. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/db.c]
  23. f4152d1 misc: Remove unused variable from the db. by Holger Hans Peter Freyther · 13 years ago
  24. 624e89d [db] Fix double-quoting in libdbi backend by Harald Welte · 14 years ago
  25. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  26. f64a20f db: Quote the IMEI string before passing it into the database. by Holger Hans Peter Freyther · 14 years ago
  27. 019d016 [db] Properly quote name and extension for SQL access by Harald Welte · 14 years ago
  28. 73b878a db: Introduce a limit in delivery attempts for the SMS search by Holger Hans Peter Freyther · 14 years ago
  29. 812dad0 db: Add method to load a SMS by id. by Holger Hans Peter Freyther · 14 years ago
  30. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 14 years ago
  31. 28dcbc5 misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  32. c5faf66 misc: Reorder includes, move osmocore to the end by Holger Hans Peter Freyther · 14 years ago
  33. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  34. 7a7d364 db.c: Fix some SQL queries for ambiguous column names by Sylvain Munaut · 14 years ago
  35. adea4f1 db: Use proper %llu for subscriber ID in format string. by Sylvain Munaut · 14 years ago
  36. 31ac307 db: Fix typo in sync_lastauthtuples SQL UPDATE stmt by Sylvain Munaut · 14 years ago
  37. 92b2ff5 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  38. 10bf812 db: Use subscriber_id as primary key for AuthKeys/AuthLastTuples by Sylvain Munaut · 14 years ago
  39. c614a6a db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  40. d94d6a0 DB: don't use reserved "index" word in SQL table field name by Harald Welte · 14 years ago
  41. c191986 [GPRS] NS: more rate counters for BLOCK / DEAD count by Harald Welte · 14 years ago
  42. f2b4cd7 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago
  43. ceb072d db: Fix aliasing warning by casting the signed char to a struct by Holger Hans Peter Freyther · 14 years ago
  44. acf8a0c [misc] Remove whitespace from the end of the line. by Holger Hans Peter Freyther · 14 years ago
  45. b464fb4 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  46. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  47. 062d5ef db: Add methods to set auth{info,tuple} for a subscriber by Sylvain Munaut · 15 years ago
  48. e1cb4de db: Fix bad size comparison when retrieving Ki by Sylvain Munaut · 15 years ago
  49. 70881b7 db: Add issued/use_count/key_seq fields to AuthTuples by Sylvain Munaut · 15 years ago
  50. 77d334a db: Fix type of algorithm_id (NUMERIC -> INTEGER) by Sylvain Munaut · 15 years ago
  51. deebb11 db: Fix missing commas in AuthTuples table creation by Sylvain Munaut · 15 years ago
  52. 441e483 [db] A new subscriber is an INFO event, not NOTICE by Harald Welte (local) · 15 years ago
  53. 1f3ecd4 'classmark1' is not an integer field in the database by Harald Welte (local) · 15 years ago
  54. ae1f159 Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  55. 0b906d0 db: coding style cleanup by Harald Welte · 15 years ago
  56. 09f7ad0 fix merge artefact from db.c by Harald Welte · 15 years ago
  57. 3606cc5 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  58. f9a43c4 fix sql table creation for 'Counters' table by Harald Welte · 15 years ago
  59. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  60. ff1f19e Implement a better sending of pending SMS by Sylvain Munaut · 15 years ago
  61. d5778fc [db] Fix queries for unsent SMS by Sylvain Munaut · 15 years ago
  62. 4669f3d fix compile warning in db.c by Harald Welte · 15 years ago
  63. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  64. 2657abf [db] Fix compile warnings in db.c by Holger Hans Peter Freyther · 15 years ago
  65. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  66. 55726d7 Use correct capitalization on SQL statements by Harald Welte · 15 years ago
  67. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  68. 026531e store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  69. db552c5 don't try to deliver sms to a subscriber that's not registered by Harald Welte (local) · 15 years ago
  70. 3feef25 fix token allocation sql strings by Harald Welte (local) · 15 years ago
  71. f0b4cef fix random extension generation by Jan Luebbe · 15 years ago
  72. 9eca37f fix problems with tmsi uniqueness in the subscriber table by Jan Luebbe · 15 years ago
  73. 1da59ed fix a wrong format specifier by Jan Luebbe · 15 years ago
  74. ebcce2a allocate an extension when creating the subscriber by Jan Luebbe · 15 years ago
  75. 31bef49 token support in the DB by Jan Luebbe · 15 years ago
  76. b0dfc31 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  77. 850326e db.c: Move the schema revision check after creating the tables by Holger Hans Peter Freyther · 15 years ago
  78. 966de68 db: Fix warning about truncating the size by Holger Hans Peter Freyther · 15 years ago
  79. 34e9749 misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  80. 2ebabca new db_sms_get_unsent_for_subscr() function by Harald Welte · 15 years ago
  81. d0b7b77 add ud_hdr_ind to SMS table by Harald Welte · 15 years ago
  82. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  83. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  84. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  85. f0465bd Merge branch 'master' into sms by Harald Welte · 15 years ago
  86. c2e302d Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  87. be3e378 further SMS work by Harald Welte · 15 years ago
  88. b9c758b more SMS improvements by Harald Welte · 15 years ago
  89. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/db.c]
  90. 9175447 db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Eversberg) by Holger Freyther · 15 years ago
  91. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  92. c2995ea [db] Introduce a VLR database here by Holger Freyther · 15 years ago
  93. 1d506c8 [db] Make the db connection static by Holger Freyther · 15 years ago
  94. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  95. d4cb79f [db] Remove FIXME as it is fixed... by Holger Freyther · 15 years ago
  96. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  97. b4064bc [db] Introduce a table for SMS by Holger Freyther · 15 years ago
  98. 1ef983b [db] Print the type and id of the not found provider by Holger Freyther · 15 years ago
  99. 9c564b8 introduce lookup of subscribers based on their extension number by Holger Freyther · 15 years ago
  100. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago