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
a5f7a988
Commit
a5f7a988
authored
Dec 07, 2020
by
wangdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
4b0c37c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
openair2/LAYER2/MAC/pre_processor.c
openair2/LAYER2/MAC/pre_processor.c
+0
-8
No files found.
openair2/LAYER2/MAC/pre_processor.c
View file @
a5f7a988
...
@@ -505,19 +505,11 @@ skip_ue:
...
@@ -505,19 +505,11 @@ skip_ue:
//* 分配的结果:将结果都存储到了 ue_ctrl->rballoc_sub_UE[CC_id][rbg] 之中!!!,最后所有rbg都分配
//* 分配的结果:将结果都存储到了 ue_ctrl->rballoc_sub_UE[CC_id][rbg] 之中!!!,最后所有rbg都分配
}
}
<<<<<<<
HEAD
default_sched_dl_algo_t
round_robin_dl
=
{
default_sched_dl_algo_t
round_robin_dl
=
{
.
name
=
"round_robin_dl"
,
.
name
=
"round_robin_dl"
,
.
setup
=
rr_dl_setup
,
.
setup
=
rr_dl_setup
,
.
unset
=
rr_dl_unset
,
.
unset
=
rr_dl_unset
,
.
run
=
rr_dl_run
,
.
run
=
rr_dl_run
,
=======
default_sched_dl_algo_t
ai_dl
=
{
.
name
=
"ai_dl"
,
.
setup
=
ai_dl_setup
,
.
unset
=
ai_dl_unset
,
.
run
=
ai_dl_run
,
>>>>>>>
ade89ea2c860b72d368b3c03089889a6211e9255
.
data
=
NULL
.
data
=
NULL
};
};
...
...
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