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
spbro
OpenXG-RAN
Commits
39bdc2bc
Commit
39bdc2bc
authored
Feb 06, 2017
by
fnabet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Tx Status PDU
parent
ab2c1fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_status_report.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_status_report.c
+1
-1
No files found.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_status_report.c
View file @
39bdc2bc
...
@@ -511,7 +511,7 @@ rlc_am_send_status_pdu(
...
@@ -511,7 +511,7 @@ rlc_am_send_status_pdu(
/* Set E1 for next NACK_SN. The last one will be cleared */
/* Set E1 for next NACK_SN. The last one will be cleared */
control_pdu_info
.
nack_list
[
control_pdu_info
.
num_nack
].
e1
=
1
;
control_pdu_info
.
nack_list
[
control_pdu_info
.
num_nack
].
e1
=
1
;
control_pdu_info
.
num_nack
+=
1
;
control_pdu_info
.
num_nack
+=
1
;
nb_bits_t
o_transmit
+=
(
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
));
nb_bits_t
ransmitted
+=
(
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
));
#if TRACE_RLC_AM_STATUS_CREATION
#if TRACE_RLC_AM_STATUS_CREATION
LOG_D
(
RLC
,
PROTOCOL_RLC_AM_CTXT_FMT
"[SEND-STATUS] LINE %d PREPARE SENDING NACK %04d
\n
"
,
LOG_D
(
RLC
,
PROTOCOL_RLC_AM_CTXT_FMT
"[SEND-STATUS] LINE %d PREPARE SENDING NACK %04d
\n
"
,
PROTOCOL_RLC_AM_CTXT_ARGS
(
ctxt_pP
,
rlc_pP
),
PROTOCOL_RLC_AM_CTXT_ARGS
(
ctxt_pP
,
rlc_pP
),
...
...
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