Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
4bb4a387
Commit
4bb4a387
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
2cc7dace
Changes
1
Show 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 @
4bb4a387
...
@@ -297,7 +297,7 @@ int main(int argc, char **argv)
...
@@ -297,7 +297,7 @@ int main(int argc, char **argv)
//uint8_t frame_mod4,num_pdcch_symbols = 0;
//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
;
NB_UE_INST
=
1
;
//double pbch_sinr;
//double pbch_sinr;
...
@@ -601,6 +601,7 @@ int main(int argc, char **argv)
...
@@ -601,6 +601,7 @@ int main(int argc, char **argv)
InitSinLUT
();
InitSinLUT
();
get_softmodem_params
()
->
phy_test
=
1
;
get_softmodem_params
()
->
phy_test
=
1
;
get_softmodem_params
()
->
do_ra
=
0
;
if
(
snr1set
==
0
)
if
(
snr1set
==
0
)
snr1
=
snr0
+
10
;
snr1
=
snr0
+
10
;
...
@@ -874,7 +875,7 @@ int main(int argc, char **argv)
...
@@ -874,7 +875,7 @@ int main(int argc, char **argv)
scheduled_response
.
CC_id
=
0
;
scheduled_response
.
CC_id
=
0
;
scheduled_response
.
frame
=
frame
;
scheduled_response
.
frame
=
frame
;
scheduled_response
.
slot
=
slot
;
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_ue_phy_config_request
(
&
UE_mac
->
phy_config
);
//NR_COMMON_channels_t *cc = RC.nrmac[0]->common_channels;
//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