1. f14098a sgsn: Add various signals consumed by CDR or other client code by Holger Hans Peter Freyther · 9 years ago
  2. a9f671c sgsn: Extract the MSISDN from the subscr data structure by Holger Hans Peter Freyther · 9 years ago
  3. 3400f11 sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  4. 70c177a sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  5. b485ee9 sgsn: Ensure 0-terminated imsi strings (Coverity) by Jacob Erlbeck · 9 years ago
  6. e6140d0 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  7. 3dafa86 gprs: Use a macro value to set the 'Periodic RA update timer' by Jacob Erlbeck · 9 years ago
  8. 1063ae0 gprs: Add 'Negotiated READY timer value' IE to Attach/RAU Accept by Jacob Erlbeck · 9 years ago
  9. f96779f sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0 by Jacob Erlbeck · 9 years ago
  10. 4101008 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 10 years ago
  11. 9346dad gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 10 years ago
  12. 764b8d5 sgsn: Be more tolerant with state and SUSPEND/RESUME by Jacob Erlbeck · 10 years ago
  13. ac33698 sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  14. bf0b874 sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  15. c9cb9b0 sgsn: Do authentication based on SRES values by Jacob Erlbeck · 10 years ago
  16. 4d12767 sgsn: Change Auth&Ciph timer handling by Jacob Erlbeck · 10 years ago
  17. 79dcaa4 sgsn: Fix and enable auth/ciph message generation by Jacob Erlbeck · 10 years ago
  18. b2acd74 sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  19. 802d78a sgsn: Refactor sgsn_auth to separate request and authorization by Jacob Erlbeck · 10 years ago
  20. e06476a sgsn: Don't assign a new P-TMSI if one is pending by Jacob Erlbeck · 10 years ago
  21. 218ed40 sgsn: Don't send XID reset after Detach Accept by Jacob Erlbeck · 10 years ago
  22. 6f4bbd4 sgsn: Cleanup after RA Update Reject / Attach Reject by Jacob Erlbeck · 10 years ago
  23. c64af7a sgsn: Make authorization asynchronous by Jacob Erlbeck · 10 years ago
  24. 79d438a sgsn: Move IMSI authorization to gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  25. 0a6a02e sgsn: Fix LLME leak when forcing a reattach by Jacob Erlbeck · 10 years ago
  26. 6e15b73 sgsn: Split gsm0408_gprs_force_reattach into 2 functions by Jacob Erlbeck · 10 years ago
  27. 2533588 sgsn: Call mm_ctx_cleanup_free to deregister MM context by Jacob Erlbeck · 10 years ago
  28. 67318ef sgsn: Cleanup GMM state transitions by Jacob Erlbeck · 10 years ago
  29. 4f9b64a sgsn: Reorganize and fix gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  30. b35ee6b sgsn: Unassign the LLME after GMM Status without mmctx by Jacob Erlbeck · 10 years ago
  31. ce61bb7 sgsn: Remove unused static functions from gprs_gmm.c by Jacob Erlbeck · 10 years ago
  32. 42d284f sgsn: Handle Detach Requests even when there is no mmctx by Jacob Erlbeck · 10 years ago
  33. 97ee376 sgsn: Only send Detach Accept (MO) if power_off isn't set by Jacob Erlbeck · 10 years ago
  34. 4760eae sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  35. 5233c0c sgsn: Avoid duplicated Attach Accept messages by Jacob Erlbeck · 10 years ago
  36. ccaa22a sgsn: Send detach(re-attach) instead of gmm status if TLLI unknown by Jacob Erlbeck · 10 years ago
  37. d781c7a sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  38. 12396bd sgsn: Free MM context after receiving a Detach Request by Jacob Erlbeck · 10 years ago
  39. 09827d5 gprs: Move log message about mm context after NULL check by Daniel Willmann · 10 years ago
  40. c9ac973 gprs: Improve loglevels and log messages for SGSN by Daniel Willmann · 10 years ago
  41. aa45c76 gprs: Use imsi field instead of imei by Jacob Erlbeck · 10 years ago
  42. b32f34a gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  43. 1b51fc2 sgsn: Comparing array to NULL is not useful by Holger Hans Peter Freyther · 10 years ago
  44. d4b9b02 sgsn: spelling fixes inside comments by Harald Welte · 11 years ago
  45. 2b9693d sgsn: Add "auth-policy" VTY command to enable/disable ACL by Harald Welte · 11 years ago
  46. a0879c1 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  47. 6824c50 sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability elements. by Alexander Chemeris · 11 years ago
  48. d8765b9 add some comments regarding the free() / release of pdp contextx by Harald Welte · 12 years ago
  49. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  50. 4bb9ce8 GPRS GMM: When we receive a RA UPD REQ, we are NORMAL even after SUSPEND by Harald Welte · 13 years ago
  51. 612c3d8 GPRS GMM: Send LLGMM-RESET.req when talking to unknown MS by Harald Welte · 13 years ago
  52. f01f18e gprs_gmm: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  53. 9e7093c GPRS: Fix the parsing/interpretation of the PDP CTX status IE by Harald Welte · 13 years ago
  54. 45ca552 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  55. 0b5e01e gprs_gmm: ctx cannot be null, so remove check by Harald Welte · 13 years ago
  56. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  57. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  58. 8b1713a Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  59. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  60. 66d062a [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  61. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  62. c6e196f SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  63. 94ecef3 SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  64. f8ff153 SGSN / GMM: Only allow non-roaming IMSIs by Harald Welte · 14 years ago
  65. 51f78ee GPRS/GMM: Correctly look up MM Context in RA Update by Harald Welte · 14 years ago
  66. abe0613 [SGSN] Some IEs in ATTACH REQUEST can be longer in 24.008 by Harald Welte · 14 years ago
  67. 45fcf68 [SGSN] Initial work on GMM authentication and ciphering by Harald Welte · 14 years ago
  68. 0c4304f [SGSN] use GPRS_ALGO_GEA0 instead of '0' by Harald Welte · 14 years ago
  69. b7b0fd7 [SGSN] SM: Properly parse APN and PCO Optional IE in PDP CTX ACT REQ by Harald Welte · 14 years ago
  70. ef7157f [SGSN] Send poper SM and GMM STATUS in case we have no MM CTX by Harald Welte · 14 years ago
  71. 8bf65d0 [SGSN] Remove old dead code by Harald Welte · 14 years ago
  72. a456a23 [SGSN] Only increment PDP CTX ACT count after check for retransmission by Harald Welte · 14 years ago
  73. 5fbac98 [SGSN] Account for re-transmitted PDP CTX ACT REQ by Harald Welte · 14 years ago
  74. 17b2646 [SGSN] GMM: Complete value_string for GMM cause values by Harald Welte · 14 years ago
  75. b3d84a4 [SGSN] Fix TLLI (re)assignments by Harald Welte · 14 years ago
  76. 309b593 [SGSN] MM: Properly communicate TLLI changes / unassignment to LLC by Harald Welte · 14 years ago
  77. e25385b [SGSN] Deactivate all PDP contexts on GPRS DETACH by Harald Welte · 14 years ago
  78. 5026482 [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  79. 263edd1 [GPRS] GMM/SM: Improve error handling by sending STATUS messages by Harald Welte · 14 years ago
  80. d961072 [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD by Harald Welte · 14 years ago
  81. 3b80731 [GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTX by Harald Welte · 14 years ago
  82. 75871c7 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  83. 96cf248 [GPRS] GMM: Set LLC 'C/R' bit when sending IDENTITY REQUEST by Harald Welte · 14 years ago
  84. cca80c9 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  85. 7e01d8e [GPRS] Implement TMSI reallocation and timers 3350 + 3370 by Harald Welte · 14 years ago
  86. a890573 [GPRS] GMM: Add some FIXME's to the code by Harald Welte · 14 years ago
  87. ebe8a6d [GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocation by Harald Welte · 14 years ago
  88. 50d44fe [GPRS] fix numerous compiler warnings by Harald Welte · 14 years ago
  89. 64df8ed [GPRS] SGSN: TMSI allocation by Harald Welte · 14 years ago
  90. 7d7fd2b [GPRS] SGSN: Correctly set upper 4 bits of PDP address to 0 by Harald Welte · 14 years ago
  91. f2d6658 [GPRS] SGSN: Make sure the PCO from GGSN are passed to the MS by Harald Welte · 14 years ago
  92. eb471c9 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  93. 540dcbc [GPRS] SGSN: Don't use GGSN-provided QoS as the MS doesn't like it by Harald Welte · 14 years ago
  94. 5c23bfc [GPRS] fix null pointer dereference in GMM by Harald Welte · 14 years ago
  95. 8a035af [GPRS] SGSN: Include rate counters in MM Context by Harald Welte · 14 years ago
  96. 29d838e [GPRS] Properly connect GPRS SM with LIBGTP for PDP context activation by Harald Welte · 14 years ago
  97. c1f6bfe [GPRS] More work on a real SGSN by Harald Welte · 14 years ago
  98. 8f77f19 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago
  99. 10a288d [GPRS] Rename gsm_04_08_gprs.c to gprs_gmm.c by Harald Welte · 14 years ago[Renamed from openbsc/src/gprs/gsm_04_08_gprs.c]
  100. 48030cf [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gsm_04_08_gprs.c]