Skip to content
Snippets Groups Projects
Commit 9c79e7e3 authored by cig's avatar cig
Browse files

Fixed compilation after rebase

parent 7e25d85f
No related branches found
No related tags found
No related merge requests found
...@@ -941,8 +941,6 @@ int init_nr_ue_signal(PHY_VARS_NR_UE *ue, ...@@ -941,8 +941,6 @@ int init_nr_ue_signal(PHY_VARS_NR_UE *ue,
ue->decode_MIB = 1; ue->decode_MIB = 1;
ue->decode_SIB = 1; ue->decode_SIB = 1;
ue->ssb_periodicity = 5; // initialization of ssb periodicity to 5ms according to TS38.213 section 4.1
init_nr_prach_tables(839); init_nr_prach_tables(839);
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment