Skip to content
Snippets Groups Projects
Commit cf1b1257 authored by knopp's avatar knopp
Browse files

minor change in logging

parent d2ec72b0
No related branches found
No related tags found
4 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1249Update episys-merge from develop,!1193Update for 5G SA implementation
...@@ -825,7 +825,7 @@ void nr_schedule_ue_spec(module_id_t module_id, ...@@ -825,7 +825,7 @@ void nr_schedule_ue_spec(module_id_t module_id,
startSymbolIndex, startSymbolIndex,
nrOfSymbols, nrOfSymbols,
sched_ctrl->mcs, sched_ctrl->mcs,
TBS,((double)TBS)*(1<<scc->uplinkConfigCommon->initialUplinkBWP->genericParameters.subcarrierSpacing))/1000, TBS,((double)TBS)*(1<<scc->uplinkConfigCommon->initialUplinkBWP->genericParameters.subcarrierSpacing)/1000,
current_harq_pid, current_harq_pid,
harq->round, harq->round,
harq->ndi); harq->ndi);
......
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