aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-25cosmetic: Fix comment typoPau Espin Pedrol1-2/+2
2020-01-02Bump version: 1.4.0.32-bd8f-dirty → 1.5.01.5.0Pau Espin Pedrol6-8/+50
2019-12-06contrib/systemd: add systemd-networkd examples from manualsVadim Yanitskiy3-1/+18
2019-12-06manuals/configuration.adoc: fix IPv4 address mismatch in <<ggsn_no_root>>Vadim Yanitskiy1-1/+1
2019-12-06manuals/configuration.adoc: fix Network Address without prefix lengthVadim Yanitskiy1-1/+1
2019-12-01manual: Fix copy+paste errorHarald Welte1-1/+1
2019-12-01sgsnemu: Fix null-pointer format string argumentHarald Welte1-2/+1
2019-09-05ggsn, sgsnemu: Drop use of no-op deprecated gtp_retrans* APIsPau Espin Pedrol3-34/+2
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-29ggsn: rx DeletePdpReq confirmation: Improve documentation and use gtp_freepdp()Pau Espin Pedrol1-9/+10
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 Pedrol2-2/+3
2019-08-28ggsn: Implement echo req/resp and recoveryPau Espin Pedrol7-11/+406
2019-08-28libgtp: Introduce cb_recovery3Pau Espin Pedrol2-0/+23
2019-08-28doc: Update vty reference xml filePau Espin Pedrol1-0/+70
2019-08-28ggsn_vty.c: Improve output of VTY show pdp-contextPau Espin Pedrol1-0/+14
2019-08-28pdp: constify param in pdp_count_secondary()Pau Espin Pedrol2-2/+2
2019-08-28ggsn_vty.c: Avoid printing duplicates for pdp context with v4v6 EUAsPau Espin Pedrol1-10/+24
2019-08-28Introduce LOGTUN log helperPau Espin Pedrol2-5/+8
2019-08-28gtp-kernel.c: Fix wrong use of in46a_from_eua, print IPv6 euasPau Espin Pedrol1-4/+13
2019-08-28Move pdp_get_peer_ipv() to lib/util.*Pau Espin Pedrol7-23/+60
2019-08-28ggsn: Split application lifecycle related code into ggsn_main.cPau Espin Pedrol4-176/+214
2019-08-28ggsn_vty.c: Fix wrong use of in46a_from_eua, print IPv6 euasPau Espin Pedrol1-3/+7
2019-08-28in46_addr: Improve in46a_ntop documentationPau Espin Pedrol1-1/+5
2019-08-28ggsn: Move PCO handling code into its own filePau Espin Pedrol5-312/+343
2019-08-28Introduce in46a_is_v{4,6}() helpersPau Espin Pedrol2-12/+16
2019-08-23libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejectedPau Espin Pedrol2-4/+3
2019-08-23libgtp: Remove packets in tx queue belonging pdp being freedPau Espin Pedrol6-1/+28
2019-08-15build: switch AC_CANONICAL_TARGET for AC_CANONICAL_HOSTJan Engelhardt1-1/+1
2019-08-07Bump version: 1.3.0.50-ea1c-dirty → 1.4.01.4.0Pau Espin Pedrol6-9/+72
2019-08-07Require libosmocore 1.1.0Pau Espin Pedrol2-4/+4
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
2019-07-29sgsnemu: Fix unaligned pointer access during ip/icmp checksumPau Espin Pedrol1-8/+12
2019-07-21sgsnemu: Fix format string argument countHarald Welte1-4/+8
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-07-01configure.ac: some versions of linux/if.h require including sys/socket.hPau Espin Pedrol1-2/+6
2019-07-01configure.ac: Use prefered AC_CONFIG_HEADERS over AM_CONFIG_HEADERPau Espin Pedrol1-2/+1
2019-07-01configure.ac: Use brackets in AC_INIT paramsPau Espin Pedrol1-1/+1
2019-07-01configure.ac: Replace obosolete macro AC_CANONICAL_SYSTEMPau Espin Pedrol1-1/+1
2019-07-01ggsn: Use structures instead of raw arrays when parsing ipcp_hdrPau Espin Pedrol1-8/+8
2019-07-01ggsn: Avoid unaligned mem access reading PCO proto idPau Espin Pedrol1-1/+1
2019-07-01ggsn: More logging from PCO handling (e.g. in case of malconfiguration)Harald Welte1-3/+18
2019-07-01ggsn: Add minimalistic PAP supportHarald Welte1-1/+86
2019-06-21gtp: queue: Add unit test queue_testPau Espin Pedrol4-0/+6961
2019-06-20gtp: queue.c: Document queue APIsPau Espin Pedrol1-9/+46