aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn
AgeCommit message (Expand)AuthorFilesLines
2020-04-21sgsnemu: Handle IPv6 SLAAC in tun iface manuallyPau Espin Pedrol1-5/+0
2020-04-14Move icmpv6 and checksum files from ggsn/ dir to lib/Pau Espin Pedrol6-467/+2
2020-02-25cosmetic: Fix comment typoPau Espin Pedrol1-2/+2
2019-09-05ggsn, sgsnemu: Drop use of no-op deprecated gtp_retrans* APIsPau Espin Pedrol2-30/+0
2019-08-29ggsn: rx DeletePdpReq confirmation: Improve documentation and use gtp_freepdp()Pau Espin Pedrol1-9/+10
2019-08-28cosmetic: fix formatting in if linePau Espin Pedrol1-1/+2
2019-08-28ggsn: Implement echo req/resp and recoveryPau Espin Pedrol6-11/+394
2019-08-28ggsn_vty.c: Improve output of VTY show pdp-contextPau Espin Pedrol1-0/+14
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-28Move pdp_get_peer_ipv() to lib/util.*Pau Espin Pedrol4-21/+5
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-28ggsn: Move PCO handling code into its own filePau Espin Pedrol5-312/+343
2019-08-28Introduce in46a_is_v{4,6}() helpersPau Espin Pedrol1-12/+8
2019-08-23libgtp: announce pdp ctx deletion upon CreatePdpCtx being rejectedPau Espin Pedrol1-1/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-2/+2
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-04ggsn: vty: Require ggsn param in <show pdp-context> cmdPau Espin Pedrol1-6/+16
2019-06-04ggsn: Fix undefined behaviour shifting beyond sign bitPau Espin Pedrol1-2/+2
2019-05-31ggsn: Use gtp_delete_context_req2() everywhereOliver Smith1-1/+33
2019-05-31ggsn: Start gtp retrans timer during startupPau Espin Pedrol1-0/+1
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
2019-03-14Don't return error on normal shutdownMax1-1/+1
2018-07-19fix support for multiple IPCP in PDP protocol configuration optionsStefan Sperling1-36/+41
2018-07-19fix unaligned access in build_ipcp_pco()Stefan Sperling1-20/+31
2018-06-19ggsn: ctrl iface: listen on IP configured by VTYPau Espin Pedrol1-1/+2
2018-05-28ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packedPhilipp Maier1-2/+2
2018-05-28ggsn: fix misinterpreted length field in ipcp_contains_option()Philipp Maier1-1/+1
2018-05-09ggsn_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-0/+4
2018-04-25ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tunHarald Welte1-4/+6
2018-04-25Move kernel GTP support from ggsn/ to lib/Harald Welte4-306/+74
2018-04-25ggsn: Don't explicitly use tun_setaddr() API anymoreHarald Welte1-2/+2
2018-04-25fix segfault in case of kernel gtp-uHarald Welte1-0/+8
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-1/+1
2018-02-14Add talloc context introspection via VTYHarald Welte1-0/+3