Project

General

Profile

Wiki » History » Version 1

laforge, 07/28/2016 06:55 PM

1 1 laforge
h1. Linux Kernel GTP-U Implementation
2
3
The GTP (GPRS Tunneling Protocol) is split into a control plane and a user plane.  While the control plane is concerned with the signalling, i.e. the establishment and tear-down of tunnels for PDP-contexts, the user plane is carrying all the user IP data inside the tunnel.
4
5
As such, the control plane has to process only few signalling messages, while the user plane is facing multi-gigabit speeds even in small 3.5G or 3G networks.
6
7
The user plane of many other IP tunneling protocols had been implemented in the Linux kernel before, including IPIP, SIT, GRE, PPPoE, L2TP, etc.
8
9
h2. Short History
10
11
In 2012, Harald Welte at sysmocom started a kernel-level GTP-U implementation, but got side-tracked due to changing priorities. Pablo Neira was brought in to continue, but again got side-tracked.  In 2015, Andreas Schultz of Travelping came to the rescue and finally fixed the known remaining bugs, extended it with more features, facilitating mainline Linux inclusion.  Linux kernel versions from 4.7.0 onwards include the module.
12
13
h2. libgtpnl
14
15
In order to control the kernel-side GTP-U plane, a netlink based control interface between GTP-C in userspace and GTP-U in kernelspace was invented.
16
17
The encoding and decoding of these control messages is implemented in the @libgtpnl@ (library for GTP netlink).  The library is available from http://git.osmocom.org/libgtpnl/
18
19
h2. known users
20
21
* [[OpenGGSN:]] - a small, compact GGSN implemented within Osmocom
22
* ergw, an erlang implementation of P-GW and GGSN functionality, see  https://github.com/travelping/ergw
23
* OpenAirInterface support is upcoming
Add picture from clipboard (Maximum size: 48.8 MB)