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
9eb1d245
Commit
9eb1d245
authored
Nov 11, 2022
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix size of arrays n0_subband_power and n0_subband_power_dB
parent
b257959d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/defs_gNB.h
openair1/PHY/defs_gNB.h
+2
-2
No files found.
openair1/PHY/defs_gNB.h
View file @
9eb1d245
...
...
@@ -648,9 +648,9 @@ typedef struct {
//! estimated avg noise power (dB)
unsigned
int
n0_power_tot_dB
;
//! estimated avg noise power per RB per RX ant (lin)
unsigned
int
n0_subband_power
[
MAX_NUM_RU_PER_gNB
][
275
];
unsigned
int
n0_subband_power
[
NB_ANTENNAS_RX
][
275
];
//! estimated avg noise power per RB per RX ant (dB)
unsigned
int
n0_subband_power_dB
[
MAX_NUM_RU_PER_gNB
][
275
];
unsigned
int
n0_subband_power_dB
[
NB_ANTENNAS_RX
][
275
];
//! estimated avg subband noise power (dB)
unsigned
int
n0_subband_power_avg_dB
;
//! estimated avg subband noise power per antenna (dB)
...
...
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