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
be48ec8a
Commit
be48ec8a
authored
Aug 10, 2023
by
Marwan Hammouda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some fixes to resolve compiling errors
parent
3c05527c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
openair2/LAYER2/nr_rlc/nr_rlc_entity.c
openair2/LAYER2/nr_rlc/nr_rlc_entity.c
+1
-1
openair2/LAYER2/nr_rlc/nr_rlc_entity_am.c
openair2/LAYER2/nr_rlc/nr_rlc_entity_am.c
+0
-3
No files found.
openair2/LAYER2/nr_rlc/nr_rlc_entity.c
View file @
be48ec8a
...
...
@@ -22,7 +22,7 @@
#include "nr_rlc_entity.h"
#include <stdlib.h>
#include "asn1_utils.h"
#include "
nr_rlc_
asn1_utils.h"
#include "nr_rlc_entity_am.h"
#include "nr_rlc_entity_um.h"
#include "nr_rlc_entity_tm.h"
...
...
openair2/LAYER2/nr_rlc/nr_rlc_entity_am.c
View file @
be48ec8a
...
...
@@ -1833,9 +1833,6 @@ static void check_t_reassembly(nr_rlc_entity_am_t *entity)
/* stop timer */
entity
->
t_reassembly_start
=
0
;
//LOG_I(RLC, "%s:%d:%s: t_reassembly expired, t_reassembly = %d\n",
__FILE__
,
__LINE__
,
__FUNCTION__
,
entity
->
t_reassembly
);
/* update RX_Highest_Status */
sn
=
entity
->
rx_next_status_trigger
;
while
(
sdu_delivered
(
entity
,
sn
))
...
...
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