Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
7ca1f045
Commit
7ca1f045
authored
Aug 31, 2021
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo remaining
parent
0f033d99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair3/GTPV1-U/gtpv1u_gNB.c
openair3/GTPV1-U/gtpv1u_gNB.c
+1
-1
No files found.
openair3/GTPV1-U/gtpv1u_gNB.c
View file @
7ca1f045
...
...
@@ -603,7 +603,7 @@ gtpv1u_create_ngu_tunnel(
gtpv1u_ue_data_p
->
bearers
[
pdusession_id
-
GTPV1U_BEARER_OFFSET
].
state
=
BEARER_IN_CONFIG
;
gtpv1u_ue_data_p
->
bearers
[
pdusession_id
-
GTPV1U_BEARER_OFFSET
].
teid_gNB
=
ngu_teid
;
gtpv1u_ue_data_p
->
bearers
[
pdusession_id
-
GTPV1U_BEARER_OFFSET
].
teid_gNB_stack_session
=
stack_req
.
apiInfo
.
createTunnelEndPointInfo
.
hStackSession
;
gtpv1u_ue_data_p
->
bearers
[
pdusession_id
-
GTPV1U_BEARER_OFFSET
].
teid_upf
=
create_tunnel_req_pP
->
upf_NGu
_teid
[
i
];
gtpv1u_ue_data_p
->
bearers
[
pdusession_id
-
GTPV1U_BEARER_OFFSET
].
teid_upf
=
create_tunnel_req_pP
->
outgoing
_teid
[
i
];
gtpv1u_ue_data_p
->
num_bearers
++
;
create_tunnel_resp_pP
->
gnb_NGu_teid
[
i
]
=
ngu_teid
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment