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
canghaiwuhen
OpenXG-RAN
Commits
3a43c08a
Commit
3a43c08a
authored
Mar 13, 2017
by
fnabet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RLC AM fix RX Segment
parent
0e78513b
Changes
1
Show 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_rx_list.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_rx_list.c
+1
-1
No files found.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_rx_list.c
View file @
3a43c08a
...
...
@@ -176,7 +176,7 @@ mem_block_t * create_new_segment_from_pdu(
if
(
new_segment_p
!=
NULL
)
{
pdu_new_segment_info_p
=
&
((
rlc_am_rx_pdu_management_t
*
)(
new_segment_p
->
data
))
->
pdu_info
;
rlc_am_rx_pdu_management_t
*
pdu_cursor_mgnt_p
=
(
rlc_am_rx_pdu_management_t
*
)
(
new_segment_p
->
data
);
uint8_t
*
pdu_segment_header_p
=
&
(
new_segment_p
->
data
[
sizeof
(
mac_rlc_max_rx_header_size_t
)]);
uint8_t
*
pdu_segment_header_p
=
(
uint8_t
*
)
&
(
new_segment_p
->
data
[
sizeof
(
mac_rlc_max_rx_header_size_t
)]);
pdu_cursor_mgnt_p
->
segment_reassembled
=
RLC_AM_RX_PDU_SEGMENT_REASSEMBLE_NO
;
//to be updated after if SN = vrR
...
...
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