4 OpenGGSN - Gateway GPRS Support Node
5 Copyright (C) 2002, 2003, 2004 Mondru AB.
10 * Initial MAC OSX support (Thanks to Pekka Nikander)
11 * Quality assurance and improved error logging (Thanks to Pekka
12 Nikander and Jonny Winberg)
17 * Added selection mode and charging characteristics option to sgsnemu.
18 * Bug fixes on charging characteristics and PPP PCO length.(Thanks to
19 Loic Bernable <leto@vilya.org>).
20 * Improved Solaris support, hash table bugfix and improved logging.
25 * Improved Solaris support.
26 * Routing manipulation and IP address alias capability for FreeBSD.
27 * Initial Debian port (Thanks to ARAKI Yasuhiro <ar@debian.org>).
32 * Initial FreeBSD port (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
33 * IMSI '1111' bugfix (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
38 * Support for compilation under Solaris.
39 * Iptables firewall script.
40 * New options for sgsnemu
46 * Support for GTP1. Currently without support for the secondary pdp
47 context activation procedure.
48 * sgsnemu will first attempt to use GTP1. If that fails it will
49 fallback to using GTP0.
50 * Standards compliance document.
55 * Improved README file.
56 * Now uses ioctl instead of ifconfig and route in ggsn and sgsnemu.
57 * Absolute path to gtp library in ggsn/Makefile.am and ggsn/Makefile.am
58 * Compiles with gengetopt 2.8 (Thanks to Lorenzo Bettini <bettini@gnu.org>)
59 * sgsnemu is now able to handle several contexts and allocate
60 interface IP addresses for each context.
61 * ggsn now supports protocol configuration option DNS
62 addresses. This allow mobile stations to set up DNS based on
63 information configured in the ggsn.
64 * Ping facility in sgsnemu allow testing without the need to route
65 packets through the tun interface.
66 * Man pages for ggsn and sgsnemu.
68 * Spec file for building binary RPM packages.
69 * If not --createif exit after "ping" or "echo" finishes
70 * If sgsnemu echo failure, exit with code != 0
76 * Initial release. See README file for installation and usage