From 9944eba320bfafc43d7dab0e11d7e68a1c27d33e Mon Sep 17 00:00:00 2001 From: jjako Date: Fri, 11 Apr 2003 10:49:02 +0000 Subject: Updated README, NEWS and ChangeLog --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2a0470..138109a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2003-04-11: Jens Jakobsen + Added -ggdb to gtp, sgsnemu and ggsn makefiles in order to include + debugging information. + + Added ippool.c and ippool.h to ggsn. This allow for generic + allocation of dynamic ip addresses based on a / + description of ip address space. The same files are also used in + sgsnemu, but only for hashing IP addresses. At the same time the + corresponding functionality is removed from pdp.c. + + Added syserr.h and syserr.c to ggsn and sgsnemu. These files allow + writing to syslog with file name and line number. Later this + should also be introduced in gtp. + + Added support for DNS protocol configuration options in ggsn for + create context response. This allow the MS to setup DNS + configuration correctly. + + tun.c and tun.h have been updated to allow setting interface IP + addresses and routes by means of ioctl and netlink. This allow + sgsnemu to allocate an interface IP address for each context + established. + + 2003-01-29: Jens Jakobsen Added -L../gtp to sgsnemu and ggsn makefiles so that make will work without an installed libgtp. -- cgit v1.2.3