Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
81ae8fb2
Commit
81ae8fb2
authored
8 years ago
by
Raymond Knopp
Browse files
Options
Downloads
Patches
Plain Diff
cleaned up formatting of CCE table trace in eNB_scheduler_primitives.c
parent
0dc55ec8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
+3
-2
3 additions, 2 deletions
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
with
3 additions
and
2 deletions
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
+
3
−
2
View file @
81ae8fb2
...
@@ -1010,10 +1010,11 @@ void dump_CCE_table(int *CCE_table,const int nCCE,const unsigned short rnti,cons
...
@@ -1010,10 +1010,11 @@ void dump_CCE_table(int *CCE_table,const int nCCE,const unsigned short rnti,cons
int
nb_candidates
=
0
,
i
;
int
nb_candidates
=
0
,
i
;
unsigned
int
Yk
;
unsigned
int
Yk
;
printf
(
"CCE 0: "
);
for
(
i
=
0
;
i
<
nCCE
;
i
++
)
{
for
(
i
=
0
;
i
<
nCCE
;
i
++
)
{
printf
(
"%1d."
,
CCE_table
[
i
]);
printf
(
"%1d."
,
CCE_table
[
i
]);
if
((
i
&
7
)
==
0
)
if
((
i
&
7
)
==
7
)
printf
(
"
\n
"
);
printf
(
"
\n
CCE %d:
"
);
}
}
Yk
=
(
unsigned
int
)
rnti
;
Yk
=
(
unsigned
int
)
rnti
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment