travelping / vpp

5G User Plane Function (UPF) based on VPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the session index assigned in the PFCP message?

w910820618 opened this issue · comments

if (t->session_index != ~0)
{
s =
format (s,
"GTPU decap from gtpu_session%d teid 0x%08x next %d error %d",
t->session_index, t->teid, t->next_index, t->error);
}
else
{
s =
format (s,
"GTPU decap error - session for teid 0x%08x does not exist",
t->teid);
}