9
0
Fork 0
This repository has been archived on 2022-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
openggsn/ggsn
Pablo Neira Ayuso 176e895bd6 ggsn: fix compilation error with --disable-gtp-kernel
gtp-kernel.h: In function ‘gtp_kernel_init’:
gtp-kernel.h:25:15: error: ‘struct gengetopt_args_info’ has no member named ‘gtpnl_given’
  if (args_info->gtpnl_given) {
               ^
Makefile:422: recipe for target 'ggsn

Reported-by: Holger Freyther <holger@freyther.de>
2016-05-12 16:54:56 +02:00
..
Makefile.am ggsn: add support for GTP kernel data encapsulation 2015-12-21 08:37:11 +01:00
cmdline.c ggsn: cmdline: no need to specify interface anymore 2016-05-10 19:06:01 +02:00
cmdline.ggo ggsn: cmdline: no need to specify interface anymore 2016-05-10 19:06:01 +02:00
cmdline.h ggsn: cmdline: no need to specify interface anymore 2016-05-10 19:06:01 +02:00
ggsn.c ggsn: cmdline: no need to specify interface anymore 2016-05-10 19:06:01 +02:00
gtp-kernel.c ggsn: cmdline: no need to specify interface anymore 2016-05-10 19:06:01 +02:00
gtp-kernel.h ggsn: fix compilation error with --disable-gtp-kernel 2016-05-12 16:54:56 +02:00