Commit a00c7566 authored by matzakos's avatar matzakos

Fix removing of gtp-u extension header

parent a160590b
...@@ -703,7 +703,7 @@ static int Gtpv1uHandleGpdu(int h, ...@@ -703,7 +703,7 @@ static int Gtpv1uHandleGpdu(int h,
int offset=8; int offset=8;
if( msgHdr->E || msgHdr->S ||msgHdr->PN) if( msgHdr->E || msgHdr->S ||msgHdr->PN)
offset+=4; offset+=8;
// This context is not good for gtp // This context is not good for gtp
// frame, ... has no meaning // 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