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
Michael Black
OpenXG UE
Commits
3a6b5956
Commit
3a6b5956
authored
Mar 02, 2018
by
Cedric Roux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hotfix-rlc-2018-w09' into develop
parents
b598fbce
934f0bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_segment.c
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_segment.c
+4
-4
No files found.
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_segment.c
View file @
3a6b5956
...
@@ -172,7 +172,7 @@ rlc_um_segment_10 (const protocol_ctxt_t* const ctxt_pP, rlc_um_entity_t *rlc_pP
...
@@ -172,7 +172,7 @@ rlc_um_segment_10 (const protocol_ctxt_t* const ctxt_pP, rlc_um_entity_t *rlc_pP
test_pdu_remaining_size
=
0
;
test_pdu_remaining_size
=
0
;
test_remaining_size_to_substract
=
0
;
test_remaining_size_to_substract
=
0
;
test_remaining_num_li_to_substract
=
0
;
test_remaining_num_li_to_substract
=
0
;
pdu_remaining_size
=
pdu_remaining_size
-
(
test_li_length_in_bytes
^
3
);
//
pdu_remaining_size = pdu_remaining_size - (test_li_length_in_bytes ^ 3);
}
else
if
((
sdu_mngt_p
->
sdu_remaining_size
+
(
test_li_length_in_bytes
^
3
))
<
test_pdu_remaining_size
)
{
}
else
if
((
sdu_mngt_p
->
sdu_remaining_size
+
(
test_li_length_in_bytes
^
3
))
<
test_pdu_remaining_size
)
{
test_num_li
+=
1
;
test_num_li
+=
1
;
num_fill_sdu
+=
1
;
num_fill_sdu
+=
1
;
...
@@ -365,9 +365,9 @@ rlc_um_segment_10 (const protocol_ctxt_t* const ctxt_pP, rlc_um_entity_t *rlc_pP
...
@@ -365,9 +365,9 @@ rlc_um_segment_10 (const protocol_ctxt_t* const ctxt_pP, rlc_um_entity_t *rlc_pP
sdu_mngt_p
->
sdu_remaining_size
,
sdu_mngt_p
->
sdu_remaining_size
,
pdu_remaining_size
-
sdu_mngt_p
->
sdu_remaining_size
);
pdu_remaining_size
-
sdu_mngt_p
->
sdu_remaining_size
);
#endif
#endif
#if !EXMIMO
//
#if !EXMIMO
assert
(
1
!=
1
);
//
assert(1!=1);
#endif
//
#endif
memcpy
(
data
,
data_sdu_p
,
sdu_mngt_p
->
sdu_remaining_size
);
memcpy
(
data
,
data_sdu_p
,
sdu_mngt_p
->
sdu_remaining_size
);
// reduce the size of the PDU
// reduce the size of the PDU
continue_fill_pdu_with_sdu
=
0
;
continue_fill_pdu_with_sdu
=
0
;
...
...
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