1. 7b9230a sgsnemu: Fix printing of tun device name by Harald Welte · 6 years ago
  2. f228639 Move kernel GTP support from ggsn/ to lib/ by Harald Welte · 6 years ago
  3. 31e1dab sgsnemu: Convert from tun_setaddr() to tun_addaddr() by Harald Welte · 6 years ago
  4. b4c0828 lib/tun.c: generalize tun_*route() to netdev_*route() by Harald Welte · 6 years ago
  5. 042a445 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  6. 5fdda13 sgsnemu: listen param is a host, not an interface by Pau Espin Pedrol · 6 years ago
  7. dbeaa04 sgsnemu: Fix bad ptr during context deallocation by Pau Espin Pedrol · 6 years ago
  8. 7ad4d5e sgsnemu: fix: no outgoing GTP-U in "createif" mode by Viktor Tsymbalyuk · 6 years ago
  9. ab4db10 sgsnemu: created "pinghost" and "createif" modes for mutual exclusion by Viktor Tsymbalyuk · 6 years ago
  10. a2a08f7 sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsn by Viktor Tsymbalyuk · 6 years ago
  11. f5e40b7 Set tun_addaddr ipv agnostic and add support for ipv6 by Pau Espin Pedrol · 6 years ago
  12. 7c4de07 cosmetic: sgsnemu.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  13. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 6 years ago
  14. b589e78 sgsnemu: Free strings in error path by Harald Welte · 7 years ago
  15. b11ed0f sgsnemu: Make sure buffer has space for terminating-NUL by Harald Welte · 7 years ago
  16. 9c33210 sgsnemu: Fix format string in printing tun-device name by Harald Welte · 7 years ago
  17. 51127ea sgsnemu: Don't leak FILE handle in proc_read() by Harald Welte · 7 years ago
  18. e37f48e sgsnemu: Use getprotobynumber() in print_ipprot() by Harald Welte · 7 years ago
  19. 8a55263 sgsnemu: Remove dead code: encaps_printf() by Harald Welte · 7 years ago
  20. fed3389 sgsnemu: Mark local functions 'static' by Harald Welte · 7 years ago
  21. ea0c26a sgsnemu: Make use of "dependon" feature in gengetopt by Harald Welte · 7 years ago
  22. 081f30c sgsnemu: Print warnings on broken IPv6 configuration (acept_ra) by Harald Welte · 7 years ago
  23. 73abc38 sgsnemu: Add '--tun-device' option to specify TUN device name by Harald Welte · 7 years ago
  24. 6748dc9 sgsnemu: Add IPv6 support via tun device and "-t v6 --createif" by Harald Welte · 7 years ago
  25. 840a8e9 sgsnemu: Allow specification of PDP (EUA) Type IPv4 or IPv6 by Harald Welte · 7 years ago
  26. fbb9c7f sgsnemu: Add --no-tx-gpdu-seq option to suppress transmission of G-PDU sequence numbers by Harald Welte · 7 years ago
  27. 7e1175f sgsnemu: Fix gengetopt package name by Harald Welte · 7 years ago
  28. f621498 sgsnemu: Re-generate cmdline.[ch] using gengetopt by Harald Welte · 7 years ago
  29. 7c20148 sgsnemu: Fix up gengetopt file for --norecovery by Harald Welte · 7 years ago
  30. b6fc227 sgsnemu: Fix up gengetopt file for RAI by Harald Welte · 7 years ago
  31. 1d94585 sgsnemu: Fix up gengetopt file for rattype, userloc, mstz, imeisv by Harald Welte · 7 years ago
  32. 05ac095 sgsnemu: Fix up gengetopt file for QoS Extensions of 24.008 by Harald Welte · 7 years ago
  33. 73d28c9 sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported by Harald Welte · 7 years ago
  34. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  35. dda21ed Introduce a VTY, factually turning OpenGGSN into an Osmocom program by Harald Welte · 7 years ago
  36. 1b6e8e7 Remove __sun__ code that is unmaintained by Harald Welte · 7 years ago
  37. a0d281d IPv6 support for user IP by Harald Welte · 7 years ago
  38. 63ebccd lib/tun.h: Remove non-endian-safe redefinition of IP header by Harald Welte · 7 years ago
  39. d12eab9 ippool: Add IPv6 support to IP pool implementation by Harald Welte · 7 years ago
  40. a8f71eb Code formatted to be in line with formatting rules. by bjovan · 7 years ago
  41. cc077ae Description: Fix some typos in the man pages and in the binary by Ruben Undheim · 8 years ago
  42. 10abfba convert literal APN name to protocol encoded version before use by Andreas Schultz · 9 years ago
  43. 041824d sgsnemu: improve an error message by Neels Hofmeyr · 9 years ago
  44. 9c7fd8e logging: Switch to using libosmocore logging for all the code by Holger Hans Peter Freyther · 9 years ago
  45. e071e30 build: Remove subdir-objects as it breaks make distclean by Holger Hans Peter Freyther · 12 years ago
  46. bed35df Convert all code to Linux coding style by Harald Welte · 13 years ago
  47. 3a4c67b optionally do not send recovery with sgsnemu by Harald Welte · 13 years ago
  48. 41af569 Add optional RAI Field by Harald Welte · 13 years ago
  49. 11a398f sgsnemu support for QoS as defined in 3GPP TS 24.008 by Yann BONNAMY · 14 years ago
  50. 6fc4240 properly build a library for the content of the lib directory by Harald Welte · 13 years ago
  51. 944dce3 Add support for GTP IE's from 3GPP R7 by Yann BONNAMY · 14 years ago
  52. 2a10368 Move common sgsnemu/ggsn files to directory "lib" by Emmanuel Bretelle · 14 years ago
  53. 2a7cad5 Fixe compilation warning by Emmanuel Bretelle · 14 years ago
  54. 841dd49 fix 'make distcheck': add lookup.h to Makefile.am by Harald Welte · 14 years ago
  55. 1b3e577 Use newer gengetopt which also frees memory by Harald Welte · 14 years ago
  56. f54a1f4 Fix various compiler warnings throughout the code by Harald Welte · 14 years ago
  57. c5ef88c remove autotools-generated files by Harald Welte · 14 years ago
  58. 9f26b95 Fixed APN bug by jjako · 19 years ago
  59. acba8e6 Added new version of autotools by jjako · 19 years ago
  60. e31b240 0.84 release by jjako · 19 years ago
  61. 3544abf 0.84 by jjako · 19 years ago
  62. c49cb30 Added lookup.c by jjako · 19 years ago
  63. ada9ffa QA on ippool by jjako · 19 years ago
  64. bd937b7 Minor fix by jjako · 19 years ago
  65. 163b455 Fixed delete route on freebsd et. al. by jjako · 19 years ago
  66. 0fe0df0 qos length bugfix and apple support plus header cleanup by jjako · 20 years ago
  67. 77edc82 Improved configure script under Solaris by jjako · 20 years ago
  68. c321396 Hash table bugfix and improved logging by jjako · 20 years ago
  69. 1a51df7 Added selmode by jjako · 20 years ago
  70. 7e051d3 Charging option by jjako · 20 years ago
  71. b62c3dd Fix on PPP PCO length and charging characteristics required flag. by jjako · 20 years ago
  72. c6762cf Solaris tun interface by jjako · 20 years ago
  73. 1f15864 Added IP address alias capability for FreeBSD by jjako · 20 years ago
  74. 409b855 tun.c cleanup and support for setting multiple addresses on FreeBSD by jjako · 20 years ago
  75. 3cfb81c Lookup in ippool made static by jjako · 20 years ago
  76. 1ea6634 Added FreeBSD route capability by jjako · 20 years ago
  77. 243bfe6 FreeBSD port by jjako · 20 years ago
  78. d48c5ff Fixed long constant warning on FreeBSD by jjako · 20 years ago
  79. 06e9f12 FreeBSD porting and IMSI bugfix by jjako · 20 years ago
  80. b73f23a Removed IN_ADDR_NONE by jjako · 20 years ago
  81. ff9985c Improved Solaris support by jjako · 20 years ago
  82. 1d3db97 Improved solaris compatibility by jjako · 20 years ago
  83. 76032b9 Changet inet_aton to inet_pton for Solaris compliance by jjako · 20 years ago
  84. ec89e9f Updated to use solaris api for tun by jjako · 20 years ago
  85. 0141d20 Changes to allow compilation under Solaris by jjako · 20 years ago
  86. 193e8b1 Added --net, --nsapi, --gtpversion options by jjako · 21 years ago
  87. 0b076a3 Fixed sgsnemu freepdp on failed create context. by jjako · 21 years ago
  88. 581c9f0 sgsnemu timelimit bug fix. Readme update by jjako · 21 years ago
  89. 91aaf22 First try with GTP1 then fallback to GTP0 by jjako · 21 years ago
  90. 2c38133 GTP1 functionality by jjako · 21 years ago
  91. 08d331d First attempt at a GTP1 implementation by jjako · 21 years ago
  92. 48c205f ippool update in sgsnemu by jjako · 21 years ago
  93. e3dfcad Static sgsnemu option by jjako · 21 years ago
  94. a9639f3 doc in makefile.am by jjako · 21 years ago
  95. 7b8fad4 Improved sgsnemu timeout facility by jjako · 21 years ago
  96. e607f74 Changed options by jjako · 21 years ago
  97. a760e32 added syserr.h and syserr.c by jjako · 21 years ago
  98. a7cd249 added ippool.h and ippool.c by jjako · 21 years ago
  99. afb2a97 Improved sgsnemu ping by jjako · 21 years ago
  100. cefa9af Removed warning by jjako · 21 years ago