Commit f969eddb authored by Thomas Schlichter's avatar Thomas Schlichter

fix gNB to print correct --CO parameter for OAI UE in FDD case

parent 92491310
...@@ -83,7 +83,7 @@ void nr_common_signal_procedures(PHY_VARS_gNB *gNB,int frame,int slot, nfapi_nr_ ...@@ -83,7 +83,7 @@ void nr_common_signal_procedures(PHY_VARS_gNB *gNB,int frame,int slot, nfapi_nr_
LOG_A(PHY, LOG_A(PHY,
"Command line parameters for the UE: -C %lu --CO %ld -r %d --numerology %d --ssb %d\n", "Command line parameters for the UE: -C %lu --CO %ld -r %d --numerology %d --ssb %d\n",
fp->dl_CarrierFreq, fp->dl_CarrierFreq,
fp->dl_CarrierFreq - fp->ul_CarrierFreq, fp->ul_CarrierFreq - fp->dl_CarrierFreq,
fp->N_RB_DL, fp->N_RB_DL,
scs, scs,
fp->ssb_start_subcarrier); fp->ssb_start_subcarrier);
......
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