1. 36c4fac debian/rules: Fix debian packaging after 1.2.0 release by Pau Espin Pedrol · 6 years ago
  2. a06b2d3 Bump version: 1.1.0.90-5468-dirty → 1.2.0 by Pau Espin Pedrol · 6 years ago 1.2.0
  3. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 6 years ago
  4. 07730bb gtp/gtp.c: Use uint8_t for version param in static functions by Pau Espin Pedrol · 6 years ago
  5. 7b38af5 gtp/gtp.c: Mark non exported functions as static by Pau Espin Pedrol · 6 years ago
  6. 85ef583 gtp/gtp.c: Remove unused function char2ul_t by Pau Espin Pedrol · 6 years ago
  7. 282d4e3 gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var by Pau Espin Pedrol · 6 years ago
  8. 42d3250 gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  9. 5aed8de gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton by Pau Espin Pedrol · 6 years ago
  10. 5f5fcff gtp/pdp: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  11. a884a95 gtp.c: Log unsupported GTP version number by Pau Espin Pedrol · 6 years ago
  12. a4aada0 gtp.c: Determine GTP version from header by Pau Espin Pedrol · 6 years ago
  13. 732131d gtp.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  14. e661277 Add GTP message names by Max · 6 years ago
  15. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 7 years ago
  16. bd22824 gtp: Explicit OSMO_ASSERT to ensure pdp variable is set by Harald Welte · 7 years ago
  17. a06120d gtp: Fix buffer overflow in imsi_gtp2str() by Harald Welte · 7 years ago
  18. f6c5f95 gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes by Harald Welte · 7 years ago
  19. bc41c8d gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11 by Harald Welte · 7 years ago
  20. 89e1abc Allow Common flags 0x94 and ignore them in PDP activation by Harald Welte · 7 years ago
  21. 8376972 gtpie: Add missing #include of <arpa/inet.h> for htonl() and friends by Harald Welte · 7 years ago
  22. a964027 gtpie_decaps: const-ify pointer to input packet data by Harald Welte · 7 years ago
  23. c5150ce gtpie: Add doxygen API documentation by Harald Welte · 7 years ago
  24. 02af9b3 gtpie_tlv() gtpie_tv0(): const-ify read-only input argument by Harald Welte · 7 years ago
  25. cee7546 Replace EUA magic numbers for IETF, IPv4 and IPv6 with #defines by Harald Welte · 7 years ago
  26. 6a21527 Move extended PDP logging macro to header by Max · 7 years ago
  27. 3c1cce2 libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbers by Harald Welte · 7 years ago
  28. fed598f gtp: Avoid magic numbers when operating on GTP header flags by Harald Welte · 7 years ago
  29. 471e349 libgtp: Avoid extra memcpy() in gtp_data_req() by using sendmsg() by Harald Welte · 7 years ago
  30. bd60930 libgtp: Bump major LIBVERSION for recent API/ABI breakage by Harald Welte · 7 years ago
  31. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  32. e257be1 libgtp: Add back-reference to gsn from pdp context by Harald Welte · 7 years ago
  33. 8a03ea8 libgtp: Remove ctrl_handle from gsn_t, replace with private context by Harald Welte · 7 years ago
  34. 14b1b63 libgtp: expand logging by Max · 7 years ago
  35. 37d5b15 libgtp: Delete PDP context on receiving GTPv1 Error Indication by Harald Welte · 7 years ago
  36. 54d082e libgtp: Add missing mandatory IEs in GTP Error Indication by Harald Welte · 7 years ago
  37. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  38. 2831887 libgtp: improve error logging and propagation by Max · 7 years ago
  39. bf5c0bb gtp.c: Don't print ""Unknown packet flags" error message in get_seq() by Harald Welte · 7 years ago
  40. 68d244d abi/debian: Bump ABI version of libgtp after struct size change by Holger Hans Peter Freyther · 7 years ago
  41. d37b80a gtp.c: Improve debug statements about GTP header flags by Harald Welte · 8 years ago
  42. f41f586 gsn_restart file: wrap umask change tightly around file creation by Neels Hofmeyr · 8 years ago
  43. f7611c3 fix gsn_restart file buffer overflow and missing path sep by Neels Hofmeyr · 8 years ago
  44. 727417d Add control interface by Max · 8 years ago
  45. 395e213 Remove unused function by Max · 8 years ago
  46. 03dbafb Add 'Bearer Control Mode' IE by BJovke · 8 years ago
  47. 86540de gtp/queue/queue_seqdel(): fix element check which was always true by Alexander Couzens · 8 years ago
  48. 0eaa5b8 gtp: fix several compilation warnings by Pablo Neira Ayuso · 8 years ago
  49. f89dc4e queue_new(): fix NULL dereference on allocation failure by Neels Hofmeyr · 8 years ago
  50. d997552 gtp: Handle gtpv1 in gtp_update_pdp_conf() correctly by Daniel Willmann · 8 years ago
  51. 05f3ef3 gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connections by Daniel Willmann · 8 years ago
  52. 134a775 gtp: Pass pdp along when calling gtp_req() in gtp_update_context() by Daniel Willmann · 8 years ago
  53. 8ddb680 gtp: Do not leak the restart counter file handle in case of error by Holger Hans Peter Freyther · 8 years ago
  54. 3a9befb gtp: Fix a bunch of compiler warnings when just including gtp.h by Holger Hans Peter Freyther · 8 years ago
  55. db852a1 fix some format specifiers by Alexander Huemer · 9 years ago
  56. cd14094 Dump dead code and never look at it again by Holger Hans Peter Freyther · 9 years ago
  57. 0dc4748 add todo comments by Neels Hofmeyr · 9 years ago
  58. 6c06d25 make install: also install gtpie.h by Neels Hofmeyr · 9 years ago
  59. e845cb9 gtp.c: fix an error log. by Neels Hofmeyr · 9 years ago
  60. b18e811 gtp.h: rename gsn_t.dublicate to duplicate. by Neels Hofmeyr · 9 years ago
  61. 9b09738 gtp.c: improve 3 error logs. by Neels Hofmeyr · 9 years ago
  62. 01b40d0 gtp: Make these regions runtime debuggable by Holger Hans Peter Freyther · 10 years ago
  63. 752314a gtp: Kill unused and non public method by Holger Hans Peter Freyther · 10 years ago
  64. 42ca1d1 gtp: Move to using LOGP for logging GTP packages by Holger Hans Peter Freyther · 10 years ago
  65. 5816bcf gtp: Speculative FreeBSD compile fix for htobe64 by Holger Hans Peter Freyther · 10 years ago
  66. 746b944 gtp: add pdp_set_imsi_nsapi by Pablo Neira Ayuso · 10 years ago
  67. 1a1ba02 gtp: fix endianness in teid field of GTPv0 header by Pablo Neira Ayuso · 10 years ago
  68. 0674f0b gtp: fix wrong binary layout for struct gtp0_header in x86_64 by Pablo Neira Ayuso · 10 years ago
  69. 0382996 gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSN by Holger Hans Peter Freyther · 11 years ago
  70. d7566b8 pdp: Mark the data as static as only pdp.c should access this data by Holger Hans Peter Freyther · 12 years ago
  71. 95848ba GTP: don't use magic numbers for T3-REQUESTS and N3-REQUEST by Harald Welte · 13 years ago
  72. ef71162 queue: fix copy+paste mistake in debug statements by Harald Welte · 13 years ago
  73. b841e57 queue: Add some more comments throughout the code (doxygen style) by Harald Welte · 13 years ago
  74. bb47c35 queue: mark non-public functions as static by Harald Welte · 13 years ago
  75. e65c739 queue: use %p format string when printing a pointer by Harald Welte · 13 years ago
  76. d88e11d GTP: use socklen_t where appropriate by Harald Welte · 13 years ago
  77. bed35df Convert all code to Linux coding style by Harald Welte · 13 years ago
  78. 3a4c67b optionally do not send recovery with sgsnemu by Harald Welte · 13 years ago
  79. 41af569 Add optional RAI Field by Harald Welte · 13 years ago
  80. ad18ccb RAI fix by Yann BONNAMY · 14 years ago
  81. fe50409 GTP: Fix bug in update PDP context procedure by Isabelle Kraemer · 13 years ago
  82. 629e986 libgtp: introduce cb_recovery() callback by Harald Welte · 14 years ago
  83. 944dce3 Add support for GTP IE's from 3GPP R7 by Yann BONNAMY · 14 years ago
  84. 111e054 Fix warning on unused fscanf return code by Emmanuel Bretelle · 14 years ago
  85. dc3744f Extend 'struct pdp_t' with a void *priv pointer for application use by Harald Welte · 14 years ago
  86. a1bd736 [libgtp] Fix GTPIE parsing segfault on 64bit architectures by Harald Welte · 14 years ago
  87. 7b3347b [libgtp] add comments with references to the GTP specification sections by Harald Welte · 14 years ago
  88. cc9f083 sgsnemu: delete pdp context - teardown must be before NSAPI by Harald Welte · 14 years ago
  89. f54a1f4 Fix various compiler warnings throughout the code by Harald Welte · 14 years ago
  90. e67556e [SECURITY] Fix GTPIE parsing DoS by Harald Welte · 14 years ago
  91. c5ef88c remove autotools-generated files by Harald Welte · 14 years ago
  92. acba8e6 Added new version of autotools by jjako · 19 years ago
  93. e31b240 0.84 release by jjako · 20 years ago
  94. 0fe0df0 qos length bugfix and apple support plus header cleanup by jjako · 20 years ago
  95. 77edc82 Improved configure script under Solaris by jjako · 20 years ago
  96. 9b4971d Charging characteristics made optional by jjako · 20 years ago
  97. 1f15864 Added IP address alias capability for FreeBSD by jjako · 20 years ago
  98. 1ea6634 Added FreeBSD route capability by jjako · 20 years ago
  99. d48c5ff Fixed long constant warning on FreeBSD by jjako · 20 years ago
  100. 06e9f12 FreeBSD porting and IMSI bugfix by jjako · 20 years ago