Commit c7ce307d authored by matzakos's avatar matzakos

Fix removing of gtp-u extension header

parent 5c33daa8
......@@ -703,7 +703,7 @@ static int Gtpv1uHandleGpdu(int h,
int offset=8;
if( msgHdr->E || msgHdr->S ||msgHdr->PN)
offset+=4;
offset+=8;
// This context is not good for gtp
// frame, ... has no meaning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment