Commit 27d7bdf4 authored by Matthieu Kanj's avatar Matthieu Kanj

bug fix

parent 29f6db97
......@@ -152,7 +152,7 @@ int dlsch_encoding_NB_IoT(unsigned char *a,
int32_t numbits = (A*8)+24;
crc = crc24a_NB_IoT(npbch_a,A)>>8;
crc = crc24a_NB_IoT(npbch_a,A*8)>>8;
for (int j=0; j<A; j++)
......
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