aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-06build: Remove subdir-objects as it breaks make distcleanHolger Hans Peter Freyther3-11/+3
2012-11-05Remove out-of-bounds writeTobias Engel1-1/+0
2012-10-27Fix dpkg-buildpackage build for OpenGGSNMax Suraev2-0/+16
2012-08-24Fix init script in debian package.Eric Butler2-11/+13
2012-08-14Debian package updates.Eric Butler5-5/+20
2011-11-02GTP: don't use magic numbers for T3-REQUESTS and N3-REQUESTHarald Welte1-3/+10
2011-11-02queue: fix copy+paste mistake in debug statementsHarald Welte1-2/+2
2011-11-02queue: Add some more comments throughout the code (doxygen style)Harald Welte1-3/+27
2011-11-02queue: mark non-public functions as staticHarald Welte1-5/+5
2011-11-02queue: use %p format string when printing a pointerHarald Welte1-1/+1
2011-11-02configure: use AM_SILENT_RULES when availableHarald Welte1-0/+3
2011-11-02GTP: use socklen_t where appropriateHarald Welte1-3/+3
2011-11-02Convert all code to Linux coding styleHarald Welte27-10906/+11558
2011-10-18build: Add a proper pkgconfig libgtp.pc for the GTP librarySylvain Munaut3-0/+15
2011-10-07optionally do not send recovery with sgsnemuHarald Welte5-1/+36
2011-10-07Add optional RAI FieldHarald Welte5-0/+112
2011-10-07sgsnemu support for QoS as defined in 3GPP TS 24.008Yann BONNAMY3-17/+160
2011-10-07RAI fixYann BONNAMY1-3/+11
2011-07-29GTP: Fix bug in update PDP context procedureIsabelle Kraemer1-1/+1
2011-05-13debian: add openggsn example config filesHarald Welte1-0/+2
2011-05-13debian packaging: add missing openggsn.install fileHarald Welte1-0/+3
2011-05-10remove autotools-generated INSTALL fileHarald Welte1-182/+0
2011-05-10properly build a library for the content of the lib directoryHarald Welte5-13/+15
2011-05-10debian: update to source format gitHarald Welte3-2/+9
2010-12-24libgtp: introduce cb_recovery() callbackHarald Welte2-4/+16
2010-10-29Add support for GTP IE's from 3GPP R7Yann BONNAMY7-0/+327
2010-10-20IFNAMSIZ includes terminating 0Emmanuel Bretelle2-2/+2
2010-10-20fixed compilation warning against gcc-4.4Emmanuel Bretelle1-10/+19
2010-10-20Do not exceed 80 characters per lineEmmanuel Bretelle1-3/+6
2010-10-20Set tun devname to IFNAMESIZ+1 to avoid warningEmmanuel Bretelle1-1/+1
2010-10-20Move common sgsnemu/ggsn files to directory "lib"Emmanuel Bretelle28-3232/+18
2010-10-20Fixe compilation warningEmmanuel Bretelle1-1/+1
2010-10-20Fixed compile warning,exit if cant daemonizeEmmanuel Bretelle1-4/+19
2010-10-20Fix warning on unused fscanf return codeEmmanuel Bretelle1-2/+6
2010-08-26debian: add init script for OpenGGSNHarald Welte1-0/+167
2010-08-25debian: libgtp has architecture 'any' not 'all'Harald Welte1-2/+2
2010-08-24import debian packaging infoHarald Welte8-0/+98
2010-08-24bump version number to 0.910.91Harald Welte1-1/+1
2010-06-03Extend 'struct pdp_t' with a void *priv pointer for application useHarald Welte1-1/+2
2010-05-24Bump version number to 0.900.90Harald Welte1-1/+1
2010-05-24fix 'make distcheck': add lookup.h to Makefile.amHarald Welte2-2/+2
2010-05-16[libgtp] Fix GTPIE parsing segfault on 64bit architecturesHarald Welte1-1/+1
2010-05-15[libgtp] add comments with references to the GTP specification sectionsHarald Welte1-2/+19
2010-05-04sgsnemu: delete pdp context - teardown must be before NSAPIHarald Welte1-3/+3
2010-05-04Use newer gengetopt which also frees memoryHarald Welte6-1229/+2191
2010-05-04GGSN: free the ippool memory before exitHarald Welte1-0/+1
2010-05-04add compiler-generated output to .gitignoreHarald Welte1-0/+16
2010-05-04Fix various compiler warnings throughout the codeHarald Welte16-72/+72
2010-05-04GGSN: Fix select() error case, we need to FD_ZERO() againHarald Welte1-0/+2
2010-05-04Fix GGSN signal handlingHarald Welte1-3/+16