aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_subscriber.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-12[subscriber] Introduce subscr_put_channelHolger Freyther1-0/+11
Introduce subscr_put_channel to release a channel and to allow gsm_subscriber.c to hand this channel to any suitable pending requests.
2009-04-12[subscriber] Update the current_bts field on imsi detach and LOC acceptHolger Freyther1-1/+16
When sending LOCATION UPDATING REQUEST Accept or when getting a IMSI Detach update the gsm_bts of the gsm_subscriber.
2009-02-09introduce lookup of subscribers based on their extension numberHolger Freyther1-0/+12
2009-01-04Define the gsm_subscriber getter functions in the headerHolger Freyther1-2/+2
2009-01-01Change the subscriber and database backendHolger Freyther1-18/+33
gsm_subscriber is now refcounted, the db backend is leaking a lot less, db_get_subscriber will allocate the subscr record now, subscr_* will look up a subscriber in the list of currently active subscribers and add an ref to this one. The db test cases pass, more testing will be when next to the bts
2008-12-27* add database handlingHarald Welte1-9/+48
* fix IMSI handling
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-1/+2
2008-12-23initial commit of current OpenBSC stateHarald Welte1-0/+42