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
Michael Black
OpenXG-RAN
Commits
ebfea5a0
Commit
ebfea5a0
authored
Feb 08, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix in txdataF_precoding initialization
parent
f056f0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/NR_TRANSPORT/nr_dlsch.c
openair1/PHY/NR_TRANSPORT/nr_dlsch.c
+1
-1
No files found.
openair1/PHY/NR_TRANSPORT/nr_dlsch.c
View file @
ebfea5a0
...
...
@@ -278,7 +278,7 @@ void nr_generate_pdsch(processingData_L1tx_t *msgTx,
int
txdataF_offset
=
(
slot
%
2
)
*
frame_parms
->
samples_per_slot_wCP
;
int16_t
**
txdataF_precoding
=
(
int16_t
**
)
malloc16
(
rel15
->
nrOfLayers
*
sizeof
(
int16_t
*
));
for
(
int
layer
=
0
;
layer
<
rel15
->
nrOfLayers
;
layer
++
)
txdataF_precoding
[
layer
]
=
(
int16_t
*
)
malloc16
(
2
*
14
*
frame_parms
->
ofdm_symbol_size
*
sizeof
(
int16_t
));
txdataF_precoding
[
layer
]
=
(
int16_t
*
)
malloc16
(
2
*
2
*
14
*
frame_parms
->
ofdm_symbol_size
*
sizeof
(
int16_t
));
#ifdef DEBUG_DLSCH_MAPPING
printf
(
"PDSCH resource mapping started (start SC %d
\t
start symbol %d
\t
N_PRB %d
\t
nb_re %d,nb_layers %d)
\n
"
,
...
...
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