Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
39bdc2bc
Commit
39bdc2bc
authored
Feb 06, 2017
by
fnabet
Browse files
fix Tx Status PDU
parent
ab2c1fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_status_report.c
View file @
39bdc2bc
...
...
@@ -511,7 +511,7 @@ rlc_am_send_status_pdu(
/* 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
.
num_nack
+=
1
;
nb_bits_
to_
transmit
+=
(
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
));
nb_bits_transmit
ted
+=
(
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
));
#if TRACE_RLC_AM_STATUS_CREATION
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
),
...
...
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