aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu
AgeCommit message (Expand)AuthorFilesLines
2020-04-28sgsnemu: use real tun device name after the device is up.Dmitri Kalashnik1-4/+4
2020-04-21sgsnemu: Fix assumption ipv6 Interface-Identifier of public addr == announced...Pau Espin Pedrol1-41/+53
2020-04-21sgsnemu: Implement ping on IPv6 APNsPau Espin Pedrol1-50/+223
2020-04-21sgsnemu: Handle IPv6 SLAAC in tun iface manuallyPau Espin Pedrol1-58/+103
2020-04-19sgsnemu: Fix build/run against linux < 4.11 (no sysctl addr_gen_mode support)Pau Espin Pedrol1-5/+11
2020-04-15Rename netdev_*route to end in route4Pau Espin Pedrol1-6/+10
2020-04-15sgsnemu: tun_addaddr: Don't set local addr as dstaddrPau Espin Pedrol1-1/+1
2020-04-15sgsnemu: Get rid of duplicated options.netPau Espin Pedrol1-7/+4
2020-04-15sgsnemu: Get rid of duplicated options.destaddrPau Espin Pedrol1-6/+3
2020-04-15sgsnemu: Fix ping transmitted statistics outputPau Espin Pedrol1-1/+1
2020-04-15sgsnemu: Avoid adding extra autogenerated local link ipv6 addr to tun ifacePau Espin Pedrol1-0/+47
2020-04-14sgsnemu: Rename sgsnemu's libgtp cb_confPau Espin Pedrol1-2/+2
2020-04-14sgsnemu: Pass array of in64_addr to in46a_from_eua()Pau Espin Pedrol1-30/+34
2020-04-08sgsnemu: cmdline: Drop unused function cmdline_parser_params_create()Pau Espin Pedrol2-15/+0
2020-03-02netns: Improve error checkingPau Espin Pedrol1-9/+42
2020-02-26add Linux network namespace support for TUN deviceAndreas Schultz4-10/+110
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 Pedrol1-4/+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-06-04sgsnemu: Replace use of deprecated libgtp API pdp_newpdp with new onePau Espin Pedrol1-1/+1
2019-05-31ggsn: Use gtp_delete_context_req2() everywhereOliver Smith1-4/+3
2018-10-21sgsnemu: Fix printing of tun device nameHarald Welte1-1/+1
2018-04-25Move kernel GTP support from ggsn/ to lib/Harald Welte2-1/+7
2018-04-25sgsnemu: Convert from tun_setaddr() to tun_addaddr()Harald Welte1-2/+1
2018-04-25lib/tun.c: generalize tun_*route() to netdev_*route()Harald Welte1-2/+2
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-1/+5
2018-02-14sgsnemu: listen param is a host, not an interfacePau Espin Pedrol3-6/+6
2018-02-12sgsnemu: Fix bad ptr during context deallocationPau Espin Pedrol1-2/+2
2018-02-12sgsnemu: fix: no outgoing GTP-U in "createif" modeViktor Tsymbalyuk1-1/+1
2018-02-09sgsnemu: created "pinghost" and "createif" modes for mutual exclusionViktor Tsymbalyuk3-26/+97
2018-01-26sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsnViktor Tsymbalyuk1-1/+1
2017-12-14Set tun_addaddr ipv agnostic and add support for ipv6Pau Espin Pedrol1-15/+11
2017-12-14cosmetic: sgsnemu.c: Fix trailing whitespacePau Espin Pedrol1-6/+6
2017-12-11Add support for IPv4v6 End User AddressesPau Espin Pedrol1-1/+1
2017-11-06sgsnemu: Free strings in error pathHarald Welte1-2/+2
2017-11-06sgsnemu: Make sure buffer has space for terminating-NULHarald Welte1-1/+1
2017-11-06sgsnemu: Fix format string in printing tun-device nameHarald Welte1-1/+1
2017-11-06sgsnemu: Don't leak FILE handle in proc_read()Harald Welte1-1/+0
2017-10-14sgsnemu: Use getprotobynumber() in print_ipprot()Harald Welte1-9/+5
2017-10-14sgsnemu: Remove dead code: encaps_printf()Harald Welte1-13/+0
2017-10-14sgsnemu: Mark local functions 'static'Harald Welte1-23/+23
2017-10-14sgsnemu: Make use of "dependon" feature in gengetoptHarald Welte2-8/+57
2017-10-14sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)Harald Welte1-0/+57
2017-10-14sgsnemu: Add '--tun-device' option to specify TUN device nameHarald Welte4-11/+90
2017-10-10sgsnemu: Add IPv6 support via tun device and "-t v6 --createif"Harald Welte1-12/+61
2017-10-01sgsnemu: Allow specification of PDP (EUA) Type IPv4 or IPv6Harald Welte4-2/+44
2017-09-24sgsnemu: Add --no-tx-gpdu-seq option to suppress transmission of G-PDU sequen...Harald Welte4-1/+39
2017-09-24sgsnemu: Fix gengetopt package nameHarald Welte3-8/+5
2017-09-24sgsnemu: Re-generate cmdline.[ch] using gengetoptHarald Welte4-1400/+1419