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
ZhouShuya
OpenXG-RAN
Commits
04c24ff6
Commit
04c24ff6
authored
Mar 27, 2019
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor cleanup
parent
daee800e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
+2
-5
No files found.
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
View file @
04c24ff6
...
...
@@ -1117,6 +1117,8 @@ schedule_ulsch(module_id_t module_idP,
eNB_MAC_INST
*
mac
=
NULL
;
slice_info_t
*
sli
=
NULL
;
COMMON_channels_t
*
cc
=
NULL
;
int
sched_subframe
;
int
sched_frame
;
/* Init */
mac
=
RC
.
mac
[
module_idP
];
...
...
@@ -1125,11 +1127,6 @@ schedule_ulsch(module_id_t module_idP,
start_meas
(
&
(
mac
->
schedule_ulsch
));
/* Second setup step */
int
sched_subframe
=
0
;
int
sched_frame
=
0
;
/* Second init step */
sched_subframe
=
(
subframeP
+
4
)
%
10
;
sched_frame
=
frameP
;
cc
=
mac
->
common_channels
;
...
...
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