1. 3730de4 sgsn: Convert cch_pdp to host order for libgtp by Holger Hans Peter Freyther · 7 years ago
  2. 9d6f062 sgsn: Fill the cch_pdp with a value coming from the tlv structure by Holger Hans Peter Freyther · 7 years ago
  3. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  4. 46f4f14 SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN by Harald Welte · 8 years ago
  5. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/gprs/sgsn_libgtp.c]
  6. 5121576 src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  7. 0436e42 Fix potential segfault in sgsn_libgtp.c by Max · 7 years ago
  8. 0e5d807 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 7 years ago
  9. 4f8da6d gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  10. 686f4d6 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP by Harald Welte · 8 years ago
  11. c6a44bb fix: send SNDCP XID only on GERAN Gb contexts by Neels Hofmeyr · 8 years ago
  12. 7e5bb62 COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  13. f1f3436 SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  14. 21b269f IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives by Daniel Willmann · 8 years ago
  15. 7bc6986 IuPS: add Iu response to delete_pdp_conf() by Daniel Willmann · 8 years ago
  16. 6b7b319 IuPS: add Iu response to create_pdp_conf() by Daniel Willmann · 8 years ago
  17. 6292c8d IuPS: osmo-sgsn: add core IuPS impl, call iu_init() by Daniel Willmann · 8 years ago
  18. 67933a1 fix: create_pdp_conf(): unset reject_cause after unknown ran_type by Neels Hofmeyr · 8 years ago
  19. f9f4387 gprs: more conditionals for Gb specific actions by Daniel Willmann · 8 years ago
  20. 62ff384 create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_cont_acc() by Daniel Willmann · 8 years ago
  21. f97ee04 prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) by Harald Welte · 9 years ago
  22. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  23. 9861c12 sgsn: Fix pattern for too long msisdn by Holger Hans Peter Freyther · 9 years ago
  24. 0f7a279 sgsn: Change the selection mode to verified by Holger Hans Peter Freyther · 9 years ago
  25. c1c6a28 sgsn: Reserved bits should be set to 1 by Holger Hans Peter Freyther · 9 years ago
  26. 072bee5 sgsn: Clear LAC/RAC value for the routing area identity by Holger Hans Peter Freyther · 9 years ago
  27. d6900df sgsn: Give the IMEI to the GGSN for analysis by Holger Hans Peter Freyther · 9 years ago
  28. 6ddb6ac sgsn: Encode the ULI for the PDP context creation ack by Holger Hans Peter Freyther · 9 years ago
  29. 22093ef sgsn: Always include the routing area identity by Holger Hans Peter Freyther · 9 years ago
  30. 4f5b823 sgsn: Create an initial and limited CDR module by Holger Hans Peter Freyther · 9 years ago
  31. b100895 sgsn: Add various signals consumed by CDR or other client code by Holger Hans Peter Freyther · 9 years ago
  32. 4bd931f sgsn: Handle different levels of QoS by Holger Hans Peter Freyther · 9 years ago
  33. 8cedded sgsn: Store subscribed QoS and attempt to use it by Holger Hans Peter Freyther · 9 years ago
  34. 9ba273d sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation by Holger Hans Peter Freyther · 9 years ago
  35. d4b0318 sgsn/gtp: Fill out the optional RAT type by Holger Hans Peter Freyther · 9 years ago
  36. 99985b5 sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  37. 4655314 gprs: Improve loglevels and log messages for SGSN by Daniel Willmann · 10 years ago
  38. 65762e0 gprs: Fix compiler warnings in sgsn_libgtp.c by Holger Hans Peter Freyther · 10 years ago
  39. 598e7b3 gprs_sgsn: In case of a Activate PDP Context timeout we should free pdp by Holger Hans Peter Freyther · 11 years ago
  40. 3a708af sgsn: Fix logically dead code in regard to the osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  41. fdf453c SGSN: Code to help debug / fix sgsn crash in cb_data_ind() by Harald Welte · 12 years ago
  42. ce95b27 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  43. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  44. 74902c5 sgsn_libgtp: remove bogus unreached second return statement by Harald Welte · 13 years ago
  45. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  46. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  47. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  48. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  49. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  50. a9b473a SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  51. 3357add SGSN: some more comments by Harald Welte · 14 years ago
  52. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  53. 6ed4950 [SGSN] remove bogus debug statement by Harald Welte · 14 years ago
  54. 6add7c2 [SGSN] Correctly pass IMSI of MM ctx to GTP/GGSN by Harald Welte · 14 years ago
  55. 8911cef [SGSN] Fix segfault when passing re-assembled SN-PDU to GMM by Harald Welte · 14 years ago
  56. 937a9ec [SGSN] Fix segfault when doing PS PAGING by Harald Welte · 14 years ago
  57. 8fc60f0 [SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRM by Harald Welte · 14 years ago
  58. 993d060 [GPRS] Add comment on GTP being defined in 29.060 / 09.060 by Harald Welte · 14 years ago
  59. 5914bad [grps] Fix GTP data_ind call back message creation by Sylvain Munaut · 14 years ago
  60. efbdee9 [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  61. bb35c45 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  62. bb1c805 [GPRS] implement GTP->SNDCP->LLC downlink user-data path by Harald Welte · 14 years ago
  63. 61ca7ce [GPRS] SGSN: use correct length+data for GSN_ADDRESS by Harald Welte · 14 years ago
  64. f11b6d2 [GPRS] SGSN: fix another segfault (and use-after-free) when GGSN is dead by Harald Welte · 14 years ago
  65. ebabdea [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  66. 1371f7d [GPRS] SGSN GTP: Fix segfault in case GGSN is down by Harald Welte · 14 years ago
  67. 51537ee [GPRS] SGSN: Make sure libgtp timer doesn't segfault by Harald Welte · 14 years ago
  68. b4a3129 [GPRS] SGSN: No need to calculate difference for libgtp timer by Harald Welte · 14 years ago
  69. cd4dd4d [GPRS] fix numerous compiler warnings by Harald Welte · 14 years ago
  70. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  71. 322a5ee [GPRS] SGSN: ensure we mark libgtp filedescriptors as READ by Harald Welte · 14 years ago
  72. 6abf94e [GPRS] Properly connect GPRS SM with LIBGTP for PDP context activation by Harald Welte · 14 years ago
  73. d193cb3 [GPRS] More work on a real SGSN by Harald Welte · 14 years ago
  74. 8fc1a46 [SGSN] remove the mmctx->sgsn pointer by Harald Welte · 14 years ago
  75. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago