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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
7011c0d9
Commit
7011c0d9
authored
Jun 14, 2021
by
rmagueta
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary assigment of incoming_rb_id in newGtpuCreateTunnel
parent
f0ff8b7c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair3/ocp-gtpu/gtp_itf.cpp
openair3/ocp-gtpu/gtp_itf.cpp
+4
-1
No files found.
openair3/ocp-gtpu/gtp_itf.cpp
View file @
7011c0d9
...
@@ -404,7 +404,10 @@ teid_t newGtpuCreateTunnel(instance_t instance, rnti_t rnti, int incoming_bearer
...
@@ -404,7 +404,10 @@ teid_t newGtpuCreateTunnel(instance_t instance, rnti_t rnti, int incoming_bearer
inst
->
te2ue_mapping
[
incoming_teid
].
rnti
=
rnti
;
inst
->
te2ue_mapping
[
incoming_teid
].
rnti
=
rnti
;
inst
->
te2ue_mapping
[
incoming_teid
].
incoming_rb_id
=
incoming_bearer_id
;
inst
->
te2ue_mapping
[
incoming_teid
].
incoming_rb_id
=
outgoing_teid
;
LOG_I
(
GTPU
,
"incoming_bearer_id = %i
\n
"
,
incoming_bearer_id
);
LOG_I
(
GTPU
,
"outgoing_teid = %i
\n
"
,
outgoing_teid
);
inst
->
te2ue_mapping
[
incoming_teid
].
callBack
=
callBack
;
inst
->
te2ue_mapping
[
incoming_teid
].
callBack
=
callBack
;
...
...
FANG WANG
@wf
mentioned in commit
5b5b48d3
·
Jun 14, 2021
mentioned in commit
5b5b48d3
mentioned in commit 5b5b48d32b1669d42715ff5eed8983bce8c060c5
Toggle commit list
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