[PATCH net-next] gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)

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/.

Pablo Neira Ayuso pablo at netfilter.org
Tue May 10 17:10:40 UTC 2016


On Tue, May 10, 2016 at 06:00:48PM +0200, Sipos Csaba wrote:
> Hi Harald,
> 
> Sorry for that, I forgot about the kernel part.
> 
> Is there anyway to try it before that happens? I don't want to pester anybody. :-)

Wait for 4.7-rc1 to be released or compile this git tree:

http://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git

In userspace, you require libgtnl, get a fresh git clone from:

http://git.osmocom.org/libgtpnl/

and openggsn:

http://git.osmocom.org/openggsn/

Then, you have to run:

 # autoreconf -fi
 # ./configure --enable-gtp-linux
 # make

to compile the gtp linux kernel driver support. Then indicate
'gtp-linux' in your ggsn.conf file.



More information about the OpenBSC mailing list