netlink library for Linux kernel GTP code
Go to file
Oliver Smith b59bc14f17 debian: set compat level to 10
Related: OS#5958
Change-Id: I393d7e1211e6f9ace420a874a0582208c939bbc2
2023-04-25 16:48:16 +02:00
contrib install gtp-tunnel and gtp-link tools 2021-02-12 09:36:52 +01:00
debian debian: set compat level to 10 2023-04-25 16:48:16 +02:00
include Add genl_socket_close() function 2017-11-08 16:15:59 +09:00
m4 add libgtpnl 2014-02-20 19:41:29 +01:00
src Bump version: 1.2.2.1-9fa7-dirty → 1.2.3 2022-06-28 16:13:45 +02:00
tools fix memleak on del_tunnel() failure 2023-02-03 01:05:01 +01:00
.gitignore .gitignore: Ignore new autofoo tmp files 2021-02-04 12:44:56 +01:00
AUTHORS Add copright headers and license files, list Pablo as author 2014-04-03 09:37:38 -04:00
COPYING Re-license the library as LGPLv2-or-later 2016-07-28 20:34:45 +02:00
Make_global.am configure.ac: Depend on osmo-release.mk 2018-05-02 16:36:24 +02:00
Makefile.am configure.ac: Depend on osmo-release.mk 2018-05-02 16:36:24 +02:00
README.md README: fix link to homepage 2022-09-01 14:29:21 +02:00
TODO-RELEASE configure.ac: Depend on osmo-release.mk 2018-05-02 16:36:24 +02:00
configure.ac configure.ac: set -std=gnu11 2021-01-27 17:31:54 +01:00
git-version-gen configure.ac: Use git-version-gen to set VERSION 2018-05-02 16:36:27 +02:00
libgtpnl.pc.in add libgtpnl 2014-02-20 19:41:29 +01:00

README.md

libgtpnl - netlink library for Linux kernel GTP

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.

The encoding and decoding of these control messages is implemented in the libgtpnl (library for GTP netlink).

libgtpnl is part of the Osmocom Open Source Mobile Communications project.

Homepage

The official homepage of the project is https://osmocom.org/projects/linux-kernel-gtp-u/wiki/Libgtpnl

GIT Repository

You can clone from the official libgtpnl.git repository using

git clone git://git.osmocom.org/libgtpnl.git

There is a cgit interface at http://git.osmocom.org/libgtpnl/

Mailing List

Discussions related to libgtpnl are happening on the osmocom-net-gprs@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We use a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for libgtpnl can be seen at https://gerrit.osmocom.org/#/q/project:libgtpnl+status:open