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
fc3d2ec6
Commit
fc3d2ec6
authored
Apr 13, 2020
by
zhenghuangkun
Committed by
Haruki NAOI
Apr 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix x2ho ping fail
(cherry picked from commit c835c70e1f07b044b0b5ce270af545d6b049fe1c)
parent
c962bf36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+3
-1
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
fc3d2ec6
...
...
@@ -7925,7 +7925,9 @@ rrc_eNB_decode_dcch(
dedicated_DRB
=
3
;
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
;
ue_context_p
->
ue_context
.
handover_info
->
state
=
HO_CONFIGURED
;
if
(
ue_context_p
->
ue_context
.
handover_info
->
state
!=
HO_END_MARKER
)
{
ue_context_p
->
ue_context
.
handover_info
->
state
=
HO_CONFIGURED
;
}
LOG_I
(
RRC
,
PROTOCOL_RRC_CTXT_UE_FMT
" UE State = RRC_HO_EXECUTION (xid %ld)
\n
"
,
...
...
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