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
9ec8fe49
Commit
9ec8fe49
authored
Oct 17, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accept to schedule 0 RLC PDU (fapi scheduler only sends MAC CE activation/deactivation)
parent
afb608c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openair2/LAYER2/MAC/eNB_scheduler.c
openair2/LAYER2/MAC/eNB_scheduler.c
+3
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
9ec8fe49
...
...
@@ -889,7 +889,7 @@ static void fapi_schedule_ue(int module_id, int CC_id, int frame, int subframe,
return
;
}
if
(
d
->
nr_rlcPDU_List
[
0
]
!=
1
)
{
printf
(
"%s:%d:%s: TODO
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
);
return
;
}
if
(
d
->
nr_rlcPDU_List
[
0
]
>
1
)
{
printf
(
"%s:%d:%s: TODO (d->nr_rlcPDU_List[0] %d)
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
,
d
->
nr_rlcPDU_List
[
0
]
);
return
;
}
#if MEGALOG
static
char
*
X
[]
=
{
"ONE"
,
"ONE_A"
,
"ONE_B"
,
"ONE_C"
,
"ONE_D"
,
"TWO"
,
"TWO_A"
,
"TWO_B"
};
...
...
@@ -935,7 +935,8 @@ printf("fsf %d/%d rnti %d rbBitmap %x rbShift %d rbgSubset %d resAlloc %d nr_of_
printf
(
"RUN fapi_schedule_ue
\n
"
);
#endif
if
(
d
->
nr_rlcPDU_List
[
0
]
!=
1
)
{
printf
(
"%s:%d:%s: TODO
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
);
abort
();
}
/* TODO: support more than one RLC PDU */
if
(
d
->
nr_rlcPDU_List
[
0
]
>
1
)
{
printf
(
"%s:%d:%s: TODO
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
);
abort
();
}
if
(
d
->
nr_rlcPDU_List
[
1
]
!=
0
)
{
printf
(
"%s:%d:%s: TODO
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
);
abort
();
}
if
(
d
->
ceBitmap
[
1
])
{
printf
(
"%s:%d:%s: TODO
\n
"
,
__FILE__
,
__LINE__
,
__FUNCTION__
);
abort
();
}
if
(
d
->
servCellIndex
!=
0
&&
...
...
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