aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2010-01-07[signal] Differentiate paging success from expiration in SS_PAGINGSylvain Munaut1-1/+1
2009-12-29export the 'trx_is_usable() function and use it from pagingHarald Welte (local)1-0/+5
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-3/+3
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+7
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte1-1/+1
2009-11-22[network] Make use of T3113 for pagingHolger Hans Peter Freyther1-1/+1
2009-11-17[paging] In expiration handling remove the request before doing the callbackHolger Hans Peter Freyther1-4/+10
2009-09-28[paging] Use paging_request_stop to stop all paging requestsHolger Hans Peter Freyther1-2/+3
2009-09-28[paging] Kill old defines from paging.cHolger Hans Peter Freyther1-3/+0
2009-09-28[paging] Implement paging by IMSI.Holger Hans Peter Freyther1-3/+7
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-3/+1
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther1-1/+1
2009-08-20[paging] Better use ';' for the command...Holger Hans Peter Freyther1-3/+3
2009-08-15paging_request() now returns the number of started paging requestsHarald Welte (local)1-2/+5
2009-08-15Merge commit 'har/master'Harald Welte1-6/+1
2009-08-15provide return code from paging_request() functionHarald Welte1-6/+13
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-6/+1
2009-08-08when paging a MS, use the channel type indicated by callerHarald Welte1-2/+3
2009-08-01gsm_04_08 no longer needs to iterate over all BTS in LACHarald Welte1-0/+1
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-3/+5
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-2/+1
2009-06-20introduce talloc all over OpenBSCHarald Welte1-2/+8
2009-06-10reworked MNCC codebaseHarald Welte1-1/+5
2009-06-10Proposal for a "channel request" interface...Holger Freyther1-2/+2
2009-06-10[paging] Unbreak breakge when moving things into paging.cHolger Hans Peter Freyther1-1/+4
2009-06-10Move the "finding" of the right BTS into paging.cHolger Hans Peter Freyther1-4/+42
2009-06-10use gsm_bts_by_lac() function to start paging of all bts with same lacHarald Welte1-1/+1
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+262