aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-30gtp: Document spec reasoning drop of Rx DeleteCtxReqPau Espin Pedrol1-0/+8
2019-05-29ggsn: Drop unused param force in apn_stop()Pau Espin Pedrol3-12/+12
2019-05-19osmo-ggsn: properly show subscriber's MSISDN in the VTYVadim Yanitskiy1-1/+7
2019-05-14osmo-ggsn: print requested / actual APN in PDP infoVadim Yanitskiy2-0/+14
2019-05-13osmo-ggsn: check result of osmo_apn_to_str()Vadim Yanitskiy1-5/+7
2019-05-13osmo-ggsn: add VTY command to show PDP context by IPv4Vadim Yanitskiy1-0/+42
2019-05-13osmo-ggsn: fix VTY command for getting PDP contexts by APNVadim Yanitskiy1-11/+37
2019-04-11ggsn.c: Refactor PCO processing during PDP activationHarald Welte1-85/+95
2019-04-11ggsn: Fix build_ipcp_pco() in presence of invalid IPCP contentHarald Welte1-6/+7
2019-04-11ggsn: Remove magic numbers from ipcp_contains_option()Harald Welte1-6/+7
2019-04-11ggsn: const-ify input / read-only arguments of PCO related functionsHarald Welte1-6/+8
2019-04-11ggsn: Remove magic numbers from pco_contains_proto()Harald Welte1-6/+11
2019-04-11process_pco() const-ify 'apn' argumentHarald Welte1-4/+4