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
spbro
OpenXG-RAN
Commits
43b826e9
Commit
43b826e9
authored
May 14, 2024
by
brobert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sending vars through unique structure
parent
d8a83c1e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1883 deletions
+10
-1883
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
+2
-3
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
+0
-1004
openair1/PHY/defs_gNB.h
openair1/PHY/defs_gNB.h
+8
-8
openair1/PHY/defs_gNB.h~
openair1/PHY/defs_gNB.h~
+0
-868
No files found.
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
View file @
43b826e9
...
...
@@ -65,7 +65,7 @@ __attribute__((always_inline)) inline c16_t c32x16cumulVectVectWithSteps(c16_t *
}
int
inner_channel_estimation
(
inner_channel_estimation_params
*
rdata
)
{
int
inner_channel_estimation
(
puschAntennaProc_t
*
rdata
)
{
PHY_VARS_gNB
*
gNB
=
rdata
->
gNB
;
int
aarx
=
rdata
->
aarx
;
const
int
symbol_offset
=
rdata
->
symbol_offset
;
...
...
@@ -513,9 +513,8 @@ int nr_pusch_channel_estimation(PHY_VARS_gNB *gNB,
rdata
->
gNB
=
gNB
;
rdata
->
nb_antennas_rx
=
gNB
->
frame_parms
.
nb_antennas_rx
rdata
->
symbol_offset
=
symbol_offset
;
r
tad
a
->
ul_ch_estimates
=
ul_ch_estimates
;
r
dat
a
->
ul_ch_estimates
=
ul_ch_estimates
;
rdata
->
nl
=
nl
;
rdata
->
ch_offset
=
ch_offset
;
rdata
->
symbolSize
=
symbolSize
;
...
...
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
deleted
100644 → 0
View file @
d8a83c1e
This diff is collapsed.
Click to expand it.
openair1/PHY/defs_gNB.h
View file @
43b826e9
...
...
@@ -760,25 +760,25 @@ typedef struct ulAntennaProc_s {
typedef
struct
{
PHY_VARS_gNB
*
gNB
;
int
aarx
;
const
int
symbol_offset
;
int
symbol_offset
;
c16_t
**
ul_ch_estimates
;
int
nl
;
int
ch_offset
;
const
int
symbolSize
;
int
symbolSize
;
nfapi_nr_pusch_pdu_t
*
pusch_pdu
;
const
int
chest_freq
;
int
chest_freq
;
c16_t
pilot
[
3280
]
__attribute__
((
aligned
(
32
)));
const
int
k0
;
const
int
nb_rb_pusch
;
int
k0
;
int
nb_rb_pusch
;
unsigned
short
p
;
const
int
soffset
;
int
soffset
;
int
*
max_ch
;
c16_t
ul_ls_est
[
symbolSize
]
;
c16_t
*
ul_ls_est
;
NR_gNB_PUSCH
*
pusch_vars
;
delay_t
*
delay
;
uint64_t
noise_amp2
;
int
nest_count
;
const
int
nushift
;
int
nushift
;
}
puschAntennaProc_t
;
struct
puschSymbolReqId
{
...
...
openair1/PHY/defs_gNB.h~
deleted
100644 → 0
View file @
d8a83c1e
This diff is collapsed.
Click to expand it.
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