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
819c2353
Commit
819c2353
authored
Dec 08, 2015
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
L is log2(aggregation)
parent
47a33380
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+4
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
819c2353
...
@@ -559,7 +559,10 @@ void schedule_ue_spec(
...
@@ -559,7 +559,10 @@ void schedule_ue_spec(
DLSCH_dci
,
DLSCH_dci
,
d
->
rnti
,
d
->
rnti
,
sizeof
(
DCI1_5MHz_FDD_t
),
sizeof
(
DCI1_5MHz_FDD_t
),
d
->
dci
.
aggrLevel
,
/* process_ue_cqi (module_idP,UE_id),//aggregation, */
d
->
dci
.
aggrLevel
==
1
?
0
:
/* process_ue_cqi (module_idP,UE_id),//aggregation, */
d
->
dci
.
aggrLevel
==
2
?
1
:
d
->
dci
.
aggrLevel
==
4
?
2
:
3
,
sizeof_DCI1_5MHz_FDD_t
,
sizeof_DCI1_5MHz_FDD_t
,
format1
,
format1
,
0
);
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