aboutsummaryrefslogtreecommitdiffstats
path: root/gtp
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 Welte2-9/+275
2017-10-14Allow Common flags 0x94 and ignore them in PDP activationHarald Welte2-0/+4
2017-10-13gtpie: Add missing #include of <arpa/inet.h> for htonl() and friendsHarald Welte1-0/+2
2017-10-13gtpie_decaps: const-ify pointer to input packet dataHarald Welte2-4/+4
2017-10-13gtpie: Add doxygen API documentationHarald Welte1-0/+110
2017-10-13gtpie_tlv() gtpie_tv0(): const-ify read-only input argumentHarald Welte2-4/+4
2017-10-01Replace EUA magic numbers for IETF, IPv4 and IPv6 with #definesHarald Welte3-6/+10
2017-09-25Move extended PDP logging macro to headerMax1-0/+3
2017-09-24libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbersHarald Welte3-6/+22
2017-09-24gtp: Avoid magic numbers when operating on GTP header flagsHarald Welte2-26/+40
2017-09-24libgtp: Avoid extra memcpy() in gtp_data_req() by using sendmsg()Harald Welte1-29/+20
2017-09-06libgtp: Bump major LIBVERSION for recent API/ABI breakageHarald Welte1-1/+1
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte8-8/+13
2017-09-05libgtp: Add back-reference to gsn from pdp contextHarald Welte2-1/+11
2017-09-05libgtp: Remove ctrl_handle from gsn_t, replace with private contextHarald Welte1-3/+1
2017-08-22libgtp: expand loggingMax1-10/+7
2017-08-13libgtp: Delete PDP context on receiving GTPv1 Error IndicationHarald Welte3-6/+53
2017-08-12libgtp: Add missing mandatory IEs in GTP Error IndicationHarald Welte1-1/+11
2017-08-12Properly format IMSI before using it in trapHarald Welte2-0/+29
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
2017-01-26abi/debian: Bump ABI version of libgtp after struct size changeHolger Hans Peter Freyther1-0/+5
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-10-12Add control interfaceMax1-1/+3
2016-10-11Remove unused functionMax2-12/+0
2016-09-15Add 'Bearer Control Mode' IEBJovke2-0/+4
2016-06-06gtp/queue/queue_seqdel(): fix element check which was always trueAlexander Couzens1-2/+1
2016-05-12gtp: fix several compilation warningsPablo Neira Ayuso1-4/+0
2016-04-29queue_new(): fix NULL dereference on allocation failureNeels Hofmeyr1-4/+3
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
2016-01-23gtp: Fix a bunch of compiler warnings when just including gtp.hHolger Hans Peter Freyther1-0/+1
2015-11-07fix some format specifiersAlexander Huemer2-8/+10
2015-11-02Dump dead code and never look at it againHolger Hans Peter Freyther1-20/+0
2015-11-02add todo commentsNeels Hofmeyr1-0/+6
2015-10-27make install: also install gtpie.hNeels Hofmeyr1-1/+1
2015-10-12gtp.c: fix an error log.Neels Hofmeyr1-2/+2
2015-10-12gtp.h: rename gsn_t.dublicate to duplicate.Neels Hofmeyr1-1/+1
2015-10-12gtp.c: improve 3 error logs.Neels Hofmeyr1-12/+14
2014-12-04gtp: Make these regions runtime debuggableHolger Hans Peter Freyther4-62/+43
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 Freyther2-307/+272
2014-04-04gtp: Speculative FreeBSD compile fix for htobe64Holger Hans Peter Freyther1-0/+4
2014-03-24gtp: add pdp_set_imsi_nsapiPablo Neira Ayuso3-9/+12
2014-03-20gtp: fix endianness in teid field of GTPv0 headerPablo Neira Ayuso1-20/+17