blob: 547c6a46dbfe71e511761e7bd709bb2390ac57e9 [file] [log] [blame]
jjakoc13c9df2003-07-07 15:15:38 +00001OPENGGSN NEWS
2=============
3
jjakodc8bb832002-12-16 14:22:36 +00004OpenGGSN - Gateway GPRS Support Node
jjakoc13c9df2003-07-07 15:15:38 +00005Copyright (C) 2002, 2003 Mondru AB.
jjakodc8bb832002-12-16 14:22:36 +00006
jjakoe3af7a72003-10-22 09:48:38 +00007Version 0.7
8===========
9
10 * Support for GTP1. Currently without support for the secondary pdp
11 context activation procedure.
12 * sgsnemu will first attempt to use GTP1. If that fails it will
13 fallback to using GTP0.
14 * Standards compliance document.
15
jjakoc13c9df2003-07-07 15:15:38 +000016Version 0.6
17===========
jjako0ac82a12003-01-05 18:36:33 +000018
jjakoc13c9df2003-07-07 15:15:38 +000019 * Improved README file.
20 * Now uses ioctl instead of ifconfig and route in ggsn and sgsnemu.
21 * Absolute path to gtp library in ggsn/Makefile.am and ggsn/Makefile.am
22 * Compiles with gengetopt 2.8 (Thanks to Lorenzo Bettini <bettini@gnu.org>)
23 * sgsnemu is now able to handle several contexts and allocate
24 interface IP addresses for each context.
25 * ggsn now supports protocol configuration option DNS
26 addresses. This allow mobile stations to set up DNS based on
27 information configured in the ggsn.
28 * Ping facility in sgsnemu allow testing without the need to route
29 packets through the tun interface.
30 * Man pages for ggsn and sgsnemu.
31 * Sys 5 init script.
32 * Spec file for building binary RPM packages.
33 * If not --createif exit after "ping" or "echo" finishes
34 * If sgsnemu echo failure, exit with code != 0
35
jjako0ac82a12003-01-05 18:36:33 +000036
jjakodc8bb832002-12-16 14:22:36 +000037Version 0.5
jjakoc13c9df2003-07-07 15:15:38 +000038===========
jjakodc8bb832002-12-16 14:22:36 +000039
jjakoc13c9df2003-07-07 15:15:38 +000040 * Initial release. See README file for installation and usage
41 instructions.
jjako0ac82a12003-01-05 18:36:33 +000042