1. 75cf52a logging: Only compare the subscr address by Holger Hans Peter Freyther · 10 years ago
  2. 66f55e6 logging: Set the context for paging requests as well. by Holger Hans Peter Freyther · 10 years ago
  3. da8770b msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  4. 81598ea bsc: Allow to page a BTS that is excluded from the RF lock by Holger Hans Peter Freyther · 12 years ago
  5. 308a441 paging: Do not page when there is no OML link by Holger Hans Peter Freyther · 12 years ago
  6. ad39db6 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  7. 3d8a8fd move gsm0502_calc_paging_group() to libosmocore by Harald Welte · 13 years ago
  8. 1c23b8d generalize function for calculation of the paging group by Harald Welte · 13 years ago
  9. ee3ce52 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  10. f38b31c use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  11. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  12. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  13. 914ff19 paging: Provide the number of pending requests by Holger Hans Peter Freyther · 13 years ago
  14. bd421f2 paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  15. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  16. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  17. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/paging.c]
  18. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/paging.c]
  19. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  20. ab2a933 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 14 years ago
  21. 7a8f881 paging: Dispatch the SS_PAGING signals at the MSC code level by Sylvain Munaut · 14 years ago
  22. b7b6e78 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  23. 343b945 [paging] Implement the counting for TCH/H and TCH/F by Holger Hans Peter Freyther · 14 years ago
  24. 3112f67 [paging] Only page if we have some free channels right now by Holger Hans Peter Freyther · 14 years ago
  25. c814ae9 [paging] Continuisly send paging commands. by Holger Hans Peter Freyther · 14 years ago
  26. e791d95 [paging] When giving credit try to send out paging requests too. by Holger Hans Peter Freyther · 14 years ago
  27. e7be13c [paging] When we ran down to 0 available paging slots start a credit timer by Holger Hans Peter Freyther · 14 years ago
  28. 710157a bsc_api: Fix compile warning in paging code.. by Holger Hans Peter Freyther · 14 years ago
  29. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  30. 897ad9a bsc_api: Move BSC API between MSC and RSL code... by Holger Hans Peter Freyther · 14 years ago
  31. 8c99434 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  32. 8ecec25 [paging] Include chan_alloc.h to silence a compiler warning by Holger Hans Peter Freyther · 14 years ago
  33. c13d32f [paging] Start with a smaller paging limit... by Holger Hans Peter Freyther · 14 years ago
  34. b6a3394 [paging] Move code to use LOGP and print some more information by Holger Hans Peter Freyther · 14 years ago
  35. 5ded191 [paging] Simplify the last request and treat llist as a queue by Holger Hans Peter Freyther · 14 years ago
  36. 5fd943c paging: Avoid integer underflow on ipaccess by Holger Hans Peter Freyther · 14 years ago
  37. fad51da [paging] Do not use request after it was was destroyed.. by Holger Hans Peter Freyther · 14 years ago
  38. c6b5f0e [paging] Increase the time used to send paging messages to the BTS by Holger Hans Peter Freyther · 14 years ago
  39. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  40. 4ff936f [signal] Differentiate paging success from expiration in SS_PAGING by Sylvain Munaut · 15 years ago
  41. 43db2bf export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  42. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  43. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  44. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  45. 4b9042a [network] Make use of T3113 for paging by Holger Hans Peter Freyther · 15 years ago
  46. 353e9b6 [paging] In expiration handling remove the request before doing the callback by Holger Hans Peter Freyther · 15 years ago
  47. b78507a [paging] Use paging_request_stop to stop all paging requests by Holger Hans Peter Freyther · 15 years ago
  48. 8bb0700 [paging] Kill old defines from paging.c by Holger Hans Peter Freyther · 15 years ago
  49. 9b7911e [paging] Implement paging by IMSI. by Holger Hans Peter Freyther · 15 years ago
  50. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  51. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  52. a3a1666 [paging] Better use ';' for the command... by Holger Hans Peter Freyther · 15 years ago
  53. dec08ee paging_request() now returns the number of started paging requests by Harald Welte (local) · 15 years ago
  54. 2a31975 Merge commit 'har/master' by Harald Welte · 15 years ago
  55. d363c95 provide return code from paging_request() function by Harald Welte · 15 years ago
  56. 8751ee9 move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  57. cd97c21 when paging a MS, use the channel type indicated by caller by Harald Welte · 15 years ago
  58. 2a3a81b gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  59. 932e20d move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  60. 857e00d use taloc_zero() rather than talloc() and explisit memset() by Harald Welte · 15 years ago
  61. a837977 introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  62. 0374084 reworked MNCC codebase by Harald Welte · 15 years ago
  63. 93795ac Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  64. c51e333 [paging] Unbreak breakge when moving things into paging.c by Holger Hans Peter Freyther · 15 years ago
  65. 13d472d Move the "finding" of the right BTS into paging.c by Holger Hans Peter Freyther · 15 years ago
  66. 876312f use gsm_bts_by_lac() function to start paging of all bts with same lac by Harald Welte · 15 years ago
  67. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago