Commit ac5f5d78 authored by Thomas Schlichter's avatar Thomas Schlichter

add missing init_symbol_rotation() to nr-uesoftmodem.c

parent 966cc207
......@@ -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;
......
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