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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
82fbb6bb
Commit
82fbb6bb
authored
Jan 27, 2025
by
Bartosz Podrygajlo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused noise_power_dB field in rfsimulator_state_t
parent
6d9c2c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
radio/rfsimulator/simulator.c
radio/rfsimulator/simulator.c
+1
-2
No files found.
radio/rfsimulator/simulator.c
View file @
82fbb6bb
...
...
@@ -177,7 +177,6 @@ typedef struct {
double
chan_pathloss
;
double
chan_forgetfact
;
uint64_t
chan_offset
;
float
noise_power_dB
;
void
*
telnetcmd_qid
;
poll_telnetcmdq_func_t
poll_telnetcmdq
;
int
wait_timeout
;
...
...
@@ -456,7 +455,7 @@ static int rfsimu_setchanmod_cmd(char *buff, int debug, telnet_printfunc_t prnt,
t
->
chan_forgetfact
,
// forgetting_factor
t
->
chan_offset
,
// propagation delay in samples
t
->
chan_pathloss
,
t
->
noise_power_dB
);
// path_loss in dB
0
);
// noise_power
set_channeldesc_owner
(
newmodel
,
RFSIMU_MODULEID
);
set_channeldesc_name
(
newmodel
,
modelname
);
random_channel
(
newmodel
,
false
);
...
...
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