1. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/gsm_subscriber.c]
  2. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 7 years ago
  3. a161369 subscr_update_expire_lu(): fix (obscure) segfault by Neels Hofmeyr · 7 years ago
  4. 1a60644 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  5. e6052c4 Make random MSISDN assignment optional by Max · 8 years ago
  6. 0fcd2e2 Make random extension range configurable by Max · 8 years ago
  7. 8159455 subscr: Fix potential subscr ref count issue by Holger Hans Peter Freyther · 9 years ago
  8. eb48caf paging: Forget we were paging after the dispatch by Holger Hans Peter Freyther · 9 years ago
  9. 778c7d1 paging: Stop paging everywhere before dispatching any signal by Holger Hans Peter Freyther · 9 years ago
  10. d6d7aff sub: Remove the queue from the subscriber code by Holger Hans Peter Freyther · 9 years ago
  11. 0759b1b sub: Remove introspection of the "channel queue" by Holger Hans Peter Freyther · 9 years ago
  12. 1e30a28 msc: Add and use gsm_subscriber_group by Jacob Erlbeck · 10 years ago
  13. 7634ec1 db: Remove the struct gsm_network from the database layer by Holger Hans Peter Freyther · 11 years ago
  14. c63f6f1 expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  15. e7bd863 expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  16. 81cff91 gsm_subscriber: Fix compiler warning of the printf string by Holger Hans Peter Freyther · 11 years ago
  17. bfbdeec libmsc: Track and update the location update expiry by Jan Luebbe · 11 years ago
  18. 6e30068 gsm_subscriber: change subscr_bsc_active_subscriber to plural by Jan Luebbe · 11 years ago
  19. bbc5b99 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  20. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  21. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  22. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/gsm_subscriber.c]
  23. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/gsm_subscriber.c]
  24. 451eb29 subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 13 years ago
  25. 763b42a subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 13 years ago
  26. 68c3bf6 subscr: Store the state of a subscr request for inspection. by Holger Hans Peter Freyther · 13 years ago
  27. fc85741 subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 13 years ago
  28. ebdd3cb subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 13 years ago
  29. ffccb77 subscr: Stop all paging requests if one is failing. by Holger Hans Peter Freyther · 13 years ago
  30. f72b3d5 subscr: Kick the queue in case of a paging timeout by Holger Hans Peter Freyther · 13 years ago
  31. 725966d subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 13 years ago
  32. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  33. e25445b subscr: Sync the database before sending the attached signal by Holger Hans Peter Freyther · 13 years ago
  34. d3baf41 paging: Introduce a GSM_PAGING_BUSY event for a special timeout by Holger Hans Peter Freyther · 13 years ago
  35. abd0cac subscr: Add a VTY command to update the subscriber from the database. by Holger Hans Peter Freyther · 13 years ago
  36. 8a31a3f paging: Dispatch the SS_PAGING signals at the MSC code level by Sylvain Munaut · 14 years ago
  37. 5a86e06 auth/ciph: Enable securing of channel directly after paging response by Sylvain Munaut · 14 years ago
  38. 1e24550 gsm_subscriber: Move the get_channel/put_channel logic in MSC part by Sylvain Munaut · 14 years ago
  39. 0610947 misc: Move handover_logic.c into the libbsc.a by Holger Hans Peter Freyther · 14 years ago
  40. 2e6d468 add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 14 years ago
  41. 77563da Add LOGL_INFO messages about subscriber attach/detach by Harald Welte · 14 years ago
  42. e48b956 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  43. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  44. 857e5e6 [subscr] Split gsm_subscriber.c in BSC and MSC part by Holger Hans Peter Freyther · 15 years ago
  45. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  46. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  47. ea5cf30 issue a signal once a subscriber is attached or detached by Harald Welte · 15 years ago
  48. 3366a94 Merge branch 'master' into sms by Harald Welte · 15 years ago
  49. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  50. 761e944 make sure subscr->net is always set by Harald Welte · 15 years ago
  51. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  52. dcaf565 gms_transactions data model reorganization by Harald Welte · 15 years ago
  53. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  54. b9c758b more SMS improvements by Harald Welte · 15 years ago
  55. 2cf161b introduce talloc all over OpenBSC by Harald Welte · 15 years ago
  56. 85a7b36 Handle and dispatch paging requests in gsm_subscriber by Holger Freyther · 15 years ago
  57. 04866d4 Proposal for a "channel request" interface... by Holger Freyther · 15 years ago
  58. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/gsm_subscriber.c]
  59. c3d4b2d [subscr] Remove the struct gsm_bts pointer from subscriber by Holger Freyther · 15 years ago
  60. 3e0ef7c [subscriber] Log changes in the usage of a subscriber (Andreas Eversberg) by Holger Freyther · 15 years ago
  61. 6d5200b [subscriber] Update the lac entry in subscr_update (by Andreas Eversberg) by Holger Freyther · 15 years ago
  62. a1f92f0 [subscriber] Introduce subscr_put_channel by Holger Freyther · 15 years ago
  63. 4a49e77 [subscriber] Update the current_bts field on imsi detach and LOC accept by Holger Freyther · 15 years ago
  64. 9c564b8 introduce lookup of subscribers based on their extension number by Holger Freyther · 15 years ago
  65. a471a41 Define the gsm_subscriber getter functions in the header by Holger Freyther · 15 years ago
  66. 12aa50d Change the subscriber and database backend by Holger Freyther · 15 years ago
  67. 75a983f * add database handling * fix IMSI handling by Harald Welte · 15 years ago
  68. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 15 years ago
  69. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 15 years ago