Commit 23a9634e authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

T2 offload: don't break when one segment not decoded, this makes HARQ work

parent 1dab8f97
...@@ -278,7 +278,6 @@ int decode_offload(PHY_VARS_gNB *phy_vars_gNB, ...@@ -278,7 +278,6 @@ int decode_offload(PHY_VARS_gNB *phy_vars_gNB,
} else { } else {
LOG_D(PHY, "uplink segment error %d/%d\n", r, harq_process->C); LOG_D(PHY, "uplink segment error %d/%d\n", r, harq_process->C);
LOG_D(PHY, "ULSCH %d in error\n", ULSCH_id); LOG_D(PHY, "ULSCH %d in error\n", ULSCH_id);
break; // don't even attempt to decode other segments
} }
r_offset += E; r_offset += E;
} }
......
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