aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn
AgeCommit message (Expand)AuthorFilesLines
2022-03-24pco.h: Fix typo in reference to specPau Espin Pedrol1-1/+1
2022-02-25vty: Fix cmd 'no echo-interval' doing nothingPau Espin Pedrol1-2/+1
2021-06-10ggsn: Fix heap-use-after-free during Recovery without associated PDPPau Espin Pedrol1-2/+10
2021-06-01ggsn: Log tun fd write errorsPau Espin Pedrol1-3/+0
2021-04-22ggsn: Improve logging on incoming DL data packetsPau Espin Pedrol1-9/+33
2021-03-27vty: Inform user that static IP addresses are not supportedHarald Welte1-4/+8
2021-03-27ggsn: Reject PDP CTX ACT for static IP addressesHarald Welte1-3/+7
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-0/+35
2021-02-05apn_start: avoid segfault if missing tun-deviceOliver Smith1-0/+4
2020-11-25ggsn: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-0/+11
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-6/+6
2020-10-12GTP: Replace recently introduced imsi_str2gtp()Keith1-1/+1
2020-10-12Prevent Crash in show pdp-context from vtyKeith1-1/+1
2020-10-12Fix vty PDP lookups by IMSIKeith1-1/+6
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
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