aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjjako <jjako>2003-10-22 09:48:38 +0000
committerjjako <jjako>2003-10-22 09:48:38 +0000
commite3af7a7d96e13d7c04ad7ccc4ed34710010f8643 (patch)
tree996826d93990302d13bbc0b0b8c10b524011b200 /ChangeLog
parent2c3813354edba78d5081a7e58fd271d1ddaa1d60 (diff)
GTP1 functionality and documentation update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6953a7d..846d598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-10-22: Jens Jakobsen <jj@openggsn.org>
+ 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
+ proceed with GTP0.
+
+ Various gtplib API changes to allow support for GTP1.
+
+ gtplib now listens to 3 separate UDP ports: GTP0, GTP1 control
+ plane and GTP1 user plane. A socket for each port has to be
+ included in the application select loop.
+
+ gtplib now verifies that messages are valid for the particular
+ type of support node. As an example a received Create PDP Context
+ Request message is not allowed for an SGSN.
+
+ Standards compliance document.
+
+
2003-07-07: Jens Jakobsen <jj@openggsn.org>
Added spec.in file for building binary RPM packages. Now openggsn
will install binaries, man pages as well as scripts.