Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
26629254
Commit
26629254
authored
Feb 06, 2017
by
fnabet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Tx Status PDU
parent
8f49f7d2
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 @
26629254
...
...
@@ -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_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
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