aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/pdp.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Minor: remove code duplicationKeith1-3/+1
2019-08-28cosmetic: fix formatting in if linePau Espin Pedrol1-1/+1
2019-08-28pdp: constify param in pdp_count_secondary()Pau Espin Pedrol1-1/+1
2019-08-23libgtp: Remove packets in tx queue belonging pdp being freedPau Espin Pedrol1-1/+12
2019-06-04gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSNPau Espin Pedrol1-13/+55
2019-05-31pdp: Drop unused code for hashipPau Espin Pedrol1-71/+0
2019-05-31pdp: Introduce new API pdp_count_secondaryPau Espin Pedrol1-0/+14
2018-01-25gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euatonPau Espin Pedrol1-18/+0
2018-01-25gtp/pdp: Fix trailing whitespacePau Espin Pedrol1-22/+22
2017-10-01Replace EUA magic numbers for IETF, IPv4 and IPv6 with #definesHarald Welte1-3/+3
2017-09-24libgtp: Allow each PDP context to specify if it transmits G-PDU sequence numbersHarald Welte1-0/+2
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-1/+2
2017-08-13libgtp: Delete PDP context on receiving GTPv1 Error IndicationHarald Welte1-0/+19
2016-10-11Remove unused functionMax1-11/+0
2015-11-07fix some format specifiersAlexander Huemer1-3/+4
2014-12-04gtp: Make these regions runtime debuggableHolger Hans Peter Freyther1-16/+10
2014-03-24gtp: add pdp_set_imsi_nsapiPablo Neira Ayuso1-0/+6
2012-11-06pdp: Mark the data as static as only pdp.c should access this dataHolger Hans Peter Freyther1-2/+2
2011-11-02Convert all code to Linux coding styleHarald Welte1-139/+170
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-6/+7
2004-01-28Added FreeBSD route capabilityjjako1-2/+2
2003-10-21GTP1 functionalityjjako1-12/+26
2003-10-13First attempt at a GTP1 implementationjjako1-1/+6
2003-04-11added ippool.h and ippool.cjjako1-10/+19
2003-01-05Setting ipnext and tidnext to NULL in settid and setipjjako1-2/+4
2002-12-16Initial revisionjjako1-0/+320