travelping / vpp

5G User Plane Function (UPF) based on VPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about the establishment of gtpu tunnel

w910820618 opened this issue · comments

A new interface is created in vpp, and the gtpu tunnel is created through the command line
image

I modified the verify_forwarding function in the test_upf.py file, which encapsulates a gtpu packet.
image

The log shows that I have created a tunnel and the teid of the tunnel is set to 2.
image

Why does it prompt me that the teid in the gtpu packet is not found
image

This is the log file I generated after testing.
log.txt

Did you add pfcp session for that teid ?
can you show output of show upf session

The screenshot shows an interaction with the GTPU plugin. This repository and issue tracker only deal with the UPF plugin.
Please ask the VPP community for help when you have problems with the GTPU plugin.