aboutsummaryrefslogtreecommitdiffstats
path: root/sgsnemu/sgsnemu.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Add configure flag to disable ipv6 supportpespin/disable-ipv6Pau Espin Pedrol1-9/+23
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
2015-11-02sgsnemu: improve an error messageNeels Hofmeyr1-1/+2
2014-12-04logging: Switch to using libosmocore logging for all the codeHolger Hans Peter Freyther1-26/+19
2011-11-02Convert all code to Linux coding styleHarald Welte1-1468/+1538
2011-10-07optionally do not send recovery with sgsnemuHarald Welte1-0/+8
2011-10-07Add optional RAI FieldHarald Welte1-0/+83
2011-10-07sgsnemu support for QoS as defined in 3GPP TS 24.008Yann BONNAMY1-15/+50
2010-10-29Add support for GTP IE's from 3GPP R7Yann BONNAMY1-0/+209
2010-10-20Move common sgsnemu/ggsn files to directory "lib"Emmanuel Bretelle1-3/+3
2010-10-20Fixe compilation warningEmmanuel Bretelle1-1/+1
2010-05-04Use newer gengetopt which also frees memoryHarald Welte1-1/+1
2010-05-04Fix various compiler warnings throughout the codeHarald Welte1-6/+6
2005-03-14Fixed APN bugjjako1-3/+3
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-6/+1
2004-07-20Added selmodejjako1-1/+8
2004-05-27Charging optionjjako1-6/+8
2004-05-27Fix on PPP PCO length and charging characteristics required flag.jjako1-1/+8
2004-04-28Solaris tun interfacejjako1-31/+42
2004-01-26 Fixed long constant warning on FreeBSDjjako1-2/+2
2004-01-19FreeBSD porting and IMSI bugfixjjako1-1/+5
2004-01-16Removed IN_ADDR_NONEjjako1-1/+1
2004-01-16Improved Solaris supportjjako1-1/+2
2004-01-16Improved solaris compatibilityjjako1-1/+5
2004-01-14Changet inet_aton to inet_pton for Solaris compliancejjako1-3/+8
2004-01-09Changes to allow compilation under Solarisjjako1-25/+29
2003-11-10Added --net, --nsapi, --gtpversion optionsjjako1-11/+141
2003-10-25Fixed sgsnemu freepdp on failed create context.jjako1-1/+9
2003-10-22sgsnemu timelimit bug fix. Readme updatejjako1-4/+4