aboutsummaryrefslogtreecommitdiffstats
path: root/gtp
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 1.1.0.90-5468-dirty → 1.2.01.2.0Pau Espin Pedrol1-5/+1
2018-01-26ggsn: Validate packet src addr from MSPau Espin Pedrol1-1/+0
2018-01-26gtp/gtp.c: Use uint8_t for version param in static functionsPau Espin Pedrol1-13/+13
2018-01-26gtp/gtp.c: Mark non exported functions as staticPau Espin Pedrol1-15/+15
2018-01-26gtp/gtp.c: Remove unused function char2ul_tPau Espin Pedrol1-9/+0
2018-01-25gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized varPau Espin Pedrol1-1/+2
2018-01-25gtp.c: gtp_gpdu_ind: Convert ifelse to switch statementPau Espin Pedrol1-3/+6
2018-01-25gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euatonPau Espin Pedrol2-20/+0
2018-01-25gtp/pdp: Fix trailing whitespacePau Espin Pedrol2-30/+30
2018-01-25gtp.c: Log unsupported GTP version numberPau Espin Pedrol1-10/+10
2018-01-25gtp.c: Determine GTP version from headerPau Espin Pedrol1-8/+14
2018-01-25gtp.c: Fix trailing whitespacePau Espin Pedrol1-28/+28
2018-01-17Add GTP message namesMax2-0/+51
2017-12-11Add support for IPv4v6 End User AddressesPau Espin Pedrol1-1/+2
2017-11-06gtp: Explicit OSMO_ASSERT to ensure pdp variable is setHarald Welte1-0/+6
2017-11-06gtp: Fix buffer overflow in imsi_gtp2str()Harald Welte1-1/+1
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