aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/db.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-25db: Introduce a limit in delivery attempts for the SMS searchHolger Hans Peter Freyther1-3/+5
2010-12-25db: Add method to load a SMS by id.Holger Hans Peter Freyther1-0/+22
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther1-18/+54
2010-12-22misc: Remove gsm_subscriber.h from the db.h fileHolger Hans Peter Freyther1-0/+1
2010-12-22misc: Reorder includes, move osmocore to the endHolger Hans Peter Freyther1-1/+2
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-07-03db.c: Fix some SQL queries for ambiguous column namesSylvain Munaut1-19/+23
2010-07-03db: Use proper %llu for subscriber ID in format string.Sylvain Munaut1-8/+8
2010-06-14db: Fix typo in sync_lastauthtuples SQL UPDATE stmtSylvain Munaut1-1/+1
2010-06-14db: Change naming convention for auth info functionsSylvain Munaut1-10/+10
2010-06-14db: Use subscriber_id as primary key for AuthKeys/AuthLastTuplesSylvain Munaut1-4/+2
2010-06-14db: Rename AuthTuples to AuthLastTuplesSylvain Munaut1-9/+9
2010-05-14DB: don't use reserved "index" word in SQL table field nameHarald Welte1-2/+2
2010-05-13[GPRS] NS: more rate counters for BLOCK / DEAD countHarald Welte1-5/+12
2010-05-13[GPRS] NS: Start to use rate_ctr_group code from libosmocoreHarald Welte1-7/+49
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