aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-24sgsnemu: Fix up gengetopt file for --norecoveryHarald Welte1-0/+1
2017-09-24sgsnemu: Fix up gengetopt file for RAIHarald Welte1-0/+1
2017-09-24sgsnemu: Fix up gengetopt file for rattype, userloc, mstz, imeisvHarald Welte1-0/+4
2017-09-24sgsnemu: Fix up gengetopt file for QoS Extensions of 24.008Harald Welte1-1/+5
2017-09-24sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supportedHarald Welte1-3/+3
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte2-2/+2
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
2015-11-02sgsnemu: improve an error messageNeels Hofmeyr1-1/+2
2014-12-04logging: Switch to using libosmocore logging for all the codeHolger Hans Peter Freyther2-28/+21
2012-11-06build: Remove subdir-objects as it breaks make distcleanHolger Hans Peter Freyther1-3/+1
2011-11-02Convert all code to Linux coding styleHarald Welte3-3292/+3532
2011-10-07optionally do not send recovery with sgsnemuHarald Welte3-0/+33
2011-10-07Add optional RAI FieldHarald Welte3-0/+104
2011-10-07sgsnemu support for QoS as defined in 3GPP TS 24.008Yann BONNAMY3-17/+160
2011-05-10properly build a library for the content of the lib directoryHarald Welte1-6/+3
2010-10-29Add support for GTP IE's from 3GPP R7Yann BONNAMY3-0/+294