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
lizhongxiao
OpenXG-RAN
Commits
eab10eaa
Commit
eab10eaa
authored
Sep 29, 2022
by
Manu Agrawal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added logs
parent
61334e09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/rlc_v2/rlc_oai_api.c
openair2/LAYER2/rlc_v2/rlc_oai_api.c
+1
-2
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-0
No files found.
openair2/LAYER2/rlc_v2/rlc_oai_api.c
View file @
eab10eaa
...
...
@@ -523,7 +523,6 @@ static void max_retx_reached(void *_ue, rlc_entity_t *entity)
int
rb_id
;
MessageDef
*
msg
;
int
is_enb
;
/* is it SRB? */
for
(
i
=
0
;
i
<
2
;
i
++
)
{
if
(
entity
==
ue
->
srb
[
i
])
{
...
...
@@ -547,7 +546,7 @@ static void max_retx_reached(void *_ue, rlc_entity_t *entity)
exit
(
1
);
rb_found:
LOG_
D
(
RLC
,
"max RETX reached on %s %d
\n
"
,
LOG_
I
(
RLC
,
"max RETX reached on %s %d
\n
"
,
is_srb
?
"SRB"
:
"DRB"
,
rb_id
);
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
eab10eaa
...
...
@@ -9438,6 +9438,7 @@ void process_unsuccessful_rlc_sdu_indication(int instance, int rnti) {
int
release_num
;
int
release_total
;
RRC_release_ctrl_t
*
release_ctrl
;
LOG_I
(
RRC
,
"process_unsuccessful_rlc_sdu_indication: radio link failure detected by RLC layer, remove UE
\n
"
);
/* radio link failure detected by RLC layer, remove UE properly */
pthread_mutex_lock
(
&
rrc_release_freelist
);
...
...
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