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
58af72a6
Commit
58af72a6
authored
Mar 18, 2021
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nr_dlsim for CI: use AWGN instead of Rayleigh1 channel by default
parent
62a1cf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+4
-3
No files found.
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
58af72a6
...
...
@@ -297,7 +297,7 @@ int main(int argc, char **argv)
//uint8_t frame_mod4,num_pdcch_symbols = 0;
SCM_t
channel_model
=
Rayleigh1
;
//
AWGN Rayleigh1 Rayleigh1_anticorr;
SCM_t
channel_model
=
AWGN
;
//
AWGN Rayleigh1 Rayleigh1_anticorr;
NB_UE_INST
=
1
;
//double pbch_sinr;
...
...
@@ -601,7 +601,8 @@ int main(int argc, char **argv)
InitSinLUT
();
get_softmodem_params
()
->
phy_test
=
1
;
get_softmodem_params
()
->
do_ra
=
0
;
if
(
snr1set
==
0
)
snr1
=
snr0
+
10
;
init_dlsch_tpool
(
dlsch_threads
);
...
...
@@ -874,7 +875,7 @@ int main(int argc, char **argv)
scheduled_response
.
CC_id
=
0
;
scheduled_response
.
frame
=
frame
;
scheduled_response
.
slot
=
slot
;
scheduled_response
.
thread_id
=
UE_proc
.
thread_id
;
scheduled_response
.
thread_id
=
0
;
nr_ue_phy_config_request
(
&
UE_mac
->
phy_config
);
//NR_COMMON_channels_t *cc = RC.nrmac[0]->common_channels;
...
...
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