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
canghaiwuhen
OpenXG-RAN
Commits
859a19f0
Commit
859a19f0
authored
Sep 08, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a TODO for cyclic shift / n2Dmrs translation (not done, maybe to be done)
parent
e194afc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair2/LAYER2/MAC/eNB_scheduler.c
openair2/LAYER2/MAC/eNB_scheduler.c
+4
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
859a19f0
...
@@ -405,7 +405,10 @@ static void fapi_convert_ul_5MHz_FDD(module_id_t module_idP, int CC_id,
...
@@ -405,7 +405,10 @@ static void fapi_convert_ul_5MHz_FDD(module_id_t module_idP, int CC_id,
dci
->
tpc
==
1
?
2
:
dci
->
tpc
==
1
?
2
:
dci
->
tpc
==
3
?
3
:
dci
->
tpc
==
3
?
3
:
(
printf
(
"%s:%d: error (tpc = %d)
\n
"
,
__FUNCTION__
,
__LINE__
,
dci
->
tpc
),
abort
(),
0
);
(
printf
(
"%s:%d: error (tpc = %d)
\n
"
,
__FUNCTION__
,
__LINE__
,
dci
->
tpc
),
abort
(),
0
);
d
->
cshift
=
dci
->
n2Dmrs
;
d
->
cshift
=
dci
->
n2Dmrs
;
/* TODO: this may be wrong,
* see openair1/PHY/LTE_TRANSPORT/dci_tools.c:generate_eNB_ulsch_params_from_dci
* there is a translation between those
*/
d
->
cqi_req
=
dci
->
cqiRequest
;
d
->
cqi_req
=
dci
->
cqiRequest
;
d
->
padding
=
0
;
d
->
padding
=
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