1. 6a19dd0 GMM: add hexdump in case of unknown pdisc/msgtype by Harald Welte · 9 years ago
  2. 9450882 sgsn: make all SGSN timers configurable via the VTY by Harald Welte · 9 years ago
  3. 0958938 sgsn: Simplify finding/using the first address of the result by Holger Hans Peter Freyther · 9 years ago
  4. b7ae0b3 ggsn: The id is a uint32_t don't print it as signed by Holger Hans Peter Freyther · 9 years ago
  5. 39c430e sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  6. ccd2312 sgsn: Create a copy of the msgb for later usage by Holger Hans Peter Freyther · 9 years ago
  7. 7605bdc sgsn: Re-factor the activate PDP code for future changes by Holger Hans Peter Freyther · 9 years ago
  8. 8ee13e2 sgsn: Extract the hlr Number into the mm context by Holger Hans Peter Freyther · 9 years ago
  9. b100895 sgsn: Add various signals consumed by CDR or other client code by Holger Hans Peter Freyther · 9 years ago
  10. 20de3ae sgsn: Extract the MSISDN from the subscr data structure by Holger Hans Peter Freyther · 9 years ago
  11. 277b71e sgsn: Select GGSN based on APN by Jacob Erlbeck · 9 years ago
  12. e671d25 sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdown by Jacob Erlbeck · 9 years ago
  13. 496aee7 sgsn: Ensure 0-terminated imsi strings (Coverity) by Jacob Erlbeck · 9 years ago
  14. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 9 years ago
  15. 841d95f gprs: Use a macro value to set the 'Periodic RA update timer' by Jacob Erlbeck · 9 years ago
  16. 8de9c48 gprs: Add 'Negotiated READY timer value' IE to Attach/RAU Accept by Jacob Erlbeck · 9 years ago
  17. d6267d1 sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0 by Jacob Erlbeck · 9 years ago
  18. af3d5c5 sgsn: Pass subscriber error causes to the GMM layer by Jacob Erlbeck · 9 years ago
  19. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 9 years ago
  20. 7dba11f sgsn: Be more tolerant with state and SUSPEND/RESUME by Jacob Erlbeck · 10 years ago
  21. 4adb136 sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  22. 98647ca sgsn: Add gsm0408_gprs_access_cancelled by Jacob Erlbeck · 10 years ago
  23. 8ff3fb0 sgsn: Do authentication based on SRES values by Jacob Erlbeck · 10 years ago
  24. bd0cf11 sgsn: Change Auth&Ciph timer handling by Jacob Erlbeck · 10 years ago
  25. 65d8273 sgsn: Fix and enable auth/ciph message generation by Jacob Erlbeck · 10 years ago
  26. a0b6efb sgsn: Remove explicit sgsn_instance parameters by Jacob Erlbeck · 10 years ago
  27. f951a01 sgsn: Refactor sgsn_auth to separate request and authorization by Jacob Erlbeck · 10 years ago
  28. f6e7d99 sgsn: Don't assign a new P-TMSI if one is pending by Jacob Erlbeck · 10 years ago
  29. c4f9bf3 sgsn: Don't send XID reset after Detach Accept by Jacob Erlbeck · 10 years ago
  30. 80d07e3 sgsn: Cleanup after RA Update Reject / Attach Reject by Jacob Erlbeck · 10 years ago
  31. 423f8bf sgsn: Make authorization asynchronous by Jacob Erlbeck · 10 years ago
  32. 0c06f98 sgsn: Move IMSI authorization to gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  33. b1c074f sgsn: Fix LLME leak when forcing a reattach by Jacob Erlbeck · 10 years ago
  34. abdf02b sgsn: Split gsm0408_gprs_force_reattach into 2 functions by Jacob Erlbeck · 10 years ago
  35. a790456 sgsn: Call mm_ctx_cleanup_free to deregister MM context by Jacob Erlbeck · 10 years ago
  36. 0074a77 sgsn: Cleanup GMM state transitions by Jacob Erlbeck · 10 years ago
  37. 93eae8e sgsn: Reorganize and fix gsm48_gmm_authorize by Jacob Erlbeck · 10 years ago
  38. 14ae582 sgsn: Unassign the LLME after GMM Status without mmctx by Jacob Erlbeck · 10 years ago
  39. 7067142 sgsn: Remove unused static functions from gprs_gmm.c by Jacob Erlbeck · 10 years ago
  40. 5a38f64 sgsn: Handle Detach Requests even when there is no mmctx by Jacob Erlbeck · 10 years ago
  41. b9ab0d4 sgsn: Only send Detach Accept (MO) if power_off isn't set by Jacob Erlbeck · 10 years ago
  42. 3b5d407 sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  43. fb26c60 sgsn: Avoid duplicated Attach Accept messages by Jacob Erlbeck · 10 years ago
  44. 78ecaf0 sgsn: Send detach(re-attach) instead of gmm status if TLLI unknown by Jacob Erlbeck · 10 years ago
  45. 99985b5 sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  46. 258ce3d sgsn: Free MM context after receiving a Detach Request by Jacob Erlbeck · 10 years ago
  47. f8070f4 gprs: Move log message about mm context after NULL check by Daniel Willmann · 10 years ago
  48. 4655314 gprs: Improve loglevels and log messages for SGSN by Daniel Willmann · 10 years ago
  49. fd636ae gprs: Use imsi field instead of imei by Jacob Erlbeck · 10 years ago
  50. 1768a57 gprs: Reduce the number of compiler warnings in gprs_gmm.c by Holger Hans Peter Freyther · 10 years ago
  51. d219507 sgsn: Comparing array to NULL is not useful by Holger Hans Peter Freyther · 10 years ago
  52. 649e1ff sgsn: spelling fixes inside comments by Harald Welte · 11 years ago
  53. 3dfb549 sgsn: Add "auth-policy" VTY command to enable/disable ACL by Harald Welte · 11 years ago
  54. 7f6da48 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  55. 84402c0 sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability elements. by Alexander Chemeris · 11 years ago
  56. 7b022ee add some comments regarding the free() / release of pdp contextx by Harald Welte · 12 years ago
  57. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  58. d4c6f8b GPRS GMM: When we receive a RA UPD REQ, we are NORMAL even after SUSPEND by Harald Welte · 13 years ago
  59. 2b697a6 GPRS GMM: Send LLGMM-RESET.req when talking to unknown MS by Harald Welte · 13 years ago
  60. 2b17454 gprs_gmm: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  61. cdf76cf GPRS: Fix the parsing/interpretation of the PDP CTX status IE by Harald Welte · 13 years ago
  62. 4b2ed35 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  63. f6b606f gprs_gmm: ctx cannot be null, so remove check by Harald Welte · 13 years ago
  64. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  65. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  66. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  67. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  68. f0901f0 [SGSN] Fix processing of RA Update Request regarding TLLI by Harald Welte · 14 years ago
  69. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  70. c728eea SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI by Harald Welte · 14 years ago
  71. a9b473a SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  72. eafe22c SGSN / GMM: Only allow non-roaming IMSIs by Harald Welte · 14 years ago
  73. f6bd340 GPRS/GMM: Correctly look up MM Context in RA Update by Harald Welte · 14 years ago
  74. c48ac47 [SGSN] Some IEs in ATTACH REQUEST can be longer in 24.008 by Harald Welte · 14 years ago
  75. 4b6ac1e [SGSN] Initial work on GMM authentication and ciphering by Harald Welte · 14 years ago
  76. d6f582b [SGSN] use GPRS_ALGO_GEA0 instead of '0' by Harald Welte · 14 years ago
  77. 23c1376 [SGSN] SM: Properly parse APN and PCO Optional IE in PDP CTX ACT REQ by Harald Welte · 14 years ago
  78. 18d1452 [SGSN] Send poper SM and GMM STATUS in case we have no MM CTX by Harald Welte · 14 years ago
  79. 11ff3e8 [SGSN] Remove old dead code by Harald Welte · 14 years ago
  80. 19f9e30 [SGSN] Only increment PDP CTX ACT count after check for retransmission by Harald Welte · 14 years ago
  81. b37515e [SGSN] Account for re-transmitted PDP CTX ACT REQ by Harald Welte · 14 years ago
  82. fd29a1f [SGSN] GMM: Complete value_string for GMM cause values by Harald Welte · 14 years ago
  83. 875840c [SGSN] Fix TLLI (re)assignments by Harald Welte · 14 years ago
  84. bd5c912 [SGSN] MM: Properly communicate TLLI changes / unassignment to LLC by Harald Welte · 14 years ago
  85. c0d5950 [SGSN] Deactivate all PDP contexts on GPRS DETACH by Harald Welte · 14 years ago
  86. 5bfe499 [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  87. f54e7e2 [GPRS] GMM/SM: Improve error handling by sending STATUS messages by Harald Welte · 14 years ago
  88. 588d44e [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD by Harald Welte · 14 years ago
  89. 60ebc02 [GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTX by Harald Welte · 14 years ago
  90. 807a5d8 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  91. dce1255 [GPRS] GMM: Set LLC 'C/R' bit when sending IDENTITY REQUEST by Harald Welte · 14 years ago
  92. 56a0145 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  93. c2e8cc4 [GPRS] Implement TMSI reallocation and timers 3350 + 3370 by Harald Welte · 14 years ago
  94. b12aa4b [GPRS] GMM: Add some FIXME's to the code by Harald Welte · 14 years ago
  95. ab1d562 [GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocation by Harald Welte · 14 years ago
  96. cd4dd4d [GPRS] fix numerous compiler warnings by Harald Welte · 14 years ago
  97. 6463c07 [GPRS] SGSN: TMSI allocation by Harald Welte · 14 years ago
  98. 4e38ac7 [GPRS] SGSN: Correctly set upper 4 bits of PDP address to 0 by Harald Welte · 14 years ago
  99. 3c0b9b9 [GPRS] SGSN: Make sure the PCO from GGSN are passed to the MS by Harald Welte · 14 years ago
  100. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago