1. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  2. 062d5ef db: Add methods to set auth{info,tuple} for a subscriber by Sylvain Munaut · 15 years ago
  3. e1cb4de db: Fix bad size comparison when retrieving Ki by Sylvain Munaut · 15 years ago
  4. 70881b7 db: Add issued/use_count/key_seq fields to AuthTuples by Sylvain Munaut · 15 years ago
  5. 77d334a db: Fix type of algorithm_id (NUMERIC -> INTEGER) by Sylvain Munaut · 15 years ago
  6. deebb11 db: Fix missing commas in AuthTuples table creation by Sylvain Munaut · 15 years ago
  7. 441e483 [db] A new subscriber is an INFO event, not NOTICE by Harald Welte (local) · 15 years ago
  8. 1f3ecd4 'classmark1' is not an integer field in the database by Harald Welte (local) · 15 years ago
  9. ae1f159 Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  10. 0b906d0 db: coding style cleanup by Harald Welte · 15 years ago
  11. 09f7ad0 fix merge artefact from db.c by Harald Welte · 15 years ago
  12. 3606cc5 [authentication] Code for retrieving authentication data from SQL DB by Harald Welte · 15 years ago
  13. f9a43c4 fix sql table creation for 'Counters' table by Harald Welte · 15 years ago
  14. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  15. ff1f19e Implement a better sending of pending SMS by Sylvain Munaut · 15 years ago
  16. d5778fc [db] Fix queries for unsent SMS by Sylvain Munaut · 15 years ago
  17. 4669f3d fix compile warning in db.c by Harald Welte · 15 years ago
  18. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  19. 2657abf [db] Fix compile warnings in db.c by Holger Hans Peter Freyther · 15 years ago
  20. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  21. 55726d7 Use correct capitalization on SQL statements by Harald Welte · 15 years ago
  22. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  23. 026531e store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  24. db552c5 don't try to deliver sms to a subscriber that's not registered by Harald Welte (local) · 15 years ago
  25. 3feef25 fix token allocation sql strings by Harald Welte (local) · 15 years ago
  26. f0b4cef fix random extension generation by Jan Luebbe · 15 years ago
  27. 9eca37f fix problems with tmsi uniqueness in the subscriber table by Jan Luebbe · 15 years ago
  28. 1da59ed fix a wrong format specifier by Jan Luebbe · 15 years ago
  29. ebcce2a allocate an extension when creating the subscriber by Jan Luebbe · 15 years ago
  30. 31bef49 token support in the DB by Jan Luebbe · 15 years ago
  31. b0dfc31 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  32. 850326e db.c: Move the schema revision check after creating the tables by Holger Hans Peter Freyther · 15 years ago
  33. 966de68 db: Fix warning about truncating the size by Holger Hans Peter Freyther · 15 years ago
  34. 34e9749 misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  35. 2ebabca new db_sms_get_unsent_for_subscr() function by Harald Welte · 15 years ago
  36. d0b7b77 add ud_hdr_ind to SMS table by Harald Welte · 15 years ago
  37. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  38. f3efc59 further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  39. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  40. f0465bd Merge branch 'master' into sms by Harald Welte · 15 years ago
  41. c2e302d Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  42. be3e378 further SMS work by Harald Welte · 15 years ago
  43. b9c758b more SMS improvements by Harald Welte · 15 years ago
  44. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/db.c]
  45. 9175447 db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Eversberg) by Holger Freyther · 15 years ago
  46. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  47. c2995ea [db] Introduce a VLR database here by Holger Freyther · 15 years ago
  48. 1d506c8 [db] Make the db connection static by Holger Freyther · 15 years ago
  49. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  50. d4cb79f [db] Remove FIXME as it is fixed... by Holger Freyther · 15 years ago
  51. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  52. b4064bc [db] Introduce a table for SMS by Holger Freyther · 15 years ago
  53. 1ef983b [db] Print the type and id of the not found provider by Holger Freyther · 15 years ago
  54. 9c564b8 introduce lookup of subscribers based on their extension number by Holger Freyther · 15 years ago
  55. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  56. 12aa50d Change the subscriber and database backend by Holger Freyther · 15 years ago
  57. 523200b update the timestamp in the db by Harald Welte · 15 years ago
  58. bde3610 make it optional where the hlr database is stored by Holger Freyther · 16 years ago
  59. 3444ddb fix typo in debug message by Jan Luebbe · 16 years ago
  60. 391d86e add extension field to subscriber struct and name column to db by Jan Luebbe · 16 years ago
  61. 75a983f * add database handling * fix IMSI handling by Harald Welte · 16 years ago
  62. e30dbb3 also track creation and update time for subscriber and equipment by Jan Luebbe · 16 years ago
  63. fac25fc add a equipment table by Jan Luebbe · 16 years ago
  64. 6e2e545 add authorized state to subscribers in db by Jan Luebbe · 16 years ago
  65. 7eda3ab remove db debug output by Jan Luebbe · 16 years ago
  66. 5c15c85 rewrite db backend by Jan Luebbe · 16 years ago
  67. faaa49c db: add GPL headers and integrate with autofoo by Jan Luebbe · 16 years ago
  68. 7398eb9 add first sketch of a DB backend by Jan Luebbe · 16 years ago