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