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
618c1bc3
Commit
618c1bc3
authored
May 02, 2018
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor modification
parent
231a3c74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
+1
-1
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_dar.c
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_dar.c
+2
-0
No files found.
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
View file @
618c1bc3
...
...
@@ -378,7 +378,7 @@ rlc_um_rx (const protocol_ctxt_t* const ctxt_pP, void *argP, struct mac_data_ind
}
#endif
if
(
sl_reset_rlc_flag
==
SL_
DISCOVERY
_FLAG_YES
)
{
if
(
sl_reset_rlc_flag
==
SL_
RESET_RLC
_FLAG_YES
)
{
l_rlc_p
->
vr_ur
=
0
;
l_rlc_p
->
vr_ux
=
0
;
l_rlc_p
->
vr_uh
=
0
;
...
...
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_dar.c
View file @
618c1bc3
...
...
@@ -1006,6 +1006,8 @@ rlc_um_receive_process_dar (
free_mem_block
(
pdu_mem_pP
,
__func__
);
}
LOG_I
(
RLC
,
"DEBUG SN %d, rlc_pP->vr_uh %d rlc_pP->vr_ur %d
\n
"
,
sn
,
rlc_pP
->
vr_uh
,
rlc_pP
->
vr_ur
);
RLC_UM_MUTEX_LOCK
(
&
rlc_pP
->
lock_dar_buffer
,
ctxt_pP
,
rlc_pP
);
in_window
=
rlc_um_in_window
(
ctxt_pP
,
rlc_pP
,
rlc_pP
->
vr_uh
-
rlc_pP
->
rx_um_window_size
,
sn
,
rlc_pP
->
vr_ur
);
...
...
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