Skip to content
Snippets Groups Projects
Commit ac5f5d78 authored by Thomas Schlichter's avatar Thomas Schlichter :flag_de:
Browse files

add missing init_symbol_rotation() to nr-uesoftmodem.c

parent 966cc207
No related branches found
No related tags found
No related merge requests found
......@@ -692,6 +692,7 @@ int main( int argc, char **argv ) {
frame_parms[CC_id]->ul_CarrierFreq = downlink_frequency[0][0];
}
init_symbol_rotation(frame_parms[CC_id],frame_parms[CC_id]->dl_CarrierFreq);
init_nr_ue_vars(UE[CC_id],frame_parms[CC_id],0,abstraction_flag);
UE[CC_id]->mac_enabled = 1;
......
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