aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-20gtp: Add missing headersPau Espin Pedrol2-0/+3
2019-06-20cosmetic: gtp: queue: remove trailing whitespacePau Espin Pedrol2-6/+6
2019-06-19manuals: Add script to regenerate vty/counter documentationDaniel Willmann2-0/+18
2019-06-04sgsnemu: Replace use of deprecated libgtp API pdp_newpdp with new onePau Espin Pedrol1-1/+1
2019-06-04ggsn: vty: Require ggsn param in <show pdp-context> cmdPau Espin Pedrol2-8/+22
2019-06-04ggsn_vty_reference.xml: Update from last code changesPau Espin Pedrol1-11/+52
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 Pedrol5-37/+90
2019-06-04ggsn: Fix undefined behaviour shifting beyond sign bitPau Espin Pedrol1-2/+2
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 Smith3-7/+40
2019-05-31gtp: Re-arrange free pdp ctx code in non-teardown scenarioPau Espin Pedrol1-13/+14
2019-05-31cosmetic: gtp: Document free pdp ctx in non-teardown scenarioPau Espin Pedrol1-1/+25
2019-05-31gtp: Refactor code to use gtp_freepdp(_teardown) APIsPau Espin Pedrol2-50/+32
2019-05-31gtp_create_pdp_ind: simplify code by reordering and compacting parsingPau Espin Pedrol1-99/+71
2019-05-31pdp: Introduce new API pdp_count_secondaryPau Espin Pedrol3-10/+20
2019-05-31gtp: Fix typo dublicate->duplicatePau Espin Pedrol1-11/+11
2019-05-31gtp: Take queue_resp into account to schedule retrans timerPau Espin Pedrol1-3/+15
2019-05-31ggsn: Start gtp retrans timer during startupPau Espin Pedrol1-0/+1
2019-05-31debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18