aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/db.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23make sure subscr->net is always setHarald Welte1-4/+10
since a subscriber is an element of the gsm_network, we have to ensure subscr->net is always set correctly. We do this by using gsm_network as an argument to all functions that resolve or create a subscriber.
2009-07-05Store classmark1/2/3 in equipment SQL tableHarald Welte1-0/+38
For further evaluation/analysis, this patch stores the classmark 1, 2 and 3 values of every equipment in the SQL database. We can use this non-volatile data to determine the supported features for each handset that we've ever seen on our network.
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+464