Commit 8094952f authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Merge remote-tracking branch 'origin/bugfix-nr-rlc-poll-byte' into integration_2024_w31

parents 8ae5bb56 77af1ab9
......@@ -135,7 +135,7 @@ int decode_poll_byte(int v)
}
if (tab[v] == -1) return -1;
return tab[v] * 1024;
return tab[v];
}
int decode_max_retx_threshold(int v)
......
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