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
Michael Black
OpenXG-RAN
Commits
b2798434
Commit
b2798434
authored
Apr 11, 2018
by
wujing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ct test bug 2_37 2_72
parent
7b0231f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-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
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
+2
-0
No files found.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_status_report.c
View file @
b2798434
...
...
@@ -617,7 +617,7 @@ rlc_am_send_status_pdu(
}
/* First ensure there is enough TBS for at least 1 SOStart/SOEnd, else break */
if
((
nb_bits_transmitted
+
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
)
+
(
RLC_AM_STATUS_PDU_SO_LENGTH
<<
1
))
<=
nb_bits_to_transmit
)
{
else
if
((
nb_bits_transmitted
+
RLC_AM_SN_BITS
+
(
RLC_AM_PDU_E_BITS
<<
1
)
+
(
RLC_AM_STATUS_PDU_SO_LENGTH
<<
1
))
<=
nb_bits_to_transmit
)
{
/* Init loop flags */
/* Check lsf */
segment_loop_end
=
(
pdu_info_cursor_p
->
lsf
==
1
);
...
...
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
View file @
b2798434
...
...
@@ -571,6 +571,8 @@ rlc_um_mac_data_request (const protocol_ctxt_t* const ctxt_pP, void *rlc_pP,cons
//AssertFatal( tb_size_in_bytes > 0 , "RLC UM PDU LENGTH %d", tb_size_in_bytes);
if
(
tb_size_in_bytes
<=
0
)
{
LOG_E
(
RLC
,
"RLC UM PDU LENGTH %d
\n
"
,
tb_size_in_bytes
);
tb_p
=
tb_p
->
next
;
continue
;
}
#if TRACE_RLC_UM_PDU || MESSAGE_CHART_GENERATOR
...
...
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