aboutsummaryrefslogtreecommitdiffstats
path: root/src/paging.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-23* rename the timer functions to avoid name collisions with libmisdn.Harald Welte1-5/+5
2009-02-17switch paging code to use a timer again, since not all BTS send reliable CCCH...Harald Welte1-6/+21
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte1-1/+11
2009-02-16modify the signal handler/dispatch code (sorry zecke, no offense, I just had ...Harald Welte1-11/+7
2009-02-14[paging] Do not create a request when one is already pending...Holger Freyther1-6/+6
2009-02-14[paging] Fix crash, move_to_next can not be used....Holger Freyther1-2/+4
2009-02-14[signal] Move the area into the struct signal_data...Holger Freyther1-1/+4
2009-02-14[signal] Dispatch the first signal... inform about paging timeoutHolger Freyther1-1/+8
2009-02-14[paging] Send up to avaliable_slots paging requests...Holger Freyther1-12/+40
2009-02-14[paging] Initiliaze req in paging_T3113_expiredHolger Freyther1-1/+1
2009-02-11[paging] factor out list iteration... move to the next itemHolger Freyther1-4/+9
2009-02-11[paging] Send paging requests as response to the PAGING LOAD indicatorHolger Freyther1-10/+4
2009-02-11[paging] Stop the timer when the paging was successfulHolger Freyther1-0/+1
2009-02-11[paging] Stop counting the requests... harald implemented sepc conform timer ...Holger Freyther1-10/+5
2009-02-10* decrease subscriber refcount when free()ing a paging requestHarald Welte1-0/+15
2009-02-10[paging] Introduce a variable containing the free paging slotsHolger Freyther1-0/+8
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther1-14/+14
2009-02-06[paging] Move the code to send the command into a separate functionHolger Freyther1-12/+17
2009-02-06[paging] Move the paging state into struct gsm_btsHolger Freyther1-56/+31
2009-02-06[paging] Use paging_request_remove to update last_request and free memoryHolger Freyther1-9/+16
2009-02-06add new routine to stop pagingHarald Welte1-0/+20
2009-02-04[paging] Use the number of different paging subchannels...Holger Freyther1-1/+1
2009-02-04[paging] This is paging my phone but it looks completely wrong...Holger Freyther1-1/+20
2009-02-03[paging] some minor cleanups. put the current request into a temporaryHolger Freyther1-6/+9
2009-02-03[paging] Cosmetic changes on the timer handling and max requestsHolger Freyther1-2/+3
2009-01-27[paging] Slightly increase the timeout to not overload the BTS...Holger Freyther1-1/+1
2009-01-27[paging] Discard paging requests after not completing them...Holger Freyther1-5/+10
2009-01-27[paging] memset and improve error messageHolger Freyther1-4/+10
2009-01-11fix typoHarald Welte1-1/+1
2009-01-06[paging] Page pagegroup one...Harald Welte1-0/+19
2009-01-06Hook the paging code into bsc_hack.c and telnet_interface.cHarald Welte1-1/+41
2009-01-06Start creating a paging layer...Harald Welte1-0/+83