-
Notifications
You must be signed in to change notification settings - Fork 12
/
NEWS
78 lines (58 loc) · 2.21 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
OPENGGSN NEWS
=============
OpenGGSN - Gateway GPRS Support Node
Copyright (C) 2002, 2003, 2004 Mondru AB.
Version 0.84
============
* Initial MAC OSX support (Thanks to Pekka Nikander)
* Quality assurance and improved error logging (Thanks to Pekka
Nikander and Jonny Winberg)
Version 0.83
============
* Added selection mode and charging characteristics option to sgsnemu.
* Bug fixes on charging characteristics and PPP PCO length.(Thanks to
Loic Bernable <[email protected]>).
* Improved Solaris support, hash table bugfix and improved logging.
Version 0.82
============
* Improved Solaris support.
* Routing manipulation and IP address alias capability for FreeBSD.
* Initial Debian port (Thanks to ARAKI Yasuhiro <[email protected]>).
Version 0.81
============
* Initial FreeBSD port (Thanks to Pavel Andreev <[email protected]>).
* IMSI '1111' bugfix (Thanks to Pavel Andreev <[email protected]>).
Version 0.8
===========
* Support for compilation under Solaris.
* Iptables firewall script.
* New options for sgsnemu
Version 0.7
===========
* Support for GTP1. Currently without support for the secondary pdp
context activation procedure.
* sgsnemu will first attempt to use GTP1. If that fails it will
fallback to using GTP0.
* Standards compliance document.
Version 0.6
===========
* Improved README file.
* Now uses ioctl instead of ifconfig and route in ggsn and sgsnemu.
* Absolute path to gtp library in ggsn/Makefile.am and ggsn/Makefile.am
* Compiles with gengetopt 2.8 (Thanks to Lorenzo Bettini <[email protected]>)
* sgsnemu is now able to handle several contexts and allocate
interface IP addresses for each context.
* ggsn now supports protocol configuration option DNS
addresses. This allow mobile stations to set up DNS based on
information configured in the ggsn.
* Ping facility in sgsnemu allow testing without the need to route
packets through the tun interface.
* Man pages for ggsn and sgsnemu.
* Sys 5 init script.
* Spec file for building binary RPM packages.
* If not --createif exit after "ping" or "echo" finishes
* If sgsnemu echo failure, exit with code != 0
Version 0.5
===========
* Initial release. See README file for installation and usage
instructions.