aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/paging.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther1-1/+8
2010-12-01paging: Dispatch the SS_PAGING signals at the MSC code levelSylvain Munaut1-7/+0
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut1-5/+7
2010-09-06[paging] Implement the counting for TCH/H and TCH/FHolger Hans Peter Freyther1-4/+11
2010-09-06[paging] Only page if we have some free channels right nowHolger Hans Peter Freyther1-0/+46
2010-09-06[paging] Continuisly send paging commands.Holger Hans Peter Freyther1-22/+24
2010-09-06[paging] When giving credit try to send out paging requests too.Holger Hans Peter Freyther1-0/+2
2010-09-06[paging] When we ran down to 0 available paging slots start a credit timerHolger Hans Peter Freyther1-9/+17
2010-06-17bsc_api: Fix compile warning in paging code..Holger Hans Peter Freyther1-0/+1
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-6/+6
2010-06-16bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther1-2/+1
2010-04-30[misc] Remove spaces, fix indention.Holger Hans Peter Freyther1-1/+1
2010-04-10[paging] Include chan_alloc.h to silence a compiler warningHolger Hans Peter Freyther1-0/+1
2010-04-10[paging] Start with a smaller paging limit...Holger Hans Peter Freyther1-1/+1
2010-04-10[paging] Move code to use LOGP and print some more informationHolger Hans Peter Freyther1-6/+6
2010-04-10[paging] Simplify the last request and treat llist as a queueHolger Hans Peter Freyther1-34/+9
2010-04-09paging: Avoid integer underflow on ipaccessHolger Hans Peter Freyther1-0/+14
2010-04-08[paging] Do not use request after it was was destroyed..Holger Hans Peter Freyther1-1/+1
2010-04-07[paging] Increase the time used to send paging messages to the BTSHolger Hans Peter Freyther1-2/+2
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