Commit 4bb4a387 authored by Thomas Schlichter's avatar Thomas Schlichter

fix nr_dlsim for CI: use AWGN instead of Rayleigh1 channel by default

parent 2cc7dace
...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment