aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22libgtp: expand loggingMax1-10/+7
2017-08-13libgtp: Delete PDP context on receiving GTPv1 Error IndicationHarald Welte1-6/+33
2017-08-12libgtp: Add missing mandatory IEs in GTP Error IndicationHarald Welte1-1/+11
2017-08-12Properly format IMSI before using it in trapHarald Welte1-0/+28
2017-06-09libgtp: improve error logging and propagationMax1-13/+13
2017-02-23gtp.c: Don't print ""Unknown packet flags" error message in get_seq()Harald Welte1-1/+0
2016-12-15gtp.c: Improve debug statements about GTP header flagsHarald Welte1-8/+8
2016-10-14gsn_restart file: wrap umask change tightly around file creationNeels Hofmeyr1-4/+6
2016-10-14fix gsn_restart file buffer overflow and missing path sepNeels Hofmeyr1-9/+7
2016-02-05gtp: Handle gtpv1 in gtp_update_pdp_conf() correctlyDaniel Willmann1-57/+63
2016-02-04gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connectionsDaniel Willmann1-11/+5
2016-02-04gtp: Pass pdp along when calling gtp_req() in gtp_update_context()Daniel Willmann1-1/+1
2016-01-23gtp: Do not leak the restart counter file handle in case of errorHolger Hans Peter Freyther1-1/+2
2015-11-07fix some format specifiersAlexander Huemer1-5/+6
2015-11-02add todo commentsNeels Hofmeyr1-0/+6
2015-10-12gtp.c: fix an error log.Neels Hofmeyr1-2/+2
2015-10-12gtp.c: improve 3 error logs.Neels Hofmeyr1-12/+14
2014-12-04gtp: Make these regions runtime debuggableHolger Hans Peter Freyther1-42/+33
2014-12-04gtp: Kill unused and non public methodHolger Hans Peter Freyther1-33/+0
2014-12-04gtp: Move to using LOGP for logging GTP packagesHolger Hans Peter Freyther1-306/+270
2014-04-04gtp: Speculative FreeBSD compile fix for htobe64Holger Hans Peter Freyther1-0/+4
2014-03-24gtp: add pdp_set_imsi_nsapiPablo Neira Ayuso1-9/+4
2014-03-20gtp: fix endianness in teid field of GTPv0 headerPablo Neira Ayuso1-20/+17
2011-11-02GTP: don't use magic numbers for T3-REQUESTS and N3-REQUESTHarald Welte1-3/+10
2011-11-02GTP: use socklen_t where appropriateHarald Welte1-3/+3
2011-11-02Convert all code to Linux coding styleHarald Welte1-2621/+2804
2011-10-07optionally do not send recovery with sgsnemuHarald Welte1-1/+2
2011-10-07Add optional RAI FieldHarald Welte1-0/+6
2011-07-29GTP: Fix bug in update PDP context procedureIsabelle Kraemer1-1/+1
2010-12-24libgtp: introduce cb_recovery() callbackHarald Welte1-4/+13
2010-10-29Add support for GTP IE's from 3GPP R7Yann BONNAMY1-0/+17
2010-10-20Fix warning on unused fscanf return codeEmmanuel Bretelle1-2/+6
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-04Fix various compiler warnings throughout the codeHarald Welte1-18/+18
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-12/+10
2004-05-27Charging characteristics made optionaljjako1-4/+4
2004-02-05Added IP address alias capability for FreeBSDjjako1-7/+9
2004-01-28Added FreeBSD route capabilityjjako1-1/+1
2004-01-26 Fixed long constant warning on FreeBSDjjako1-5/+5
2004-01-19FreeBSD porting and IMSI bugfixjjako1-0/+16
2004-01-09Fix NSAPI bug in create pdp contextjjako1-8/+8
2004-01-09Removed NSAPI from version 0 create pdp context requestjjako1-5/+3
2004-01-09Removed stdint.h includejjako1-1/+1
2004-01-09Rename u_int to uintjjako1-1/+1
2003-11-10Added --net, --nsapi, --gtpversion optionsjjako1-2/+3
2003-10-25Fixed sgsnemu freepdp on failed create context.jjako1-34/+34
2003-10-25Fixed deallocation of pdp context on failed create context.jjako1-1/+27
2003-10-22sgsnemu timelimit bug fix. Readme updatejjako1-1/+2
2003-10-21GTP1 functionalityjjako1-207/+483