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
canghaiwuhen
OpenXG-RAN
Commits
775fb895
Commit
775fb895
authored
Apr 22, 2020
by
zhenghuangkun
Committed by
Haruki NAOI
May 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix X2AP_HANDOVER_REQ Retransmission
# Conflicts: # openair2/RRC/LTE/rrc_eNB.c
parent
e205a00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-1
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
775fb895
...
...
@@ -7953,7 +7953,7 @@ rrc_eNB_decode_dcch(
dedicated_DRB
=
dedicated_DRB_tmp
;
RC
.
mac
[
ctxt_pP
->
module_id
]
->
UE_list
.
UE_sched_ctrl
[
UE_id
].
crnti_reconfigurationcomplete_flag
=
0
;
ue_context_p
->
ue_context
.
Status
=
RRC_RECONFIGURED
;
if
(
ue_context_p
->
ue_context
.
handover_info
->
state
!=
HO_END_MARKER
)
{
if
(
ue_context_p
->
ue_context
.
handover_info
->
state
!=
HO_END_MARKER
&&
dedicated_DRB_tmp
!=
2
)
{
ue_context_p
->
ue_context
.
handover_info
->
state
=
HO_CONFIGURED
;
}
...
...
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