1. fed3389 sgsnemu: Mark local functions 'static' by Harald Welte · 7 years ago
  2. ea0c26a sgsnemu: Make use of "dependon" feature in gengetopt by Harald Welte · 7 years ago
  3. 081f30c sgsnemu: Print warnings on broken IPv6 configuration (acept_ra) by Harald Welte · 7 years ago
  4. 9d9d91b ggsn: Avoid crash on wrong EUA type by Harald Welte · 7 years ago
  5. 73abc38 sgsnemu: Add '--tun-device' option to specify TUN device name by Harald Welte · 7 years ago
  6. be4baa6 Merge "Add unit tests for libgtp gtpie.[ch] functions" by Harald Welte · 7 years ago
  7. d369013 Merge "gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes" by Harald Welte · 7 years ago
  8. 8afec5f Merge "gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11" by Harald Welte · 7 years ago
  9. 5943cbb Add unit tests for libgtp gtpie.[ch] functions by Harald Welte · 7 years ago
  10. f6c5f95 gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytes by Harald Welte · 7 years ago
  11. bc41c8d gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11 by Harald Welte · 7 years ago
  12. 89e1abc Allow Common flags 0x94 and ignore them in PDP activation by Harald Welte · 7 years ago
  13. 8376972 gtpie: Add missing #include of <arpa/inet.h> for htonl() and friends by Harald Welte · 7 years ago
  14. a964027 gtpie_decaps: const-ify pointer to input packet data by Harald Welte · 7 years ago
  15. c5150ce gtpie: Add doxygen API documentation by Harald Welte · 7 years ago
  16. 02af9b3 gtpie_tlv() gtpie_tv0(): const-ify read-only input argument by Harald Welte · 7 years ago
  17. db924d3 Add unit tests for lib/in46_addr.c code by Harald Welte · 7 years ago
  18. 34a7416 in46a_to_sas(): Return AF_INET6 in case of IPv6 address by Harald Welte · 7 years ago
  19. 45ce272 tests: Remove Makefile.in by Pau Espin Pedrol · 7 years ago
  20. a2eb5eb update .gitignore by Harald Welte · 7 years ago
  21. fdd732b Remove trailing whitespace by Pau Espin Pedrol · 7 years ago
  22. 1d8ffc6 Add ippool unit-test for 'make check' runs by Harald Welte · 7 years ago
  23. 58c0da7 lib/tun.c: tun_ipv6_linklocal_get(): fix memory leak with getifaddrs() by Pau Espin Pedrol · 7 years ago
  24. 958256f create_context_ind(): Fix crash on apn not found by Pau Espin Pedrol · 7 years ago
  25. 6748dc9 sgsnemu: Add IPv6 support via tun device and "-t v6 --createif" by Harald Welte · 7 years ago
  26. 7bd7b68 Merge "create_context_ind(): ignore a non-started default APN" by Harald Welte · 7 years ago
  27. b16c46b create_context_ind(): ignore a non-started default APN by Harald Welte · 7 years ago
  28. 840a8e9 sgsnemu: Allow specification of PDP (EUA) Type IPv4 or IPv6 by Harald Welte · 7 years ago
  29. cee7546 Replace EUA magic numbers for IETF, IPv4 and IPv6 with #defines by Harald Welte · 7 years ago
  30. ed1ba2c apn_start(): Extend error message when setting IPv6 address fails by Harald Welte · 7 years ago
  31. ed08eb1 apn_stop(): Print tun device name when closing tun device by Harald Welte · 7 years ago
  32. 2e84d2c create_context_ind(): ignore any non-started APNs by Harald Welte · 7 years ago
  33. dd26606 apn_start(): fix clean-up after errors bringing up APN by Harald Welte · 7 years ago
  34. b5624c3 contrib: osmo-ggsn.service: Use expected suffix for cfg file by Pau Espin Pedrol · 7 years ago
  35. 6a21527 Move extended PDP logging macro to header by Max · 7 years ago
  36. 1a8bc98 Merge "sgsnemu: Add --no-tx-gpdu-seq option to suppress transmission of G-PDU sequence numbers" by Harald Welte · 7 years ago
  37. 79aa4bd Merge "ggsn: Add per-APN VTY configuration option on G-PDU sequence numbers" by Harald Welte · 7 years ago
  38. fbb9c7f sgsnemu: Add --no-tx-gpdu-seq option to suppress transmission of G-PDU sequence numbers by Harald Welte · 7 years ago
  39. 3c1cce2 libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbers by Harald Welte · 7 years ago
  40. 93fed3b ggsn: Add per-APN VTY configuration option on G-PDU sequence numbers by Harald Welte · 7 years ago
  41. 00d3460 Merge "ggsn: Fix double whitespace in writing "ifconfig" lines" by Harald Welte · 7 years ago
  42. 3ca419a ggsn: Fix config file writing of IPv6 DNS settings by Harald Welte · 7 years ago
  43. ff43817 ggsn: Fix double whitespace in writing "ifconfig" lines by Harald Welte · 7 years ago
  44. f85fe97 ICMPv6: Send router advertisement from own link-local address by Harald Welte · 7 years ago
  45. fed598f gtp: Avoid magic numbers when operating on GTP header flags by Harald Welte · 7 years ago
  46. 471e349 libgtp: Avoid extra memcpy() in gtp_data_req() by using sendmsg() by Harald Welte · 7 years ago
  47. 7e1175f sgsnemu: Fix gengetopt package name by Harald Welte · 7 years ago
  48. f621498 sgsnemu: Re-generate cmdline.[ch] using gengetopt by Harald Welte · 7 years ago
  49. 7c20148 sgsnemu: Fix up gengetopt file for --norecovery by Harald Welte · 7 years ago
  50. b6fc227 sgsnemu: Fix up gengetopt file for RAI by Harald Welte · 7 years ago
  51. 1d94585 sgsnemu: Fix up gengetopt file for rattype, userloc, mstz, imeisv by Harald Welte · 7 years ago
  52. 05ac095 sgsnemu: Fix up gengetopt file for QoS Extensions of 24.008 by Harald Welte · 7 years ago
  53. 73d28c9 sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported by Harald Welte · 7 years ago
  54. ea70f36 Fix leftovers after rename by Max · 7 years ago
  55. 9814677 ggsn: Add ability to specify local IP addresses for GTP-C and GTP-U by Harald Welte · 7 years ago
  56. b5b02c2 Bump version: 0.94.34-23e4 → 1.0.0 by Harald Welte · 7 years ago 1.0.0
  57. bd60930 libgtp: Bump major LIBVERSION for recent API/ABI breakage by Harald Welte · 7 years ago
  58. 720c939 clarify relationship of OsmoGGSN to OpenGGSN. by Harald Welte · 7 years ago
  59. 4aa22db debian: fix name of config file by Harald Welte · 7 years ago
  60. db08819 debian: Remove no longer existing NEWS file from 'docs' by Harald Welte · 7 years ago
  61. 8fcfe58 debian: Fix debian/copyright syntax by Harald Welte · 7 years ago
  62. ce316f4 Move examples to doc/examples and include them in DIST by Harald Welte · 7 years ago
  63. 59ffc89 remove bogus 'version' script by Harald Welte · 7 years ago
  64. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  65. e804947 ggsn: Handle SIGTERM like SIGINT and terminate by Harald Welte · 7 years ago
  66. 3591437 Documentation update: Remove NEWS, README.Solaris, update README.md by Harald Welte · 7 years ago
  67. dda21ed Introduce a VTY, factually turning OpenGGSN into an Osmocom program by Harald Welte · 7 years ago
  68. 2778ae2 lib/tun: Mark internal helper functions 'static' by Harald Welte · 7 years ago
  69. 1b6e8e7 Remove __sun__ code that is unmaintained by Harald Welte · 7 years ago
  70. e257be1 libgtp: Add back-reference to gsn from pdp context by Harald Welte · 7 years ago
  71. 8a03ea8 libgtp: Remove ctrl_handle from gsn_t, replace with private context by Harald Welte · 7 years ago
  72. 9e6dfa0 lib/tun.c: Proper cleanup during tun_new() error paths by Harald Welte · 7 years ago
  73. 4857f3c lib/ippool: Move ippool_aton() out of ippool_new() by Harald Welte · 7 years ago
  74. b513b95 lib/ippool: Add back-pointer from pool member to pool by Harald Welte · 7 years ago
  75. 33520b4 lib/in46_addr: Avoid ASSERT() when in46a_ntop() is called on uninitialized address by Harald Welte · 7 years ago
  76. 7fc8694 lib/in46_addr: Add 'struct in46_prefix' to represent addr + prefix by Harald Welte · 7 years ago
  77. b62983d lib/in46_addr: Add in46a_ntoa() function, similar to inet_ntoa() by Harald Welte · 7 years ago
  78. 881e97e lib/tun: Add 'void *priv' pointer to tun_t by Harald Welte · 7 years ago
  79. c55ece8 lib/tun: Add missing #include to net/if.h for IFNAMSIZ by Harald Welte · 7 years ago
  80. 8ffd7fc gtp-kernel: Remove dependency to cmdline.[ch] by Harald Welte · 7 years ago
  81. e57cbe2 update jenkins.sh to conform with current build environment by Harald Welte · 7 years ago
  82. 0ab62fe ggsn: Fix DNS not sent in PDP context response by Pau Espin Pedrol · 7 years ago
  83. bdc504e Use release helper from libosmocore by Max · 7 years ago
  84. b87da75 Use value string check from osmo-ci by Max · 7 years ago
  85. 14b1b63 libgtp: expand logging by Max · 7 years ago
  86. 367baa3 update debian/changelog to 0.94 + fix pkg-config version by Harald Welte · 7 years ago
  87. 37d5b15 libgtp: Delete PDP context on receiving GTPv1 Error Indication by Harald Welte · 7 years ago
  88. 54d082e libgtp: Add missing mandatory IEs in GTP Error Indication by Harald Welte · 7 years ago
  89. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  90. 23eea1d Use osmocom-style git-version-gen / .version magic by Harald Welte · 7 years ago
  91. 81bc2ae tun_new(): Fix array overflow in FreeBSD related code by Harald Welte · 7 years ago
  92. ab6d189 replace hand-coded tun_gifindex() with standard POSIX if_nametoindex() by Harald Welte · 7 years ago
  93. 2e48a44 Support setting TUN device IPv6 address + prefix by Harald Welte · 7 years ago
  94. 72a38b5 IPv6: in46_addr: OSMO_ASSERT() in case of unsupported calls by Harald Welte · 7 years ago
  95. 1ae9877 IPv6: Support PCO for IPv6 DNS addresses by Harald Welte · 7 years ago
  96. d46bcd2 IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisement by Harald Welte · 7 years ago
  97. d4d6e09 ippool: Extend pool to work with /64 prefixes by Harald Welte · 7 years ago
  98. 365f8fa in46_addr: Add new function in46a_prefix_equal() by Harald Welte · 7 years ago
  99. d1bf1e1 ggsn: Send proper errors in create_context_ind() by Harald Welte · 7 years ago
  100. a0d281d IPv6 support for user IP by Harald Welte · 7 years ago