aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_subscriber.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10move openbsc into its own subdirectoryHarald Welte1-58/+0
2009-06-09* add support for storing classmark1/2/3 per subscriberHarald Welte1-0/+8
* add support for parsing measurement results (both BTS and MS side)
2009-06-04[subscr] Remove the struct gsm_bts pointer from subscriberHolger Freyther1-1/+0
The pointer was initially added to support to open a lchan by using the gsm_subscriber structure. We would have restored the struct gsm_bts from the db when loading the subscriber. Instead we will dynamically resolve the gsm_bts and might end up paging multiple bts in the same (stored/old) location area until it answers.
2009-06-04gsm_subscriber.h: Remove trailing whitespace...Holger Freyther1-1/+1
Cosmetic changed
2009-06-02[subscriber] Change id to long long unsigned int (Andreas Eversberg)Holger Freyther1-1/+1
Changes the subscriber id type defintion from "long unsigned int" to "long long unsigned int". Without, printf with '%llu' caused a crash.
2009-05-23show and edit subscribers from the vty interfaceHarald Welte1-1/+1
2009-04-12[subscriber] Introduce subscr_put_channelHolger Freyther1-0/+1
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/+7
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/+2
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-0/+1
Remove the callbacks from gsm_network for now. A set of different callbacks will be back. E.g. when the paging is completed, when the Q.931 like call handling is there... Remove var's or move them into #if 0, remove unused stuff that looks like we do not need it anytime soon or #if 0 them, move stuff around.
2009-01-04Define the gsm_subscriber getter functions in the headerHolger Freyther1-1/+5
2009-01-01Change the subscriber and database backendHolger Freyther1-0/+9
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-27add extension field to subscriber struct and name column to dbJan Luebbe1-0/+2
2008-12-27add a equipment tableJan Luebbe1-0/+2
2008-12-27add authorized state to subscribers in dbJan Luebbe1-0/+1
2008-12-27rewrite db backendJan Luebbe1-5/+12
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-1/+1
2008-12-23initial commit of current OpenBSC stateHarald Welte1-0/+16