aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06subscr: Add a vty option to kick the queue.Holger Hans Peter Freyther1-0/+6
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther1-0/+15
2011-01-06subscr: Store the state of a subscr request for inspection.Holger Hans Peter Freyther1-0/+16
2011-01-06subscr: Make it possible to clear pending requests for a subscriberHolger Hans Peter Freyther1-0/+15
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther1-0/+11
2011-01-06subscr: Stop all paging requests if one is failing.Holger Hans Peter Freyther1-1/+12
2011-01-06subscr: Kick the queue in case of a paging timeoutHolger Hans Peter Freyther1-0/+3
2011-01-06subscr: Make the subscr_put_channel work with the subscrHolger Hans Peter Freyther1-3/+3
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-25subscr: Sync the database before sending the attached signalHolger Hans Peter Freyther1-1/+10
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther1-1/+2
2010-12-24subscr: Add a VTY command to update the subscriber from the database.Holger Hans Peter Freyther1-1/+4
2010-12-01paging: Dispatch the SS_PAGING signals at the MSC code levelSylvain Munaut1-0/+13
2010-12-01auth/ciph: Enable securing of channel directly after paging responseSylvain Munaut1-3/+55
2010-12-01gsm_subscriber: Move the get_channel/put_channel logic in MSC partSylvain Munaut1-0/+134
2010-06-30misc: Move handover_logic.c into the libbsc.aHolger Hans Peter Freyther1-8/+0
2009-12-24add (and use) new subscr_name() function to get name or IMSIHarald Welte1-2/+10
2009-12-24Add LOGL_INFO messages about subscriber attach/detachHarald Welte1-0/+3
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther1-1/+1
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-3/+5
2009-08-17[subscr] Split gsm_subscriber.c in BSC and MSC partHolger Hans Peter Freyther1-173/+6
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-11/+2
2009-08-08first 'working' SMS implementationHarald Welte1-0/+16
2009-07-29issue a signal once a subscriber is attached or detachedHarald Welte1-0/+3
2009-07-28Merge branch 'master' into smsHarald Welte1-8/+8
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-8/+8
2009-07-23make sure subscr->net is always setHarald Welte1-6/+9
2009-07-23gms_transactions data model reorganizationHarald Welte1-0/+1
2009-07-23gms_transactions data model reorganizationHarald Welte1-0/+1
2009-07-23make sure subscr->net is always setHarald Welte1-6/+9
2009-07-05more SMS improvementsHarald Welte1-1/+0
2009-06-20introduce talloc all over OpenBSCHarald Welte1-4/+15
2009-06-10Handle and dispatch paging requests in gsm_subscriberHolger Freyther1-2/+108
2009-06-10Proposal for a "channel request" interface...Holger Freyther1-0/+11
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+143