aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn
AgeCommit message (Expand)AuthorFilesLines
2017-10-17ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAYPau Espin Pedrol1-2/+52
2017-10-16tun: Convert tun_ipv6_linklocal_get to be more genericPau Espin Pedrol1-1/+3
2017-10-14ggsn: Avoid crash on wrong EUA typeHarald Welte1-0/+28
2017-10-13Remove trailing whitespacePau Espin Pedrol1-3/+3
2017-10-11create_context_ind(): Fix crash on apn not foundPau Espin Pedrol1-2/+2
2017-10-01create_context_ind(): ignore a non-started default APNHarald Welte1-0/+5
2017-10-01apn_start(): Extend error message when setting IPv6 address failsHarald Welte1-1/+2
2017-10-01apn_stop(): Print tun device name when closing tun deviceHarald Welte1-1/+1
2017-10-01create_context_ind(): ignore any non-started APNsHarald Welte1-0/+3
2017-10-01apn_start(): fix clean-up after errors bringing up APNHarald Welte1-3/+0
2017-09-25Move extended PDP logging macro to headerMax1-2/+1
2017-09-24ggsn: Add per-APN VTY configuration option on G-PDU sequence numbersHarald Welte3-0/+31
2017-09-24ggsn: Fix double whitespace in writing "ifconfig" linesHarald Welte1-2/+2
2017-09-24ggsn: Fix config file writing of IPv6 DNS settingsHarald Welte1-1/+1
2017-09-24ICMPv6: Send router advertisement from own link-local addressHarald Welte4-10/+25
2017-09-06ggsn: Add ability to specify local IP addresses for GTP-C and GTP-UHarald Welte3-4/+50
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte3-10/+10
2017-09-06ggsn: Handle SIGTERM like SIGINT and terminateHarald Welte1-1/+3
2017-09-06Introduce a VTY, factually turning OpenGGSN into an Osmocom programHarald Welte7-1958/+1562
2017-09-05libgtp: Remove ctrl_handle from gsn_t, replace with private contextHarald Welte1-3/+3
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 Welte3-21/+14
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 Welte6-2/+504
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 Welte3-26/+30
2017-08-04Proper fix for "Force Dynamic IP" in Create PDP CTXHarald Welte1-1/+3
2017-05-16ctrl: cleanup trap creationMax1-11/+16
2017-02-23gtp-kernel: Fix tunnel creation/removal for GTP Version 1Harald Welte1-2/+5
2016-11-02Only send TRAP for defined PDP peerMax1-6/+8
2016-10-12Add control interfaceMax2-4/+30
2016-10-11Remove unused functionMax1-1/+0
2016-05-12ggsn: fix compilation error with --disable-gtp-kernelPablo Neira Ayuso1-1/+1
2016-05-10ggsn: cmdline: no need to specify interface anymorePablo Neira Ayuso5-34/+35
2016-05-10ggsn: gtp-kernel: adapt gtp_dev_create() to its new interfacePablo Neira Ayuso1-2/+1
2015-12-21ggsn: update gpt-kernel logging to libosmocoreAndreas Schultz3-14/+11
2015-12-21ggsn: add support for GTP kernel data encapsulationPablo Neira Ayuso7-18/+369
2014-12-04ggsn: Move printf to DEBUGP statements in the ggsn as wellHolger 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 Freyther4-1/+43
2014-12-04logging: Switch to using libosmocore logging for all the codeHolger Hans Peter Freyther2-42/+37
2014-03-23cli: Introduce a logfile command to log errors to a fileHolger Hans Peter Freyther4-1/+41
2014-03-23cli: Manually patch the generated code to fix compiler warningHolger Hans Peter Freyther1-2/+0
2014-03-23cli: Re-generate the cmdline.c/cmdline.h with newer gengetoptHolger Hans Peter Freyther2-1124/+1228