Commit 8fbc5a71 authored by francescomani's avatar francescomani

fix sib1 detection in sa after merge

parent 8060376f
...@@ -1034,6 +1034,8 @@ bool nr_ue_dlsch_procedures(PHY_VARS_NR_UE *ue, ...@@ -1034,6 +1034,8 @@ bool nr_ue_dlsch_procedures(PHY_VARS_NR_UE *ue,
LOG_T(PHY,"Sequential dlsch decoding , ret = %d\n", ret); LOG_T(PHY,"Sequential dlsch decoding , ret = %d\n", ret);
} }
if(ret<dlsch0->max_ldpc_iterations+1)
dec = true;
switch (pdsch) { switch (pdsch) {
case RA_PDSCH: case RA_PDSCH:
......
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