aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/ggsn.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-05ggsn: Add ability to specify local IP addresses for GTP-C and GTP-Ulaforge/osmo-ggsnHarald Welte1-0/+8
2017-09-05Rename OpenGGSN to OsmoGGSNHarald Welte1-3/+3
2017-09-05ggsn: Handle SIGTERM like SIGINT and terminateHarald Welte1-1/+3
2017-09-05Introduce a VTY, factually turning OpenGGSN into an Osmocom programHarald Welte1-478/+532
2017-09-05lib/ippool: Move ippool_aton() out of ippool_new()Harald Welte1-10/+11
2017-09-05gtp-kernel: Remove dependency to cmdline.[ch]Harald Welte1-2/+6
2017-08-30ggsn: Fix DNS not sent in PDP context responsePau Espin Pedrol1-2/+2
2017-08-12Properly format IMSI before using it in trapHarald Welte1-1/+1
2017-08-11Support setting TUN device IPv6 address + prefixHarald Welte1-8/+8
2017-08-11IPv6: Support PCO for IPv6 DNS addressesHarald Welte1-41/+136
2017-08-11IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisementHarald Welte1-1/+35
2017-08-09ippool: Extend pool to work with /64 prefixesHarald Welte1-1/+5
2017-08-09ggsn: Send proper errors in create_context_ind()Harald Welte1-3/+11
2017-08-09IPv6 support for user IPHarald Welte1-3/+8
2017-08-09lib/tun.h: Remove non-endian-safe redefinition of IP headerHarald Welte1-3/+5
2017-08-09ippool: Add IPv6 support to IP pool implementationHarald Welte1-11/+26
2017-08-04Proper fix for "Force Dynamic IP" in Create PDP CTXHarald Welte1-1/+3
2017-05-16ctrl: cleanup trap creationMax1-11/+16
2016-11-02Only send TRAP for defined PDP peerMax1-6/+8
2016-10-12Add control interfaceMax1-1/+27
2016-10-11Remove unused functionMax1-1/+0
2016-05-10ggsn: cmdline: no need to specify interface anymorePablo Neira Ayuso1-4/+4
2015-12-21ggsn: update gpt-kernel logging to libosmocoreAndreas Schultz1-1/+1
2015-12-21ggsn: add support for GTP kernel data encapsulationPablo Neira Ayuso1-3/+32
2014-12-04ggsn: Move printf to DEBUGP statements in the ggsn as wellsysmocom/libosmocoreHolger Hans Peter Freyther1-25/+11
2014-12-04ggsn: Remove unused dump/logging methodHolger Hans Peter Freyther1-15/+0
2014-12-04ggsn: Be able to set the log level for the text fileHolger Hans Peter Freyther1-0/+12
2014-12-04logging: Switch to using libosmocore logging for all the codeHolger Hans Peter Freyther1-40/+35
2014-03-23cli: Introduce a logfile command to log errors to a fileHolger Hans Peter Freyther1-0/+12
2011-11-02Convert all code to Linux coding styleHarald Welte1-446/+478
2010-10-20Do not exceed 80 characters per lineEmmanuel Bretelle1-3/+6
2010-10-20Move common sgsnemu/ggsn files to directory "lib"Emmanuel Bretelle1-3/+3
2010-10-20Fixed compile warning,exit if cant daemonizeEmmanuel Bretelle1-4/+19
2010-05-04Use newer gengetopt which also frees memoryHarald Welte1-1/+2
2010-05-04GGSN: free the ippool memory before exitHarald Welte1-0/+1
2010-05-04Fix various compiler warnings throughout the codeHarald Welte1-2/+2
2010-05-04GGSN: Fix select() error case, we need to FD_ZERO() againHarald Welte1-0/+2
2010-05-04Fix GGSN signal handlingHarald Welte1-3/+16
2004-12-30QA on ippooljjako1-1/+1
2004-12-30Minor fixjjako1-1/+1
2004-09-17qos length bugfix and apple support plus header cleanupjjako1-8/+6
2004-09-17QoS length bugfizjjako1-1/+1
2004-04-28Solaris tun interfacejjako1-24/+38
2004-02-05Added IP address alias capability for FreeBSDjjako1-1/+1
2004-01-16Improved Solaris supportjjako1-9/+7
2004-01-16Improved solaris compatibilityjjako1-2/+28
2004-01-14Changet inet_aton to inet_pton for Solaris compliancejjako1-5/+14
2004-01-09Changes to allow compilation under Solarisjjako1-6/+37
2003-10-13First attempt at a GTP1 implementationjjako1-11/+29
2003-07-06Improved GTP error handlingjjako1-1/+1