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
d9cea1c5
Commit
d9cea1c5
authored
Sep 24, 2023
by
jperaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing DRB error logs which is not really a fatal
parent
c3ee556d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
+4
-2
No files found.
openair2/LAYER2/nr_rlc/nr_rlc_oai_api.c
View file @
d9cea1c5
...
@@ -139,11 +139,13 @@ void mac_rlc_data_ind (
...
@@ -139,11 +139,13 @@ void mac_rlc_data_ind (
rb
->
set_time
(
rb
,
nr_rlc_current_time
);
rb
->
set_time
(
rb
,
nr_rlc_current_time
);
rb
->
recv_pdu
(
rb
,
buffer_pP
,
tb_sizeP
,
&
rlc_pkt
);
rb
->
recv_pdu
(
rb
,
buffer_pP
,
tb_sizeP
,
&
rlc_pkt
);
}
else
{
}
// The ERROR is not really a FATAL and causes many log flooding: removing it!
/*else {
LOG_E(RLC, "%s:%d:%s: fatal: no RB found (channel ID %d)\n",
LOG_E(RLC, "%s:%d:%s: fatal: no RB found (channel ID %d)\n",
__FILE__, __LINE__, __FUNCTION__, channel_idP);
__FILE__, __LINE__, __FUNCTION__, channel_idP);
// exit(1);
// exit(1);
}
}
*/
nr_rlc_manager_unlock
(
nr_rlc_ue_manager
);
nr_rlc_manager_unlock
(
nr_rlc_ue_manager
);
}
}
...
...
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