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
ab2c1fcc
Commit
ab2c1fcc
authored
Feb 06, 2017
by
gabrielC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix TStatus Prohibit 0ms
parent
483822d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
+0
-1
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_status_prohibit.c
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_status_prohibit.c
+1
-0
No files found.
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am.c
View file @
ab2c1fcc
...
...
@@ -445,7 +445,6 @@ rlc_am_get_pdus (
RLC_AM_CLEAR_ALL_STATUS
(
rlc_pP
->
status_requested
);
rlc_pP
->
status_buffer_occupancy
=
0
;
rlc_am_start_timer_status_prohibit
(
ctxt_pP
,
rlc_pP
);
RLC_AM_SET_STATUS
(
rlc_pP
->
status_requested
,
RLC_AM_STATUS_PROHIBIT
);
return
;
}
}
...
...
openair2/LAYER2/RLC/AM_v9.3.0/rlc_am_timer_status_prohibit.c
View file @
ab2c1fcc
...
...
@@ -112,6 +112,7 @@ rlc_am_start_timer_status_prohibit(
rlc_pP
->
t_status_prohibit
.
running
=
1
;
rlc_pP
->
t_status_prohibit
.
ms_time_out
=
rlc_pP
->
t_status_prohibit
.
ms_duration
+
PROTOCOL_CTXT_TIME_MILLI_SECONDS
(
ctxt_pP
);
rlc_pP
->
t_status_prohibit
.
ms_start
=
PROTOCOL_CTXT_TIME_MILLI_SECONDS
(
ctxt_pP
);
RLC_AM_SET_STATUS
(
rlc_pP
->
status_requested
,
RLC_AM_STATUS_PROHIBIT
);
LOG_D
(
RLC
,
PROTOCOL_RLC_AM_CTXT_FMT
"[T-STATUS-PROHIBIT] STARTED (TIME-OUT = %u ms)
\n
"
,
PROTOCOL_RLC_AM_CTXT_ARGS
(
ctxt_pP
,
rlc_pP
),
rlc_pP
->
t_status_prohibit
.
ms_time_out
);
...
...
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