On Tue, Mar 24, 2020 at 03:03:24PM -0700, William Tu wrote:
> GTP, GPRS Tunneling Protocol, is a group of IP-based communications
> protocols used to carry general packet radio service (GPRS) within
> GSM, UMTS and LTE networks.  GTP protocol has two parts: Signalling
> (GTP-Control, GTP-C) and User data (GTP-User, GTP-U). GTP-C is used
> for setting up GTP-U protocol, which is an IP-in-UDP tunneling
> protocol. Usually GTP is used in connecting between base station for
> radio, Serving Gateway (S-GW), and PDN Gateway (P-GW).
> 
> This patch implements GTP-U protocol for userspace datapath,
> supporting only required header fields and G-PDU message type.
> See spec in:
> https://tools.ietf.org/html/draft-hmm-dmm-5g-uplane-analysis-00
> 
> Signed-off-by: Feng Yang <yangfenge...@gmail.com>
> Co-authored-by: Feng Yang <yangfenge...@gmail.com>
> Signed-off-by: Yi Yang <yangy...@inspur.com>
> Co-authored-by: Yi Yang <yangy...@inspur.com>
> Signed-off-by: William Tu <u9012...@gmail.com>
> Acked-by: Ben Pfaff <b...@ovn.org>

Applied to master, thanks.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to