aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-13First attempt at a GTP1 implementationjjako1-687/+1384
2003-07-10Mode checking i gtp_new()jjako1-0/+2
2003-07-06Improved GTP error handlingjjako1-44/+140
2003-04-11added ippool.h and ippool.cjjako1-100/+133
2003-01-28Include config.hjjako1-0/+1
2003-01-28Paranoid buffer overflow checking improvements.jjako1-2/+13
2002-12-16Initial revisionjjako1-0/+1917