1. 4642d49 [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  2. fe9da82 [paging] In expiration handling remove the request before doing the callback by Holger Hans Peter Freyther · 15 years ago
  3. 927f056 [paging] Use paging_request_stop to stop all paging requests by Holger Hans Peter Freyther · 15 years ago
  4. 98dd1c8 [paging] Kill old defines from paging.c by Holger Hans Peter Freyther · 15 years ago
  5. b28285d [paging] Implement paging by IMSI. by Holger Hans Peter Freyther · 15 years ago
  6. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  7. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  8. 081c00d [paging] Better use ';' for the command... by Holger Hans Peter Freyther · 15 years ago
  9. 0abaf33 paging_request() now returns the number of started paging requests by Harald Welte (local) · 15 years ago
  10. b2dc37f Merge commit 'har/master' by Harald Welte · 15 years ago
  11. e903edf provide return code from paging_request() function by Harald Welte · 15 years ago
  12. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  13. f6cea1d when paging a MS, use the channel type indicated by caller by Harald Welte · 15 years ago
  14. a1b2858 gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  15. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  16. 470ec29 use taloc_zero() rather than talloc() and explisit memset() by Harald Welte · 15 years ago
  17. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  18. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  19. 04866d4 Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  20. fdac4cc [paging] Unbreak breakge when moving things into paging.c by Holger Hans Peter Freyther · 15 years ago
  21. 2c45123 Move the "finding" of the right BTS into paging.c by Holger Hans Peter Freyther · 15 years ago
  22. be14310 use gsm_bts_by_lac() function to start paging of all bts with same lac by Harald Welte · 15 years ago
  23. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/paging.c]
  24. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  25. 75a1fa8 switch paging code to use a timer again, since not all BTS send reliable CCCH load indications by Harald Welte · 15 years ago
  26. 09e38af * introduce a callback function when paging completes (I know this is somewhat of an overlap by Harald Welte · 15 years ago
  27. 595ad7b modify the signal handler/dispatch code (sorry zecke, no offense, I just had some different ideas) by Harald Welte · 15 years ago
  28. 49314f6 [paging] Do not create a request when one is already pending... by Holger Freyther · 15 years ago
  29. 531c0de [paging] Fix crash, move_to_next can not be used.... by Holger Freyther · 15 years ago
  30. e4b3fa3 [signal] Move the area into the struct signal_data... by Holger Freyther · 15 years ago
  31. 4af2b48 [signal] Dispatch the first signal... inform about paging timeout by Holger Freyther · 15 years ago
  32. e36e15e [paging] Send up to avaliable_slots paging requests... by Holger Freyther · 15 years ago
  33. 83e44b0 [paging] Initiliaze req in paging_T3113_expired by Holger Freyther · 15 years ago
  34. 334f236 [paging] factor out list iteration... move to the next item by Holger Freyther · 15 years ago
  35. b1ffbb6 [paging] Send paging requests as response to the PAGING LOAD indicator by Holger Freyther · 15 years ago
  36. ed2aea8 [paging] Stop the timer when the paging was successful by Holger Freyther · 15 years ago
  37. f6535bb [paging] Stop counting the requests... harald implemented sepc conform timer support by Holger Freyther · 15 years ago
  38. 51cce1e * decrease subscriber refcount when free()ing a paging request by Harald Welte · 15 years ago
  39. 392209c [paging] Introduce a variable containing the free paging slots by Holger Freyther · 15 years ago
  40. 1fd3414 [paging] Cleanup page -> paging in function names by Holger Freyther · 15 years ago
  41. 33ba752 [paging] Move the code to send the command into a separate function by Holger Freyther · 15 years ago
  42. ceb59b7 [paging] Move the paging state into struct gsm_bts by Holger Freyther · 15 years ago
  43. 3d94924 [paging] Use paging_request_remove to update last_request and free memory by Holger Freyther · 15 years ago
  44. 763da00 add new routine to stop paging by Harald Welte · 15 years ago
  45. 152a147 [paging] Use the number of different paging subchannels... by Holger Freyther · 15 years ago
  46. 3aa8d6c [paging] This is paging my phone but it looks completely wrong... by Holger Freyther · 15 years ago
  47. d4ec528 [paging] some minor cleanups. put the current request into a temporary by Holger Freyther · 15 years ago
  48. df892da [paging] Cosmetic changes on the timer handling and max requests by Holger Freyther · 15 years ago
  49. 97cce47 [paging] Slightly increase the timeout to not overload the BTS... by Holger Freyther · 15 years ago
  50. bf83481 [paging] Discard paging requests after not completing them... by Holger Freyther · 15 years ago
  51. 1525de0 [paging] memset and improve error message by Holger Freyther · 15 years ago
  52. d08de2f fix typo by Harald Welte · 15 years ago
  53. 2f1311b [paging] Page pagegroup one... by Harald Welte · 15 years ago
  54. 38c2f13 Hook the paging code into bsc_hack.c and telnet_interface.c by Harald Welte · 15 years ago
  55. b68899d Start creating a paging layer... by Harald Welte · 15 years ago