aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/db.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30db: Fix aliasing warning by casting the signed char to a structHolger Hans Peter Freyther1-3/+6
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-3/+3
2010-03-25db: Fix a bug where no pending SMS were foundHolger Hans Peter Freyther1-2/+2
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-01-03db: Add methods to set auth{info,tuple} for a subscriberSylvain Munaut1-0/+125
2010-01-03db: Fix bad size comparison when retrieving KiSylvain Munaut1-1/+1
2010-01-03db: Add issued/use_count/key_seq fields to AuthTuplesSylvain Munaut1-3/+9
2010-01-03db: Fix type of algorithm_id (NUMERIC -> INTEGER)Sylvain Munaut1-2/+2
2010-01-03db: Fix missing commas in AuthTuples table creationSylvain Munaut1-3/+3
2009-12-26[db] A new subscriber is an INFO event, not NOTICEHarald Welte (local)1-1/+1
2009-12-26'classmark1' is not an integer field in the databaseHarald Welte (local)1-1/+3
2009-12-24Converrt the database later to use DEBUGP/LOGP instead of stderrHarald Welte1-34/+43
2009-12-24db: coding style cleanupHarald Welte1-46/+58
2009-12-24fix merge artefact from db.cHarald Welte1-0/+1
2009-12-24[authentication] Code for retrieving authentication data from SQL DBHarald Welte1-0/+92
2009-12-22fix sql table creation for 'Counters' tableHarald Welte1-2/+2
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-0/+28
2009-12-22Implement a better sending of pending SMSSylvain Munaut1-0/+27
2009-12-21[db] Fix queries for unsent SMSSylvain Munaut1-3/+5
2009-12-09fix compile warning in db.cHarald Welte1-1/+1
2009-11-07change some identifiers from u_int64_t to unsigned long longHarald Welte1-1/+1
2009-10-22[db] Fix compile warnings in db.cHolger Hans Peter Freyther1-3/+5
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-8/+16
2009-09-26Use correct capitalization on SQL statementsHarald Welte1-4/+4
2009-08-17actual code running at end of har2009Harald Welte (local)1-4/+65
2009-08-16store all APDU's received from the MS in the databaseHarald Welte (local)1-0/+31
2009-08-15don't try to deliver sms to a subscriber that's not registeredHarald Welte (local)1-4/+27
2009-08-13fix token allocation sql stringsHarald Welte (local)1-13/+15
2009-08-12fix random extension generationJan Luebbe1-1/+1
2009-08-12fix problems with tmsi uniqueness in the subscriber tableJan Luebbe1-5/+19
2009-08-12fix a wrong format specifierJan Luebbe1-1/+1
2009-08-12allocate an extension when creating the subscriberJan Luebbe1-0/+29
2009-08-12token support in the DBJan Luebbe1-0/+54
2009-08-12flag new subscriber structs in memory and send a signalJan Luebbe1-0/+1
2009-08-10db.c: Move the schema revision check after creating the tablesHolger Hans Peter Freyther1-6/+6
2009-08-10db: Fix warning about truncating the sizeHolger Hans Peter Freyther1-1/+1
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+1
2009-08-09new db_sms_get_unsent_for_subscr() functionHarald Welte1-18/+50
2009-08-09add ud_hdr_ind to SMS tableHarald Welte1-9/+45
2009-08-08first 'working' SMS implementationHarald Welte1-42/+68
2009-07-27further steps towards better, transaction based SMSHarald Welte1-5/+25
2009-07-23make sure subscr->net is always setHarald Welte1-6/+12
2009-07-05Merge branch 'master' into smsHarald Welte1-0/+38
2009-07-05Store classmark1/2/3 in equipment SQL tableHarald Welte1-0/+38
2009-07-05further SMS workHarald Welte1-1/+24
2009-07-05more SMS improvementsHarald Welte1-2/+6
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+464