Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
c7ce307d
Commit
c7ce307d
authored
3 years ago
by
Panos Matzakos
Browse files
Options
Downloads
Patches
Plain Diff
Fix removing of gtp-u extension header
parent
5c33daa8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1493
fix DL arq errors in UE
,
!1249
Update episys-merge from develop
,
!1193
Update for 5G SA implementation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair3/ocp-gtpu/gtp_itf.cpp
+1
-1
1 addition, 1 deletion
openair3/ocp-gtpu/gtp_itf.cpp
with
1 addition
and
1 deletion
openair3/ocp-gtpu/gtp_itf.cpp
+
1
−
1
View file @
c7ce307d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment