1. 9861c12 sgsn: Fix pattern for too long msisdn by Holger Hans Peter Freyther · 9 years ago
  2. 0f7a279 sgsn: Change the selection mode to verified by Holger Hans Peter Freyther · 9 years ago
  3. c1c6a28 sgsn: Reserved bits should be set to 1 by Holger Hans Peter Freyther · 9 years ago
  4. 072bee5 sgsn: Clear LAC/RAC value for the routing area identity by Holger Hans Peter Freyther · 9 years ago
  5. d6900df sgsn: Give the IMEI to the GGSN for analysis by Holger Hans Peter Freyther · 9 years ago
  6. 6ddb6ac sgsn: Encode the ULI for the PDP context creation ack by Holger Hans Peter Freyther · 9 years ago
  7. 22093ef sgsn: Always include the routing area identity by Holger Hans Peter Freyther · 9 years ago
  8. 4f5b823 sgsn: Create an initial and limited CDR module 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. 4bd931f sgsn: Handle different levels of QoS by Holger Hans Peter Freyther · 9 years ago
  11. 8cedded sgsn: Store subscribed QoS and attempt to use it by Holger Hans Peter Freyther · 9 years ago
  12. 9ba273d sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation by Holger Hans Peter Freyther · 9 years ago
  13. d4b0318 sgsn/gtp: Fill out the optional RAT type by Holger Hans Peter Freyther · 9 years ago
  14. 99985b5 sgsn: Delete PDP contexts properly by Jacob Erlbeck · 10 years ago
  15. 4655314 gprs: Improve loglevels and log messages for SGSN by Daniel Willmann · 10 years ago
  16. 65762e0 gprs: Fix compiler warnings in sgsn_libgtp.c by Holger Hans Peter Freyther · 10 years ago
  17. 598e7b3 gprs_sgsn: In case of a Activate PDP Context timeout we should free pdp by Holger Hans Peter Freyther · 11 years ago
  18. 3a708af sgsn: Fix logically dead code in regard to the osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  19. fdf453c SGSN: Code to help debug / fix sgsn crash in cb_data_ind() by Harald Welte · 12 years ago
  20. ce95b27 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  21. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  22. 74902c5 sgsn_libgtp: remove bogus unreached second return statement by Harald Welte · 13 years ago
  23. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  24. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  25. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  26. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  27. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  28. a9b473a SGSN: Implement network-initiated PDP CTX DEACT when GGSN restarts by Harald Welte · 14 years ago
  29. 3357add SGSN: some more comments by Harald Welte · 14 years ago
  30. 85531cc misc: Once again go from "On Waves" to "On-Waves".. by Holger Hans Peter Freyther · 14 years ago
  31. 6ed4950 [SGSN] remove bogus debug statement by Harald Welte · 14 years ago
  32. 6add7c2 [SGSN] Correctly pass IMSI of MM ctx to GTP/GGSN by Harald Welte · 14 years ago
  33. 8911cef [SGSN] Fix segfault when passing re-assembled SN-PDU to GMM by Harald Welte · 14 years ago
  34. 937a9ec [SGSN] Fix segfault when doing PS PAGING by Harald Welte · 14 years ago
  35. 8fc60f0 [SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRM by Harald Welte · 14 years ago
  36. 993d060 [GPRS] Add comment on GTP being defined in 29.060 / 09.060 by Harald Welte · 14 years ago
  37. 5914bad [grps] Fix GTP data_ind call back message creation by Sylvain Munaut · 14 years ago
  38. efbdee9 [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  39. bb35c45 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  40. bb1c805 [GPRS] implement GTP->SNDCP->LLC downlink user-data path by Harald Welte · 14 years ago
  41. 61ca7ce [GPRS] SGSN: use correct length+data for GSN_ADDRESS by Harald Welte · 14 years ago
  42. f11b6d2 [GPRS] SGSN: fix another segfault (and use-after-free) when GGSN is dead by Harald Welte · 14 years ago
  43. ebabdea [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  44. 1371f7d [GPRS] SGSN GTP: Fix segfault in case GGSN is down by Harald Welte · 14 years ago
  45. 51537ee [GPRS] SGSN: Make sure libgtp timer doesn't segfault by Harald Welte · 14 years ago
  46. b4a3129 [GPRS] SGSN: No need to calculate difference for libgtp timer by Harald Welte · 14 years ago
  47. cd4dd4d [GPRS] fix numerous compiler warnings by Harald Welte · 14 years ago
  48. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  49. 322a5ee [GPRS] SGSN: ensure we mark libgtp filedescriptors as READ by Harald Welte · 14 years ago
  50. 6abf94e [GPRS] Properly connect GPRS SM with LIBGTP for PDP context activation by Harald Welte · 14 years ago
  51. d193cb3 [GPRS] More work on a real SGSN by Harald Welte · 14 years ago
  52. 8fc1a46 [SGSN] remove the mmctx->sgsn pointer by Harald Welte · 14 years ago
  53. 2720e73 [GPRS] Initial untested support for libgtp by Harald Welte · 14 years ago