1. 4831851 Minor: remove code duplication by Keith · 3 years, 9 months ago
  2. cbc07bd Fix vty PDP lookups by IMSI by Keith · 3 years, 9 months ago
  3. e71e0f2 Bump version: 1.4.0.32-bd8f-dirty → 1.5.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.5.0
  4. c94837c gtp: Manage queue timers internally by Pau Espin Pedrol · 4 years, 10 months ago
  5. 68c5a74 gtp/gtp.c: cosmetic: use get_tid() where we need TID by Vadim Yanitskiy · 4 years, 10 months ago
  6. bdf2cf9 gtp_error_ind_conf(): fix: guard against an unknown GTP version by Vadim Yanitskiy · 4 years, 10 months ago
  7. 00a6171 gtp_update_pdp_ind(): fix NULL-pointer dereference by Vadim Yanitskiy · 4 years, 10 months ago
  8. 4e605b3 cosmetic: gtp: Improve documentation of gtp_delete_context_req2() by Pau Espin Pedrol · 4 years, 10 months ago
  9. 494d873 cosmetic: gtp: Drop commented out code calling pdp_freepdp() by Pau Espin Pedrol · 4 years, 10 months ago
  10. b4c98e7 gtp: Log msg retransmits and timeouts by Pau Espin Pedrol · 4 years, 10 months ago
  11. 3eb05d2 cosmetic: fix formatting in if line by Pau Espin Pedrol · 4 years, 10 months ago
  12. 5d8b226 libgtp: Introduce cb_recovery3 by Pau Espin Pedrol · 4 years, 10 months ago
  13. 88ce94c pdp: constify param in pdp_count_secondary() by Pau Espin Pedrol · 4 years, 10 months ago
  14. d950134 libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejected by Pau Espin Pedrol · 4 years, 10 months ago
  15. 623c5b3 libgtp: Remove packets in tx queue belonging pdp being freed by Pau Espin Pedrol · 4 years, 11 months ago
  16. 67aebc9 Bump version: 1.3.0.50-ea1c-dirty → 1.4.0 by Pau Espin Pedrol · 5 years ago 1.4.0
  17. e725d87 gtp: queue.c: Document queue APIs by Pau Espin Pedrol · 5 years ago
  18. 8b90bce gtp: Add missing headers by Pau Espin Pedrol · 5 years ago
  19. f0829ff cosmetic: gtp: queue: remove trailing whitespace by Pau Espin Pedrol · 5 years ago
  20. 9fbcb10 gtp: Make use of new libgtp APIs with multi-gsn support by Pau Espin Pedrol · 5 years ago
  21. eefa30d gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN by Pau Espin Pedrol · 5 years ago
  22. a469a90 cosmetic: gtp.h: Remove trailing whitespaces by Pau Espin Pedrol · 5 years ago
  23. 84515f4 pdp: Drop unused code for haship by Pau Espin Pedrol · 5 years ago
  24. 1cde2c1 ggsn: Use gtp_delete_context_req2() everywhere by Oliver Smith · 5 years ago
  25. 93dd798 gtp: Re-arrange free pdp ctx code in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  26. 8651573 cosmetic: gtp: Document free pdp ctx in non-teardown scenario by Pau Espin Pedrol · 5 years ago
  27. 0d0b059 gtp: Refactor code to use gtp_freepdp(_teardown) APIs by Pau Espin Pedrol · 5 years ago
  28. aad77a0 gtp_create_pdp_ind: simplify code by reordering and compacting parsing by Pau Espin Pedrol · 5 years ago
  29. 9ee8d32 pdp: Introduce new API pdp_count_secondary by Pau Espin Pedrol · 5 years ago
  30. de72d26 gtp: Fix typo dublicate->duplicate by Pau Espin Pedrol · 5 years ago
  31. ceac078 gtp: Take queue_resp into account to schedule retrans timer by Pau Espin Pedrol · 5 years ago
  32. 742a6b5 gtp: Document spec reasoning drop of Rx DeleteCtxReq by Pau Espin Pedrol · 5 years ago
  33. f5a268a Bump version: 1.2.2.44-6da8-dirty → 1.3.0 by Harald Welte · 5 years ago 1.3.0
  34. 3730c55 fix a format string directives in queue_seqset() by Stefan Sperling · 6 years ago
  35. e1412d9 libgtp: implement gtp_clear_queues to clear req/resp queue by Alexander Couzens · 6 years ago
  36. b5f9334 gtp: Add new replacement cb_recovery2 for cb_recovery by Pau Espin Pedrol · 6 years ago
  37. 8e8c7ef gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ by Pau Espin Pedrol · 6 years ago
  38. d1bd6fc gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active by Pau Espin Pedrol · 6 years ago
  39. a32e4c4 gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn by Pau Espin Pedrol · 6 years ago
  40. 3b84e92 gtp: Log type name of unexpected signalling message by Pau Espin Pedrol · 6 years ago
  41. 36c4fac debian/rules: Fix debian packaging after 1.2.0 release by Pau Espin Pedrol · 6 years ago
  42. a06b2d3 Bump version: 1.1.0.90-5468-dirty → 1.2.0 by Pau Espin Pedrol · 6 years ago 1.2.0
  43. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 6 years ago
  44. 07730bb gtp/gtp.c: Use uint8_t for version param in static functions by Pau Espin Pedrol · 6 years ago
  45. 7b38af5 gtp/gtp.c: Mark non exported functions as static by Pau Espin Pedrol · 6 years ago
  46. 85ef583 gtp/gtp.c: Remove unused function char2ul_t by Pau Espin Pedrol · 6 years ago
  47. 282d4e3 gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var by Pau Espin Pedrol · 6 years ago
  48. 42d3250 gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  49. 5aed8de gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton by Pau Espin Pedrol · 6 years ago
  50. 5f5fcff gtp/pdp: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  51. a884a95 gtp.c: Log unsupported GTP version number by Pau Espin Pedrol · 6 years ago
  52. a4aada0 gtp.c: Determine GTP version from header by Pau Espin Pedrol · 6 years ago
  53. 732131d gtp.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  54. e661277 Add GTP message names by Max · 6 years ago
  55. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 7 years ago
  56. bd22824 gtp: Explicit OSMO_ASSERT to ensure pdp variable is set by Harald Welte · 7 years ago
  57. a06120d gtp: Fix buffer overflow in imsi_gtp2str() by Harald Welte · 7 years ago
  58. f6c5f95 gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes by Harald Welte · 7 years ago
  59. bc41c8d gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11 by Harald Welte · 7 years ago
  60. 89e1abc Allow Common flags 0x94 and ignore them in PDP activation by Harald Welte · 7 years ago
  61. 8376972 gtpie: Add missing #include of <arpa/inet.h> for htonl() and friends by Harald Welte · 7 years ago
  62. a964027 gtpie_decaps: const-ify pointer to input packet data by Harald Welte · 7 years ago
  63. c5150ce gtpie: Add doxygen API documentation by Harald Welte · 7 years ago
  64. 02af9b3 gtpie_tlv() gtpie_tv0(): const-ify read-only input argument by Harald Welte · 7 years ago
  65. cee7546 Replace EUA magic numbers for IETF, IPv4 and IPv6 with #defines by Harald Welte · 7 years ago
  66. 6a21527 Move extended PDP logging macro to header by Max · 7 years ago
  67. 3c1cce2 libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbers by Harald Welte · 7 years ago
  68. fed598f gtp: Avoid magic numbers when operating on GTP header flags by Harald Welte · 7 years ago
  69. 471e349 libgtp: Avoid extra memcpy() in gtp_data_req() by using sendmsg() by Harald Welte · 7 years ago
  70. bd60930 libgtp: Bump major LIBVERSION for recent API/ABI breakage by Harald Welte · 7 years ago
  71. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  72. e257be1 libgtp: Add back-reference to gsn from pdp context by Harald Welte · 7 years ago
  73. 8a03ea8 libgtp: Remove ctrl_handle from gsn_t, replace with private context by Harald Welte · 7 years ago
  74. 14b1b63 libgtp: expand logging by Max · 7 years ago
  75. 37d5b15 libgtp: Delete PDP context on receiving GTPv1 Error Indication by Harald Welte · 7 years ago
  76. 54d082e libgtp: Add missing mandatory IEs in GTP Error Indication by Harald Welte · 7 years ago
  77. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  78. 2831887 libgtp: improve error logging and propagation by Max · 7 years ago
  79. bf5c0bb gtp.c: Don't print ""Unknown packet flags" error message in get_seq() by Harald Welte · 7 years ago
  80. 68d244d abi/debian: Bump ABI version of libgtp after struct size change by Holger Hans Peter Freyther · 7 years ago
  81. d37b80a gtp.c: Improve debug statements about GTP header flags by Harald Welte · 8 years ago
  82. f41f586 gsn_restart file: wrap umask change tightly around file creation by Neels Hofmeyr · 8 years ago
  83. f7611c3 fix gsn_restart file buffer overflow and missing path sep by Neels Hofmeyr · 8 years ago
  84. 727417d Add control interface by Max · 8 years ago
  85. 395e213 Remove unused function by Max · 8 years ago
  86. 03dbafb Add 'Bearer Control Mode' IE by BJovke · 8 years ago
  87. 86540de gtp/queue/queue_seqdel(): fix element check which was always true by Alexander Couzens · 8 years ago
  88. 0eaa5b8 gtp: fix several compilation warnings by Pablo Neira Ayuso · 8 years ago
  89. f89dc4e queue_new(): fix NULL dereference on allocation failure by Neels Hofmeyr · 8 years ago
  90. d997552 gtp: Handle gtpv1 in gtp_update_pdp_conf() correctly by Daniel Willmann · 8 years ago
  91. 05f3ef3 gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connections by Daniel Willmann · 8 years ago
  92. 134a775 gtp: Pass pdp along when calling gtp_req() in gtp_update_context() by Daniel Willmann · 8 years ago
  93. 8ddb680 gtp: Do not leak the restart counter file handle in case of error by Holger Hans Peter Freyther · 8 years ago
  94. 3a9befb gtp: Fix a bunch of compiler warnings when just including gtp.h by Holger Hans Peter Freyther · 8 years ago
  95. db852a1 fix some format specifiers by Alexander Huemer · 9 years ago
  96. cd14094 Dump dead code and never look at it again by Holger Hans Peter Freyther · 9 years ago
  97. 0dc4748 add todo comments by Neels Hofmeyr · 9 years ago
  98. 6c06d25 make install: also install gtpie.h by Neels Hofmeyr · 9 years ago
  99. e845cb9 gtp.c: fix an error log. by Neels Hofmeyr · 9 years ago
  100. b18e811 gtp.h: rename gsn_t.dublicate to duplicate. by Neels Hofmeyr · 9 years ago