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
51e1fcc2
Commit
51e1fcc2
authored
Apr 22, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
e932cdac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+0
-24
No files found.
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
51e1fcc2
...
...
@@ -447,30 +447,6 @@ schedule_ue_spec(
void
*
DLSCH_dci
;
DCI_PDU
*
DCI_pdu
=
&
eNB
->
common_channels
[
0
/* CC_id */
].
DCI_pdu
;
int
loop
=
10
*
20
;
while
(
loop
)
{
req
.
sfnSf
=
frameP
*
16
+
subframeP
;
req
.
nr_dlInfoList
=
0
;
req
.
dlInfoList
=
NULL
;
req
.
nr_vendorSpecificList
=
0
;
req
.
vendorSpecificList
=
NULL
;
LOG_I
(
MAC
,
"calling SchedDlTriggerReq
\n
"
);
SchedDlTriggerReq
(
fapi
->
sched
,
&
req
);
LOG_I
(
MAC
,
"calling SchedDlConfigInd
\n
"
);
SchedDlConfigInd
(
fapi
,
&
ind
);
LOG_I
(
MAC
,
"SchedDlConfigInd returns ind.nr_buildDataList %d
\n
"
,
ind
.
nr_buildDataList
);
LOG_I
(
MAC
,
"SchedDlConfigInd returns ind.nr_buildRARList %d
\n
"
,
ind
.
nr_buildRARList
);
LOG_I
(
MAC
,
"SchedDlConfigInd returns ind.nr_buildBroadcastList %d
\n
"
,
ind
.
nr_buildBroadcastList
);
subframeP
++
;
if
(
subframeP
==
10
)
{
subframeP
=
0
;
frameP
++
;
if
(
frameP
==
1024
)
frameP
=
0
;
}
loop
--
;
}
exit
(
0
);
/* let's only schedule subframe 2 for the moment */
if
(
subframeP
!=
2
)
return
;
...
...
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