Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
e1bf6233
Commit
e1bf6233
authored
May 16, 2016
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removal of mod_sym_t
parent
3b422bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
+5
-5
No files found.
openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
View file @
e1bf6233
...
...
@@ -140,7 +140,7 @@ uint32_t FOUR[2]={0,4};
uint32_t
TWO
[
2
]
=
{
0
,
2
};
int
allocate_REs_in_RB_no_pilots_16QAM_siso
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
mod_sym_t
**
txdataF
,
int32_t
*
**
txdataF
,
uint32_t
*
jj
,
uint32_t
*
jj2
,
uint16_t
re_offset
,
...
...
@@ -213,7 +213,7 @@ int allocate_REs_in_RB_no_pilots_16QAM_siso(LTE_DL_FRAME_PARMS *frame_parms,
}
int
allocate_REs_in_RB_pilots_16QAM_siso
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
mod_sym_t
**
txdataF
,
int32_t
*
**
txdataF
,
uint32_t
*
jj
,
uint32_t
*
jj2
,
uint16_t
re_offset
,
...
...
@@ -295,7 +295,7 @@ int allocate_REs_in_RB_pilots_16QAM_siso(LTE_DL_FRAME_PARMS *frame_parms,
}
int
allocate_REs_in_RB_no_pilots_64QAM_siso
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
mod_sym_t
**
txdataF
,
int32_t
*
**
txdataF
,
uint32_t
*
jj
,
uint32_t
*
jj2
,
uint16_t
re_offset
,
...
...
@@ -377,7 +377,7 @@ int allocate_REs_in_RB_no_pilots_64QAM_siso(LTE_DL_FRAME_PARMS *frame_parms,
}
int
allocate_REs_in_RB_pilots_64QAM_siso
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
mod_sym_t
**
txdataF
,
int32_t
*
**
txdataF
,
uint32_t
*
jj
,
uint32_t
*
jj2
,
uint16_t
re_offset
,
...
...
@@ -1514,7 +1514,7 @@ int dlsch_modulation(int32_t **txdataF,
int16_t
qam16_table_a1
[
4
],
qam64_table_a1
[
8
],
qam16_table_b1
[
4
],
qam64_table_b1
[
8
];
int16_t
*
qam_table_s0
=
NULL
,
*
qam_table_s1
=
NULL
;
int
(
*
allocate_REs
)(
LTE_DL_FRAME_PARMS
*
,
mod_sym_t
**
,
int32_t
*
**
,
uint32_t
*
,
uint32_t
*
,
uint16_t
,
...
...
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