Skip to content
Snippets Groups Projects
Commit c7ce307d authored by Panos Matzakos's avatar Panos Matzakos
Browse files

Fix removing of gtp-u extension header

parent 5c33daa8
No related branches found
No related tags found
4 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1249Update episys-merge from develop,!1193Update for 5G SA implementation
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment