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
fd5932c5
Commit
fd5932c5
authored
Mar 07, 2017
by
GabrielCouturier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RLC AM Tx: TPollRetx Expiry fix for BO
parent
dc960a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_poll_retransmit.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_poll_retransmit.c
+3
-0
No files found.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_poll_retransmit.c
View file @
fd5932c5
...
...
@@ -92,11 +92,14 @@ rlc_am_check_timer_poll_retransmit(
sn
,
rlc_pP
->
vt_a
,
rlc_pP
->
vt_s
,
rlc_pP
->
channel_id
);
if
((
tx_data_pdu_buffer_p
->
flags
.
ack
==
0
)
&&
(
tx_data_pdu_buffer_p
->
flags
.
max_retransmit
==
0
))
{
tx_data_pdu_buffer_p
->
flags
.
retransmit
=
1
;
tx_data_pdu_buffer_p
->
retx_payload_size
=
tx_data_pdu_buffer_p
->
payload_size
;
if
(
tx_data_pdu_buffer_p
->
retx_count
==
tx_data_pdu_buffer_p
->
retx_count_next
)
{
tx_data_pdu_buffer_p
->
retx_count_next
++
;
}
rlc_pP
->
retrans_num_pdus
+=
1
;
rlc_pP
->
retrans_num_bytes_to_retransmit
+=
tx_data_pdu_buffer_p
->
payload_size
;
LOG_D
(
RLC
,
PROTOCOL_RLC_AM_CTXT_FMT
"[T_POLL_RETRANSMIT] TIME-OUT PUT SN=%d in ReTx Buffer
\n
"
,
PROTOCOL_RLC_AM_CTXT_ARGS
(
ctxt_pP
,
rlc_pP
),
tx_data_pdu_buffer_p
->
sn
);
break
;
}
else
...
...
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