aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-24ggsn: add support for GTP kernel data encapsulationosmo-ggsnPablo Neira Ayuso8-18/+383
2014-03-24gtp: add pdp_set_imsi_nsapiPablo Neira Ayuso3-9/+12
2014-03-23cli: Introduce a logfile command to log errors to a fileHolger Hans Peter Freyther6-5/+66
2014-03-23cli: Manually patch the generated code to fix compiler warningHolger Hans Peter Freyther1-2/+0
2014-03-23cli: Re-generate the cmdline.c/cmdline.h with newer gengetoptHolger Hans Peter Freyther2-1124/+1228
2014-03-21systemd: Do not restart when the application exits with 1Holger Hans Peter Freyther1-0/+1
2014-03-21systemd: Add a simple ggsn service fileHolger Hans Peter Freyther1-0/+8
2014-03-20gtp: fix endianness in teid field of GTPv0 headerPablo Neira Ayuso1-20/+17
2014-03-20gtp: fix wrong binary layout for struct gtp0_header in x86_64Pablo Neira Ayuso1-3/+3
2013-07-27gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSNHolger Hans Peter Freyther1-0/+3
2012-11-06build: Do not generate a Makefile in the empty src/ directoryHolger Hans Peter Freyther1-1/+0
2012-11-06pdp: Mark the data as static as only pdp.c should access this dataHolger Hans Peter Freyther1-2/+2
2012-11-06build: Let the system decide where libraries are searchedHolger Hans Peter Freyther1-1/+1
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