aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtpie.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-14gtpie_{encaps,encaps2}(): RAI is a fixe 6-byte length field, not 8 bytesHarald Welte1-2/+6
2017-10-14gtpie.h: Add IE identifier definitions up to 29.60 v11.8.0 Release 11Harald Welte1-5/+205
2017-10-14Allow Common flags 0x94 and ignore them in PDP activationHarald Welte1-0/+3
2017-10-13gtpie_decaps: const-ify pointer to input packet dataHarald Welte1-3/+3
2017-10-13gtpie: Add doxygen API documentationHarald Welte1-0/+110
2017-10-13gtpie_tlv() gtpie_tv0(): const-ify read-only input argumentHarald Welte1-2/+2
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-1/+1
2016-09-15Add 'Bearer Control Mode' IEBJovke1-0/+3
2016-05-12gtp: fix several compilation warningsPablo Neira Ayuso1-4/+0
2011-11-02Convert all code to Linux coding styleHarald Welte1-480/+549
2011-10-07RAI fixYann BONNAMY1-3/+11
2010-10-29Add support for GTP IE's from 3GPP R7Yann BONNAMY1-0/+4
2010-05-16[libgtp] Fix GTPIE parsing segfault on 64bit architecturesHarald Welte1-1/+1
2010-05-04Fix various compiler warnings throughout the codeHarald Welte1-10/+10
2010-05-04[SECURITY] Fix GTPIE parsing DoSHarald Welte1-1/+5
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-5/+6
2004-01-09Rename u_int to uintjjako1-6/+6
2003-10-13First attempt at a GTP1 implementationjjako1-8/+39
2002-12-16Initial revisionjjako1-0/+513