openggsn.git annotated tag 0.92 created. 0.92

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Nov 20 09:35:08 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".

The annotated tag, 0.92 has been created
        at  755de01fb4b2f529834e3ea713c1c4653ad3b966 (tag)
   tagging  ac0b4f17fe659e106254d2b4dd4d9b662fcf1cfc (commit)
  replaces  0.91
 tagged by  Harald Welte
        on  Fri Nov 20 10:34:36 2015 +0100

- Log -----------------------------------------------------------------
tag v0.92 for installing gtpie.h
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUAVk7pNkoQeR9V5ESWAQKYqw//Wc2g4ZbcIua9YoVB1XdQ710t8iYYczs9
xYaVCoWqjE0cqRR4Y4SniJgwCEJat2xzu2sCxtGs3He0mamlK5KCjTX3HvG8Sc2m
LxQbXCWOsPnmlD242qg5uAipmZLLnJhfp+XZ8O5KAJQRKD/sL+q9PtqhW7c108WI
IiVPsVkcwlDFJJX9xa3t653znZJYwI3v0fXIkVPLy1QVAFWrkRN5UWOOfFzXRQwV
NTxsOdZJPYY2a7nOmTZZS8RYiTyzZFrla1WAphV1TzKLe6fketQmv02nXJSMgcab
EYlIEu/CvT/FniMRKwn9OL5MlJYXN6AVW+hwWJCsNIYJB+Ua2UvsmPRXUr4Lin+c
ru88nOEZo1CWezDCpWhHeQ2sUgPEsTgNJ38pNAWCJuje86yrjNgmeB6MuWovZdnd
DHdk/P4l2ARYBJjY1LC0jogorFNnGgANrQO/EOyTbNLUjV/8LNAtHtgmxUNsPwhI
zRaZf+sjaB1/ZcfjCLdAsC44rwfBLOndynhXOiXfMvNkTZc+t8P/xxqt/WkDceBR
j4NpA1VFfhV4szeqWGo3rl6hBf77h/i7OVSTrvFiL61+TsEmBokU1PPZB79tOQU3
yL/+J6iQuZ3E4HKG5QnD5GzfRdNgwk0c/rDwpfmeKvC/fXWSE8WVqz+pFjVvrtGz
9qlnLwqBHEk=
=XFC2
-----END PGP SIGNATURE-----

Alexander Huemer (3):
      configure.in -> configure.ac
      fix some format specifiers
      Makefile.am: define ACLOCAL_AMFLAGS, include directory m4

Andreas Schultz (1):
      convert literal APN name to protocol encoded version before use

Daniel Willmann (1):
      openggsn.service: Add Install section to systemd service file

Emmanuel Bretelle (8):
      Fix warning on unused fscanf return code
      Fixed compile warning,exit if cant daemonize
      Fixe compilation warning
      Move common sgsnemu/ggsn files to directory "lib"
      Set tun devname to IFNAMESIZ+1 to avoid warning
      Do not exceed 80 characters per line
      fixed compilation warning against gcc-4.4
      IFNAMSIZ includes terminating 0

Eric Butler (2):
      Debian package updates.
      Fix init script in debian package.

Harald Welte (20):
      import debian packaging info
      debian: libgtp has architecture 'any' not 'all'
      debian: add init script for OpenGGSN
      libgtp: introduce cb_recovery() callback
      debian: update to source format git
      properly build a library for the content of the lib directory
      remove autotools-generated INSTALL file
      debian packaging: add missing openggsn.install file
      debian: add openggsn example config files
      Add optional RAI Field
      optionally do not send recovery with sgsnemu
      Convert all code to Linux coding style
      GTP: use socklen_t where appropriate
      configure: use AM_SILENT_RULES when available
      queue: use %p format string when printing a pointer
      queue: mark non-public functions as static
      queue: Add some more comments throughout the code (doxygen style)
      queue: fix copy+paste mistake in debug statements
      GTP: don't use magic numbers for T3-REQUESTS and N3-REQUEST
      update version to 0.92

Holger Hans Peter Freyther (32):
      build: Remove subdir-objects as it breaks make distclean
      build: Let the system decide where libraries are searched
      pdp: Mark the data as static as only pdp.c should access this data
      build: Do not generate a Makefile in the empty src/ directory
      gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSN
      systemd: Add a simple ggsn service file
      systemd: Do not restart when the application exits with 1
      cli: Re-generate the cmdline.c/cmdline.h with newer gengetopt
      cli: Manually patch the generated code to fix compiler warning
      cli: Introduce a logfile command to log errors to a file
      gtp: Speculative FreeBSD compile fix for htobe64
      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
      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
      lib: Speculatively add libosmocore cflags to the lib
      debian: Move to multi-arch support
      debian: Require libosmocore
      debian: Address lintian warning about -dbg package
      Dump dead code and never look at it again
      Revert "Makefile.am: define ACLOCAL_AMFLAGS, include directory m4"

Isabelle Kraemer (1):
      GTP: Fix bug in update PDP context procedure

Max Suraev (1):
      Fix dpkg-buildpackage build for OpenGGSN

Michael McTernan (1):
      openggsn: Check return codes and take error paths on failure.

Neels Hofmeyr (7):
      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
      sgsnemu: improve an error message
      gitignore: add 'compile' (from autoconf)

Pablo Neira Ayuso (3):
      gtp: fix wrong binary layout for struct gtp0_header in x86_64
      gtp: fix endianness in teid field of GTPv0 header
      gtp: add pdp_set_imsi_nsapi

Sylvain Munaut (1):
      build: Add a proper pkgconfig libgtp.pc for the GTP library

Tobias Engel (1):
      Remove out-of-bounds write

Yann BONNAMY (3):
      Add support for GTP IE's from 3GPP R7
      RAI fix
      sgsnemu support for QoS as defined in 3GPP TS 24.008

-----------------------------------------------------------------------


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list