Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AIEngine
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-AIEngine
Commits
8777b70f
Commit
8777b70f
authored
Oct 21, 2020
by
wangdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Bugs
parent
1a2c1680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
openair2/LAYER2/MAC/pre_processor.c
openair2/LAYER2/MAC/pre_processor.c
+5
-5
No files found.
openair2/LAYER2/MAC/pre_processor.c
View file @
8777b70f
...
...
@@ -703,7 +703,8 @@ dlsch_scheduler_pre_processor(module_id_t Mod_id,
cur
=
&
UE_to_sched
.
next
[
UE_id
];
}
*
cur
=
-
1
;
//debug : 查看无数据传送时调度如何取消?
printf
(
"debug : 707@/root/oai/openairinterface5g/openair2/LAYER2/MAC/pre_processor.c"
);
if
(
UE_to_sched
.
head
<
0
)
return
;
...
...
@@ -718,7 +719,8 @@ dlsch_scheduler_pre_processor(module_id_t Mod_id,
rbgalloc_mask
[
i
]
&=
!
vrb_map
[
RBGsize
*
i
+
j
];
n_rbg_sched
+=
rbgalloc_mask
[
i
];
}
printf
(
"debug : 721@/root/oai/openairinterface5g/openair2/LAYER2/MAC/pre_processor.c"
);
mac
->
pre_processor_dl
.
dl_algo
.
run
(
Mod_id
,
CC_id
,
frameP
,
...
...
@@ -1136,8 +1138,7 @@ void ulsch_scheduler_pre_processor(module_id_t Mod_id,
cur
=
&
UE_to_sched
.
next
[
UE_id
];
}
*
cur
=
-
1
;
//debug : 查看无数据传送时调度如何取消?
printf
(
"debug : 1139@/root/oai/openairinterface5g/openair2/LAYER2/MAC/pre_processor.c"
)
if
(
UE_to_sched
.
head
<
0
)
return
;
...
...
@@ -1156,7 +1157,6 @@ void ulsch_scheduler_pre_processor(module_id_t Mod_id,
rbs
[
n_contig
-
1
].
length
=
i
-
rbs
[
n_contig
-
1
].
start
;
}
}
printf
(
"debug : 1158@/root/oai/openairinterface5g/openair2/LAYER2/MAC/pre_processor.c"
)
mac
->
pre_processor_ul
.
ul_algo
.
run
(
Mod_id
,
CC_id
,
frameP
,
...
...
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