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
lizhongxiao
OpenXG-RAN
Commits
aa9858eb
Commit
aa9858eb
authored
Oct 03, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fapi: minor change printf log
parent
ac9f859a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
openair2/LAYER2/MAC/eNB_scheduler.c
openair2/LAYER2/MAC/eNB_scheduler.c
+8
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
aa9858eb
...
...
@@ -766,7 +766,9 @@ static void fapi_schedule_retransmission_ue(int module_id, int CC_id, int frame,
static
char
*
X
[]
=
{
"ONE"
,
"ONE_A"
,
"ONE_B"
,
"ONE_C"
,
"ONE_D"
,
"TWO"
,
"TWO_A"
,
"TWO_B"
};
static
char
*
Y
[]
=
{
"VRB_DISTRIBUTED"
,
"VRB_LOCALIZED"
};
printf
(
"RETR rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %d tbsSize[0] %d mcs[0] %d (latest %d) ndi[0] %d rv[0] %d cceIndex %d aggrLevel %d precodingInfo %d format %s tpc %d harqProcess %d vrbFormat %s tbSwap %d spsRelease %d preambleIndex %d prachMaskIndex %d nGap %d dlPowerOffset %d pdcchPowerOffset %d cifPresent %d
\n
"
,
printf
(
"RETR fsf %d/%d rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %d tbsSize[0] %d mcs[0] %d (latest %d) ndi[0] %d rv[0] %d cceIndex %d aggrLevel %d precodingInfo %d format %s tpc %d harqProcess %d vrbFormat %s tbSwap %d spsRelease %d preambleIndex %d prachMaskIndex %d nGap %d dlPowerOffset %d pdcchPowerOffset %d cifPresent %d
\n
"
,
frame
,
subframe
,
d
->
dci
.
rnti
,
d
->
dci
.
rbBitmap
,
d
->
dci
.
rbShift
,
...
...
@@ -791,6 +793,7 @@ printf("RETR rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %
d
->
dci
.
prachMaskIndex
,
d
->
dci
.
nGap
+
1
,
d
->
dci
.
dlPowerOffset
,
d
->
dci
.
pdcchPowerOffset
,
d
->
dci
.
cifPresent
);
/* TODO: deal with MCS 29-31 in the PHY layer
* in the meantime, let's replace with the last used MCS
...
...
@@ -863,7 +866,9 @@ if (d->nr_rlcPDU_List[0] != 1) { printf("%s:%d:%s: TODO\n", __FILE__, __LINE__,
static
char
*
X
[]
=
{
"ONE"
,
"ONE_A"
,
"ONE_B"
,
"ONE_C"
,
"ONE_D"
,
"TWO"
,
"TWO_A"
,
"TWO_B"
};
static
char
*
Y
[]
=
{
"VRB_DISTRIBUTED"
,
"VRB_LOCALIZED"
};
printf
(
"rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %d tbsSize[0] %d mcs[0] %d ndi[0] %d rv[0] %d cceIndex %d aggrLevel %d precodingInfo %d format %s tpc %d harqProcess %d vrbFormat %s tbSwap %d spsRelease %d preambleIndex %d prachMaskIndex %d nGap %d dlPowerOffset %d pdcchPowerOffset %d cifPresent %d
\n
"
,
printf
(
"fsf %d/%d rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %d tbsSize[0] %d mcs[0] %d ndi[0] %d rv[0] %d cceIndex %d aggrLevel %d precodingInfo %d format %s tpc %d harqProcess %d vrbFormat %s tbSwap %d spsRelease %d preambleIndex %d prachMaskIndex %d nGap %d dlPowerOffset %d pdcchPowerOffset %d cifPresent %d
\n
"
,
frame
,
subframe
,
d
->
dci
.
rnti
,
d
->
dci
.
rbBitmap
,
d
->
dci
.
rbShift
,
...
...
@@ -887,6 +892,7 @@ printf("rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_tbs %d tbs
d
->
dci
.
prachMaskIndex
,
d
->
dci
.
nGap
+
1
,
d
->
dci
.
dlPowerOffset
,
d
->
dci
.
pdcchPowerOffset
,
d
->
dci
.
cifPresent
);
/* generate DCI */
...
...
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