aboutsummaryrefslogtreecommitdiffstats
path: root/gtp
AgeCommit message (Expand)AuthorFilesLines
2023-02-27gtp: use OSMO_ASSERT() in gtp_new()Vadim Yanitskiy1-1/+1
2023-02-27gtp/gsn.c: fix 'No newline at end of file'Vadim Yanitskiy1-1/+1
2023-02-07Bump version: 1.9.0.10-4fac-dirty → 1.10.01.10.0Pau Espin Pedrol1-1/+1
2022-11-04gtp: Introduce VTY configurable GTP timer X3Pau Espin Pedrol3-1/+7
2022-11-02ggsn: Introduce tdef and make it configurable over VTYPau Espin Pedrol3-13/+41
2022-11-02Use rate_ctr for gsn_t available_countersPau Espin Pedrol3-132/+172
2022-11-02Split gsn_t related APIs out of gtp.{c,h}Pau Espin Pedrol5-611/+710
2022-11-02cosmetic: gtp: Fix typo in commentPau Espin Pedrol1-1/+1
2022-06-28Bump version: 1.8.0.13-ade4-dirty → 1.9.01.9.0Pau Espin Pedrol1-1/+1
2022-03-07gtp: Fix typo in commentPau Espin Pedrol1-1/+1
2022-03-07gtp: Log retrans queue register&free entriesPau Espin Pedrol1-5/+13
2022-03-07gtp: Specify retrans queue name & seqnum in log linesPau Espin Pedrol1-3/+4
2022-03-07gtp: Small log improvements in gtp_create_pdp_ind()Pau Espin Pedrol1-3/+1
2022-03-07gtp: Log detection of rx duplicatePau Espin Pedrol1-0/+7
2022-03-07gtp: Use switch statement in gtp_create_pdp_ind()Pau Espin Pedrol1-4/+6
2022-03-01libgtp: Define retransmit QUEUE_SIZE relative to PDP_MAX (increase)Pau Espin Pedrol1-1/+1
2022-03-01libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX)Pau Espin Pedrol1-1/+12
2021-11-16Bump version: 1.7.1.20-8cbd-dirty → 1.8.01.8.0Pau Espin Pedrol1-1/+1
2021-05-06gtp: Support tx/rx RAN Information Relay messagePau Espin Pedrol2-0/+72
2021-05-05gtp: constify pointer argPau Espin Pedrol1-1/+1
2021-05-03cosmetic: gtpie.c: Fix trailing whitespacePau Espin Pedrol1-5/+5
2021-04-22gtp: Improve logging of failing pdp ctx resolution from TEI/TIDPau Espin Pedrol1-24/+31
2021-04-22gtp: Rework parsing logic of UpdatePdpCtxResponsePau Espin Pedrol1-19/+30
2021-04-21gtp: Update teic_confirmed only on resp successPau Espin Pedrol1-6/+4
2021-02-23Bump version: 1.6.0.22-f01c-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2020-10-12GTP: Replace recently introduced imsi_str2gtp()Keith2-14/+23
2020-10-12Minor: remove code duplicationKeith1-3/+1
2020-10-12Fix vty PDP lookups by IMSIKeith2-0/+15
2020-01-02Bump version: 1.4.0.32-bd8f-dirty → 1.5.01.5.0Pau Espin Pedrol1-1/+1
2019-09-05gtp: Manage queue timers internallyPau Espin Pedrol2-72/+128
2019-09-02gtp/gtp.c: cosmetic: use get_tid() where we need TIDVadim Yanitskiy1-6/+3
2019-09-02gtp_error_ind_conf(): fix: guard against an unknown GTP versionVadim Yanitskiy1-0/+3
2019-09-02gtp_update_pdp_ind(): fix NULL-pointer dereferenceVadim Yanitskiy1-5/+4
2019-08-29cosmetic: gtp: Improve documentation of gtp_delete_context_req2()Pau Espin Pedrol1-2/+3
2019-08-29cosmetic: gtp: Drop commented out code calling pdp_freepdp()Pau Espin Pedrol1-26/+0
2019-08-28gtp: Log msg retransmits and timeoutsPau Espin Pedrol1-0/+4
2019-08-28cosmetic: fix formatting in if linePau Espin Pedrol1-1/+1
2019-08-28libgtp: Introduce cb_recovery3Pau Espin Pedrol2-0/+23
2019-08-28pdp: constify param in pdp_count_secondary()Pau Espin Pedrol2-2/+2
2019-08-23libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejectedPau Espin Pedrol1-3/+2
2019-08-23libgtp: Remove packets in tx queue belonging pdp being freedPau Espin Pedrol5-1/+26
2019-08-07Bump version: 1.3.0.50-ea1c-dirty → 1.4.01.4.0Pau Espin Pedrol1-1/+1
2019-06-20gtp: queue.c: Document queue APIsPau Espin Pedrol1-9/+46
2019-06-20gtp: Add missing headersPau Espin Pedrol2-0/+3
2019-06-20cosmetic: gtp: queue: remove trailing whitespacePau Espin Pedrol2-6/+6
2019-06-04gtp: Make use of new libgtp APIs with multi-gsn supportPau Espin Pedrol1-23/+22
2019-06-04gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSNPau Espin Pedrol4-37/+87
2019-05-31cosmetic: gtp.h: Remove trailing whitespacesPau Espin Pedrol1-7/+7
2019-05-31pdp: Drop unused code for hashipPau Espin Pedrol2-78/+0
2019-05-31ggsn: Use gtp_delete_context_req2() everywhereOliver Smith1-2/+4