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
zzha zzha
OpenXG-RAN
Commits
0ebec67d
Commit
0ebec67d
authored
Jan 10, 2023
by
Roberto Louro Magueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dl_ch_estimates size for nr_dlsch_extract_rbs() function
parent
0b24b5f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
+4
-2
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
+3
-2
No files found.
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
View file @
0ebec67d
...
@@ -283,6 +283,7 @@ int nr_rx_pdsch(PHY_VARS_NR_UE *ue,
...
@@ -283,6 +283,7 @@ int nr_rx_pdsch(PHY_VARS_NR_UE *ue,
nr_dlsch_extract_rbs
(
ue
->
frame_parms
.
samples_per_slot_wCP
,
nr_dlsch_extract_rbs
(
ue
->
frame_parms
.
samples_per_slot_wCP
,
rxdataF
,
rxdataF
,
rx_size
,
rx_size
,
pdsch_est_size
,
dl_ch_estimates
,
dl_ch_estimates
,
rxdataF_ext
,
rxdataF_ext
,
dl_ch_estimates_ext
,
dl_ch_estimates_ext
,
...
@@ -1599,8 +1600,9 @@ void nr_dlsch_channel_level_median(uint32_t rx_size,
...
@@ -1599,8 +1600,9 @@ void nr_dlsch_channel_level_median(uint32_t rx_size,
void
nr_dlsch_extract_rbs
(
uint32_t
rxdataF_sz
,
void
nr_dlsch_extract_rbs
(
uint32_t
rxdataF_sz
,
c16_t
rxdataF
[][
rxdataF_sz
],
c16_t
rxdataF
[][
rxdataF_sz
],
uint32_t
rx_size
,
const
uint32_t
rx_size
,
int32_t
dl_ch_estimates
[][
rx_size
],
const
uint32_t
pdsch_est_size
,
int32_t
dl_ch_estimates
[][
pdsch_est_size
],
int32_t
rxdataF_ext
[][
rx_size
],
int32_t
rxdataF_ext
[][
rx_size
],
int32_t
dl_ch_estimates_ext
[][
rx_size
],
int32_t
dl_ch_estimates_ext
[][
rx_size
],
unsigned
char
symbol
,
unsigned
char
symbol
,
...
...
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
View file @
0ebec67d
...
@@ -545,8 +545,9 @@ void nr_dlsch_256qam_llr(NR_DL_FRAME_PARMS *frame_parms,
...
@@ -545,8 +545,9 @@ void nr_dlsch_256qam_llr(NR_DL_FRAME_PARMS *frame_parms,
*/
*/
void
nr_dlsch_extract_rbs
(
uint32_t
rxdataF_sz
,
void
nr_dlsch_extract_rbs
(
uint32_t
rxdataF_sz
,
c16_t
rxdataF
[][
rxdataF_sz
],
c16_t
rxdataF
[][
rxdataF_sz
],
uint32_t
rx_size
,
const
uint32_t
rx_size
,
int32_t
dl_ch_estimates
[][
rx_size
],
const
uint32_t
pdsch_est_size
,
int32_t
dl_ch_estimates
[][
pdsch_est_size
],
int32_t
rxdataF_ext
[][
rx_size
],
int32_t
rxdataF_ext
[][
rx_size
],
int32_t
dl_ch_estimates_ext
[][
rx_size
],
int32_t
dl_ch_estimates_ext
[][
rx_size
],
unsigned
char
symbol
,
unsigned
char
symbol
,
...
...
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