Changelog for
openggsn-0.92.git1485425699.68d244d-3.19.x86_64.rpm :
* Wed Feb 15 2017 mardnhAATTgmx.de- Update to version 0.92.git1485425699.68d244d:
* abi/debian: Bump ABI version of libgtp after struct size change
* Sun Dec 25 2016 mardnhAATTgmx.de- Update to version 0.92.git1482415807.7716860:
* Remove unused function
* Add .gitreview to simplify gerrit integration
* Add control interface
* build: be robust against install-sh files above the root dir
* configure: check for pkg-config presence
* fix gsn_restart file buffer overflow and missing path sep
* gsn_restart file: wrap umask change tightly around file creation
* Only send TRAP for defined PDP peer
* gtp.c: Improve debug statements about GTP header flags
* Integrate Debian packaging changes
* Sun Oct 02 2016 mardnhAATTgmx.de- Update to version 0.92.git1473940393.03dbafb:
* Add \'Bearer Control Mode\' IE
* Mon Jul 18 2016 mardnhAATTgmx.de- Update to version 0.92.git1465166710.86540de:
* jenkins: Add the build script from jenkins here
* queue_new(): fix NULL dereference on allocation failure
* ggsn: gtp-kernel: adapt gtp_dev_create() to its new interface
* ggsn: cmdline: no need to specify interface anymore
* examples: ggsn.conf: document gtp-linux toggle
* configure: rename from --enable-gtp-kernel to --enable-gtp-linux
* get rid of accidental copy of ggsn.conf
* ggsn: fix compilation error with --disable-gtp-kernel
* gtp: fix several compilation warnings
* debian: Bump the version to ease upgrading from Debian
* Description: Fix some typos in the man pages and in the binary
* gtp/queue/queue_seqdel(): fix element check which was always true
* Sat Feb 20 2016 mardnhAATTgmx.de- Update to version 0.92.git1454654900.d997552: + gtp: Fix a bunch of compiler warnings when just including gtp.h + gtp: Do not leak the restart counter file handle in case of error + gtp: Pass pdp along when calling gtp_req() in gtp_update_context() + gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connections + gtp: Handle gtpv1 in gtp_update_pdp_conf() correctly
* Sat Dec 26 2015 mardnhAATTgmx.de- Update to version 0.91.git1450683470.c80680a: + gtp.c: improve 3 error logs. + gtp.h: rename gsn_t.dublicate to duplicate. + gtp.c: fix an error log. + make install: also install gtpie.h + add todo comments + Dump dead code and never look at it again + sgsnemu: improve an error message + gitignore: add \'compile\' (from autoconf) + configure.in -> configure.ac + fix some format specifiers + Makefile.am: define ACLOCAL_AMFLAGS, include directory m4 + Revert \"Makefile.am: define ACLOCAL_AMFLAGS, include directory m4\" + convert literal APN name to protocol encoded version before use + update version to 0.92 + Release 0.92 of the GGSN needed for the gtphub + ggsn: add support for GTP kernel data encapsulation + ggsn: update gpt-kernel logging to libosmocore + ggsn: fix autotool pkg-config invokation
* Tue Jul 14 2015 mardnhAATTgmx.de- Update to version 0.91.git1430546014.b07d070: + lib: Speculatively add libosmocore cflags to the lib + debian: Move to multi-arch support + debian: Require libosmocore + debian: Address lintian warning about -dbg package + openggsn: Check return codes and take error paths on failure.
* Tue Dec 23 2014 mardnhAATTgmx.de- Update to version 0.91.git1417717797.6ab58b4: + Begin to require libosmocore and libosmovty + gtp: Move to using LOGP for logging GTP packages + gtp: Kill unused and non public method + gtp: Make these regions runtime debuggable + syserr: Remove unused error packet logging code + logging: Switch to using libosmocore logging for all the code + ggsn: Be able to set the log level for the text file + ggsn: Remove unused dump/logging method + ggsn: Move printf to DEBUGP statements in the ggsn as well
* Thu Dec 18 2014 mardnhAATTgmx.de- Update to version 0.91.git1411484376.839c221: + cli: Introduce a logfile command to log errors to a file + gtp: add pdp_set_imsi_nsapi + gtp: Speculative FreeBSD compile fix for htobe64 + openggsn.service: Add Install section to systemd service file + debian: Create new changelog entry to please new tools + debian: Add dependency for LSB script + debian: Modernize/Fix the debian control file + debian: Harden and build debug packages + debian: Make it a proper git version + debian: Attenpt to fix lintian warning on weak-dependency
* Sun Sep 01 2013 mardnhAATTgmx.de- initial version