gtp-kernel: Fix tunnel creation/removal for GTP Version 1
commit875e4dc8c3ac1c025f80ecd5531c96c840d42f26
authorHarald Welte <laforge@gnumonks.org>
Thu, 23 Feb 2017 19:26:19 +0000 (23 20:26 +0100)
committerHarald Welte <laforge@gnumonks.org>
Thu, 23 Feb 2017 20:10:48 +0000 (23 21:10 +0100)
tree55129339b2a0b14986f777f32883ec9bcbffb9a5
parent68d244d3022d41a170f83ddec5050d659aef0bcd
gtp-kernel: Fix tunnel creation/removal for GTP Version 1

When Linux Kernel GTP-U support is enabled, OpenGGSN so far only worked
with GTPv0,but not with GTPv1, as the TEI values were not correctly
configured.  This patch fixes the initialzation of the local and remote
TEI before using libgtpnl to create a tunnel context in the kernel.

Change-Id: I3e953ff5b4ab44c26dbbe20d18b61038fa57ff32
ggsn/gtp-kernel.c