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
d69390c2
Commit
d69390c2
authored
Jan 08, 2018
by
Xu Bo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused comment
parent
1c1a01ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
openair2/LAYER2/MAC/pre_processor.c
openair2/LAYER2/MAC/pre_processor.c
+12
-5
No files found.
openair2/LAYER2/MAC/pre_processor.c
View file @
d69390c2
...
...
@@ -2365,11 +2365,14 @@ void ulsch_scheduler_pre_ue_select(
}
// UE round >0
for
(
UE_id
=
0
;
UE_id
<
NUMBER_OF_UE_MAX
;
UE_id
++
)
{
if
(
UE_list
->
active
[
UE_id
]
==
FALSE
)
continue
;
rnti
=
UE_RNTI
(
module_idP
,
UE_id
);
CC_id
=
UE_PCCID
(
module_idP
,
UE_id
);
if
(
rnti
==
NOT_A_RNTI
)
continue
;
CC_id
=
UE_PCCID
(
module_idP
,
UE_id
);
if
(
UE_list
->
UE_template
[
CC_id
][
UE_id
].
configured
==
FALSE
)
continue
;
...
...
@@ -2473,11 +2476,18 @@ void ulsch_scheduler_pre_ue_select(
}
for
(
UE_id
=
0
;
UE_id
<
NUMBER_OF_UE_MAX
;
UE_id
++
)
{
if
(
UE_list
->
active
[
UE_id
]
==
FALSE
)
continue
;
rnti
=
UE_RNTI
(
module_idP
,
UE_id
);
CC_id
=
UE_PCCID
(
module_idP
,
UE_id
);
if
(
rnti
==
NOT_A_RNTI
)
continue
;
CC_id
=
UE_PCCID
(
module_idP
,
UE_id
);
if
(
UE_id
>
last_ulsch_ue_id
[
CC_id
])
continue
;
if
(
UE_list
->
UE_template
[
CC_id
][
UE_id
].
configured
==
FALSE
)
continue
;
...
...
@@ -2496,9 +2506,6 @@ void ulsch_scheduler_pre_ue_select(
}
}
if
(
UE_id
>
last_ulsch_ue_id
[
CC_id
])
continue
;
for
(
i
=
0
;
i
<
ulsch_ue_select
[
CC_id
].
ue_num
;
i
++
){
if
(
ulsch_ue_select
[
CC_id
].
list
[
i
].
UE_id
==
UE_id
){
break
;
...
...
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