1. 3a55b89 gtp: Introduce VTY configurable GTP timer X3 by Pau Espin Pedrol · 1 year, 11 months ago
  2. 9f1f747 ggsn: Introduce tdef and make it configurable over VTY by Pau Espin Pedrol · 1 year, 11 months ago
  3. b9036af Use rate_ctr for gsn_t available_counters by Pau Espin Pedrol · 1 year, 11 months ago
  4. 724ecc6 Split gsn_t related APIs out of gtp.{c,h} by Pau Espin Pedrol · 1 year, 11 months ago
  5. 0d3bd34 cosmetic: gtp: Fix typo in comment by Pau Espin Pedrol · 1 year, 11 months ago
  6. c97286f gtp: Fix typo in comment by Pau Espin Pedrol · 2 years, 6 months ago
  7. f471800 gtp: Log retrans queue register&free entries by Pau Espin Pedrol · 2 years, 6 months ago
  8. bdf0697 gtp: Specify retrans queue name & seqnum in log lines by Pau Espin Pedrol · 2 years, 6 months ago
  9. 674a912 gtp: Small log improvements in gtp_create_pdp_ind() by Pau Espin Pedrol · 2 years, 6 months ago
  10. 1bf3b3d gtp: Log detection of rx duplicate by Pau Espin Pedrol · 2 years, 6 months ago
  11. fb9303c gtp: Use switch statement in gtp_create_pdp_ind() by Pau Espin Pedrol · 2 years, 6 months ago
  12. 9b288b7 libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX) by Pau Espin Pedrol · 2 years, 7 months ago
  13. f32c6a9 gtp: Support tx/rx RAN Information Relay message by Pau Espin Pedrol · 3 years, 5 months ago
  14. 2eed6ec gtp: constify pointer arg by Pau Espin Pedrol · 3 years, 4 months ago
  15. bfd3119 gtp: Improve logging of failing pdp ctx resolution from TEI/TID by Pau Espin Pedrol · 3 years, 5 months ago
  16. 00e0559 gtp: Rework parsing logic of UpdatePdpCtxResponse by Pau Espin Pedrol · 3 years, 5 months ago
  17. 0b1d9db gtp: Update teic_confirmed only on resp success by Pau Espin Pedrol · 3 years, 5 months ago
  18. fb2a729 GTP: Replace recently introduced imsi_str2gtp() by Keith · 4 years ago
  19. cbc07bd Fix vty PDP lookups by IMSI by Keith · 4 years ago
  20. c94837c gtp: Manage queue timers internally by Pau Espin Pedrol · 5 years ago
  21. 68c5a74 gtp/gtp.c: cosmetic: use get_tid() where we need TID by Vadim Yanitskiy · 5 years ago
  22. bdf2cf9 gtp_error_ind_conf(): fix: guard against an unknown GTP version by Vadim Yanitskiy · 5 years ago
  23. 00a6171 gtp_update_pdp_ind(): fix NULL-pointer dereference by Vadim Yanitskiy · 5 years ago
  24. 4e605b3 cosmetic: gtp: Improve documentation of gtp_delete_context_req2() by Pau Espin Pedrol · 5 years ago
  25. 494d873 cosmetic: gtp: Drop commented out code calling pdp_freepdp() by Pau Espin Pedrol · 5 years ago
  26. b4c98e7 gtp: Log msg retransmits and timeouts by Pau Espin Pedrol · 5 years ago
  27. 5d8b226 libgtp: Introduce cb_recovery3 by Pau Espin Pedrol · 5 years ago
  28. d950134 libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejected by Pau Espin Pedrol · 5 years ago
  29. 623c5b3 libgtp: Remove packets in tx queue belonging pdp being freed by Pau Espin Pedrol · 5 years ago
  30. 9fbcb10 gtp: Make use of new libgtp APIs with multi-gsn support by Pau Espin Pedrol · 5 years ago
  31. eefa30d gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN by Pau Espin Pedrol · 5 years ago
  32. 1cde2c1 ggsn: Use gtp_delete_context_req2() everywhere by Oliver Smith · 5 years ago
  33. 93dd798 gtp: Re-arrange free pdp ctx code in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  34. 8651573 cosmetic: gtp: Document free pdp ctx in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  35. 0d0b059 gtp: Refactor code to use gtp_freepdp(_teardown) APIs by Pau Espin Pedrol · 5 years ago
  36. aad77a0 gtp_create_pdp_ind: simplify code by reordering and compacting parsing by Pau Espin Pedrol · 5 years ago
  37. 9ee8d32 pdp: Introduce new API pdp_count_secondary by Pau Espin Pedrol · 5 years ago
  38. de72d26 gtp: Fix typo dublicate->duplicate by Pau Espin Pedrol · 5 years ago
  39. ceac078 gtp: Take queue_resp into account to schedule retrans timer by Pau Espin Pedrol · 5 years ago
  40. 742a6b5 gtp: Document spec reasoning drop of Rx DeleteCtxReq by Pau Espin Pedrol · 5 years ago
  41. e1412d9 libgtp: implement gtp_clear_queues to clear req/resp queue by Alexander Couzens · 6 years ago
  42. b5f9334 gtp: Add new replacement cb_recovery2 for cb_recovery by Pau Espin Pedrol · 6 years ago
  43. 8e8c7ef gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ by Pau Espin Pedrol · 6 years ago
  44. d1bd6fc gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active by Pau Espin Pedrol · 6 years ago
  45. a32e4c4 gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn by Pau Espin Pedrol · 6 years ago
  46. 3b84e92 gtp: Log type name of unexpected signalling message by Pau Espin Pedrol · 6 years ago
  47. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 7 years ago
  48. 07730bb gtp/gtp.c: Use uint8_t for version param in static functions by Pau Espin Pedrol · 7 years ago
  49. 7b38af5 gtp/gtp.c: Mark non exported functions as static by Pau Espin Pedrol · 7 years ago
  50. 85ef583 gtp/gtp.c: Remove unused function char2ul_t by Pau Espin Pedrol · 7 years ago
  51. 282d4e3 gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var by Pau Espin Pedrol · 7 years ago
  52. 42d3250 gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 7 years ago
  53. a884a95 gtp.c: Log unsupported GTP version number by Pau Espin Pedrol · 7 years ago
  54. a4aada0 gtp.c: Determine GTP version from header by Pau Espin Pedrol · 7 years ago
  55. 732131d gtp.c: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  56. e661277 Add GTP message names by Max · 7 years ago
  57. bd22824 gtp: Explicit OSMO_ASSERT to ensure pdp variable is set by Harald Welte · 7 years ago
  58. a06120d gtp: Fix buffer overflow in imsi_gtp2str() by Harald Welte · 7 years ago
  59. cee7546 Replace EUA magic numbers for IETF, IPv4 and IPv6 with #defines by Harald Welte · 7 years ago
  60. 3c1cce2 libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbers by Harald Welte · 7 years ago
  61. fed598f gtp: Avoid magic numbers when operating on GTP header flags by Harald Welte · 7 years ago
  62. 471e349 libgtp: Avoid extra memcpy() in gtp_data_req() by using sendmsg() by Harald Welte · 7 years ago
  63. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  64. e257be1 libgtp: Add back-reference to gsn from pdp context by Harald Welte · 7 years ago
  65. 14b1b63 libgtp: expand logging by Max · 7 years ago
  66. 37d5b15 libgtp: Delete PDP context on receiving GTPv1 Error Indication by Harald Welte · 7 years ago
  67. 54d082e libgtp: Add missing mandatory IEs in GTP Error Indication by Harald Welte · 7 years ago
  68. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  69. 2831887 libgtp: improve error logging and propagation by Max · 7 years ago
  70. bf5c0bb gtp.c: Don't print ""Unknown packet flags" error message in get_seq() by Harald Welte · 8 years ago
  71. d37b80a gtp.c: Improve debug statements about GTP header flags by Harald Welte · 8 years ago
  72. f41f586 gsn_restart file: wrap umask change tightly around file creation by Neels Hofmeyr · 8 years ago
  73. f7611c3 fix gsn_restart file buffer overflow and missing path sep by Neels Hofmeyr · 8 years ago
  74. d997552 gtp: Handle gtpv1 in gtp_update_pdp_conf() correctly by Daniel Willmann · 9 years ago
  75. 05f3ef3 gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connections by Daniel Willmann · 9 years ago
  76. 134a775 gtp: Pass pdp along when calling gtp_req() in gtp_update_context() by Daniel Willmann · 9 years ago
  77. 8ddb680 gtp: Do not leak the restart counter file handle in case of error by Holger Hans Peter Freyther · 9 years ago
  78. db852a1 fix some format specifiers by Alexander Huemer · 9 years ago
  79. 0dc4748 add todo comments by Neels Hofmeyr · 9 years ago
  80. e845cb9 gtp.c: fix an error log. by Neels Hofmeyr · 9 years ago
  81. 9b09738 gtp.c: improve 3 error logs. by Neels Hofmeyr · 9 years ago
  82. 01b40d0 gtp: Make these regions runtime debuggable by Holger Hans Peter Freyther · 10 years ago
  83. 752314a gtp: Kill unused and non public method by Holger Hans Peter Freyther · 10 years ago
  84. 42ca1d1 gtp: Move to using LOGP for logging GTP packages by Holger Hans Peter Freyther · 10 years ago
  85. 5816bcf gtp: Speculative FreeBSD compile fix for htobe64 by Holger Hans Peter Freyther · 10 years ago
  86. 746b944 gtp: add pdp_set_imsi_nsapi by Pablo Neira Ayuso · 10 years ago
  87. 1a1ba02 gtp: fix endianness in teid field of GTPv0 header by Pablo Neira Ayuso · 11 years ago
  88. 95848ba GTP: don't use magic numbers for T3-REQUESTS and N3-REQUEST by Harald Welte · 13 years ago
  89. d88e11d GTP: use socklen_t where appropriate by Harald Welte · 13 years ago
  90. bed35df Convert all code to Linux coding style by Harald Welte · 13 years ago
  91. 3a4c67b optionally do not send recovery with sgsnemu by Harald Welte · 13 years ago
  92. 41af569 Add optional RAI Field by Harald Welte · 13 years ago
  93. fe50409 GTP: Fix bug in update PDP context procedure by Isabelle Kraemer · 13 years ago
  94. 629e986 libgtp: introduce cb_recovery() callback by Harald Welte · 14 years ago
  95. 944dce3 Add support for GTP IE's from 3GPP R7 by Yann BONNAMY · 14 years ago
  96. 111e054 Fix warning on unused fscanf return code by Emmanuel Bretelle · 14 years ago
  97. 7b3347b [libgtp] add comments with references to the GTP specification sections by Harald Welte · 14 years ago
  98. cc9f083 sgsnemu: delete pdp context - teardown must be before NSAPI by Harald Welte · 14 years ago
  99. f54a1f4 Fix various compiler warnings throughout the code by Harald Welte · 14 years ago
  100. 0fe0df0 qos length bugfix and apple support plus header cleanup by jjako · 20 years ago