aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29libgtp: Remove defines for reserved causes in gtp.hDaniel Willmann1-9/+9
2023-11-22gtp: Add net GTP cause values and a function to check for successDaniel Willmann1-1/+10
2022-11-02Split gsn_t related APIs out of gtp.{c,h}Pau Espin Pedrol1-144/+3
2021-05-06gtp: Support tx/rx RAN Information Relay messagePau Espin Pedrol1-0/+11
2020-10-12GTP: Replace recently introduced imsi_str2gtp()Keith1-1/+1
2020-10-12Fix vty PDP lookups by IMSIKeith1-0/+1
2019-09-05gtp: Manage queue timers internallyPau Espin Pedrol1-2/+5
2019-08-28libgtp: Introduce cb_recovery3Pau Espin Pedrol1-0/+6
2019-06-04gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSNPau Espin Pedrol1-1/+6
2019-05-31cosmetic: gtp.h: Remove trailing whitespacesPau Espin Pedrol1-7/+7
2019-05-31gtp: Refactor code to use gtp_freepdp(_teardown) APIsPau Espin Pedrol1-0/+1
2018-09-16libgtp: implement gtp_clear_queues to clear req/resp queueAlexander Couzens1-0/+2
2018-07-23gtp: Add new replacement cb_recovery2 for cb_recoveryPau Espin Pedrol1-0/+6
2018-07-21gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQPau Espin Pedrol1-1/+5
2018-01-17Add GTP message namesMax1-0/+6
2017-09-24gtp: Avoid magic numbers when operating on GTP header flagsHarald Welte1-0/+7
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-1/+1
2017-09-05libgtp: Remove ctrl_handle from gsn_t, replace with private contextHarald Welte1-3/+1
2017-08-12Properly format IMSI before using it in trapHarald Welte1-0/+1
2016-10-12Add control interfaceMax1-1/+3
2016-01-23gtp: Fix a bunch of compiler warnings when just including gtp.hHolger Hans Peter Freyther1-0/+1
2015-10-12gtp.h: rename gsn_t.dublicate to duplicate.Neels Hofmeyr1-1/+1
2014-12-04gtp: Make these regions runtime debuggableHolger Hans Peter Freyther1-2/+0
2014-03-20gtp: fix wrong binary layout for struct gtp0_header in x86_64Pablo Neira Ayuso1-3/+3
2013-07-27gtp: Use struct ul16_t/struct ul66_t to avoid compiler warnings in OsmoSGSNHolger Hans Peter Freyther1-0/+3
2011-11-02Convert all code to Linux coding styleHarald Welte1-231/+226
2010-12-24libgtp: introduce cb_recovery() callbackHarald Welte1-0/+3
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-7/+2
2004-01-09Rename u_int to uintjjako1-25/+25
2003-11-10Added --net, --nsapi, --gtpversion optionsjjako1-1/+1
2003-10-21GTP1 functionalityjjako1-3/+12
2003-10-13First attempt at a GTP1 implementationjjako1-105/+149
2003-07-06Improved GTP error handlingjjako1-1/+16
2003-01-29Improved sgsnemu pingjjako1-1/+1
2003-01-28Paranoid buffer overflow checking improvements.jjako1-0/+2
2002-12-16Initial revisionjjako1-0/+339