aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu/sgsnemu.c
AgeCommit message (Expand)AuthorFilesLines
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-03-02netns: Improve error checkingPau Espin Pedrol1-9/+42
2020-02-26add Linux network namespace support for TUN deviceAndreas Schultz1-1/+59
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 Welte1-1/+1
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-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-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: Print warnings on broken IPv6 configuration (acept_ra)Harald Welte1-0/+57
2017-10-14sgsnemu: Add '--tun-device' option to specify TUN device nameHarald Welte1-1/+7
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 Welte1-1/+11
2017-09-24sgsnemu: Add --no-tx-gpdu-seq option to suppress transmission of G-PDU sequen...Harald Welte1-0/+10
2017-09-24sgsnemu: Re-generate cmdline.[ch] using gengetoptHarald Welte1-3/+3
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-1/+1
2017-09-06Introduce a VTY, factually turning OpenGGSN into an Osmocom programHarald Welte1-1/+1
2017-09-05Remove __sun__ code that is unmaintainedHarald Welte1-5/+0
2017-08-09IPv6 support for user IPHarald Welte1-1/+1
2017-08-09lib/tun.h: Remove non-endian-safe redefinition of IP headerHarald Welte1-2/+3
2017-08-09ippool: Add IPv6 support to IP pool implementationHarald Welte1-22/+27
2017-02-27Code formatted to be in line with formatting rules.bjovan1-13/+32
2016-05-24Description: Fix some typos in the man pages and in the binaryRuben Undheim1-4/+4
2015-11-13convert literal APN name to protocol encoded version before useAndreas Schultz1-4/+14