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
alex037yang
OpenXG-RAN
Commits
94ac102f
Commit
94ac102f
authored
Aug 29, 2017
by
fnabet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update UE RRC timers only once per subframe
parent
b10df82b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
33 deletions
+36
-33
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+36
-33
No files found.
openair2/LAYER2/MAC/ue_procedures.c
View file @
94ac102f
...
...
@@ -1928,7 +1928,7 @@ ue_scheduler(
//if (subframe%5 == 0)
//LG#ifdef EXMIMO
//#ifdef UE_NR_PHY_DEMO
// call pdcp_run every subframe on TTI0. To check later if OK
//
NR demo:
call pdcp_run every subframe on TTI0. To check later if OK
if
(
isNewTxSubframe
)
//#endif
{
...
...
@@ -1944,6 +1944,8 @@ ue_scheduler(
UE_mac_inst
[
module_idP
].
rxNRTti
=
rxNRTtiP
;
//#endif
//NR demo: update RRC timers and check RRC state only once per subframe
if
(
isNewTxSubframe
)
{
#ifdef CELLULAR
rrc_rx_tx
(
module_idP
,
txFrameP
,
0
,
eNB_indexP
);
#else
...
...
@@ -1995,6 +1997,7 @@ ue_scheduler(
}
#endif
}
// Check Contention resolution timer (put in a function later)
if
(
UE_mac_inst
[
module_idP
].
RA_contention_resolution_timer_active
==
1
)
{
...
...
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