Commit 7d1f693b authored by luis_pereira87's avatar luis_pereira87

Revert rbSize validation with target_dl_bw to previous version

parent af377945
...@@ -303,7 +303,7 @@ void nr_preprocessor_phytest(module_id_t module_id, ...@@ -303,7 +303,7 @@ void nr_preprocessor_phytest(module_id_t module_id,
rbSize < target_dl_bw) rbSize < target_dl_bw)
rbSize++; rbSize++;
/* found target_dl_bw? */ /* found target_dl_bw? */
if (rbStart+rbSize == target_dl_bw) if (rbSize == target_dl_bw)
break; break;
/* at end and below target_dl_bw? */ /* at end and below target_dl_bw? */
if (rbStart + rbSize >= bwpSize) if (rbStart + rbSize >= bwpSize)
......
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