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
d8a83c1e
Commit
d8a83c1e
authored
May 14, 2024
by
brobert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sending vars through unique structure
parent
a1da6236
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2779 additions
and
849 deletions
+2779
-849
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
+883
-849
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
+1004
-0
openair1/PHY/defs_gNB.h
openair1/PHY/defs_gNB.h
+24
-0
openair1/PHY/defs_gNB.h~
openair1/PHY/defs_gNB.h~
+868
-0
No files found.
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
View file @
d8a83c1e
This diff is collapsed.
Click to expand it.
openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c~
0 → 100644
View file @
d8a83c1e
This diff is collapsed.
Click to expand it.
openair1/PHY/defs_gNB.h
View file @
d8a83c1e
...
...
@@ -757,6 +757,30 @@ typedef struct ulAntennaProc_s {
int
numAntennas
;
}
ulAntennaProc_t
;
typedef
struct
{
PHY_VARS_gNB
*
gNB
;
int
aarx
;
const
int
symbol_offset
;
c16_t
**
ul_ch_estimates
;
int
nl
;
int
ch_offset
;
const
int
symbolSize
;
nfapi_nr_pusch_pdu_t
*
pusch_pdu
;
const
int
chest_freq
;
c16_t
pilot
[
3280
]
__attribute__
((
aligned
(
32
)));
const
int
k0
;
const
int
nb_rb_pusch
;
unsigned
short
p
;
const
int
soffset
;
int
*
max_ch
;
c16_t
ul_ls_est
[
symbolSize
];
NR_gNB_PUSCH
*
pusch_vars
;
delay_t
*
delay
;
uint64_t
noise_amp2
;
int
nest_count
;
const
int
nushift
;
}
puschAntennaProc_t
;
struct
puschSymbolReqId
{
uint16_t
ulsch_id
;
uint16_t
frame
;
...
...
openair1/PHY/defs_gNB.h~
0 → 100644
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