[PATCH openggsn 0/4] add and update gtp-kernel support to openggsn

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Andreas Schultz aschultz at tpip.net
Tue Nov 17 11:22:41 UTC 2015


This series imports Pablo Neira Ayuso original gtp-kernel support patch
unmodified to master and applies some fixes ontop of it.

The last patch in the series then add network namespace support to it.
This state is in sync with gtp-kernel patch I posted a few minutes ago.

Andreas

--

Andreas Schultz (3):
  ggsn: update gpt-kernel logging to libosmocore
  ggsn: fix autotool pkg-config invokation
  ggsn: add network namespace support

Pablo Neira Ayuso (1):
  ggsn: add support for GTP kernel data encapsulation

 configure.ac      |  15 ++++
 ggsn/Makefile.am  |  11 ++-
 ggsn/cmdline.c    |  48 +++++++++-
 ggsn/cmdline.ggo  |   4 +
 ggsn/cmdline.h    |   8 ++
 ggsn/ggsn.c       |  52 ++++++++++-
 ggsn/gtp-kernel.c | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ggsn/gtp-kernel.h |  53 +++++++++++
 lib/Makefile.am   |   4 +-
 lib/netns.c       | 135 ++++++++++++++++++++++++++++
 lib/netns.h       |  26 ++++++
 11 files changed, 607 insertions(+), 7 deletions(-)
 create mode 100644 ggsn/gtp-kernel.c
 create mode 100644 ggsn/gtp-kernel.h
 create mode 100644 lib/netns.c
 create mode 100644 lib/netns.h

-- 
2.5.0




More information about the OpenBSC mailing list