Commit 8658f5d2 authored by chenhsunyang0922's avatar chenhsunyang0922

Merge branch 'develop-nb-iot-merge' of...

Merge branch 'develop-nb-iot-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nb-iot-merge
parents 806234e8 9b3ae7e6
...@@ -243,15 +243,4 @@ void init_unscrambling_lut(void) { ...@@ -243,15 +243,4 @@ void init_unscrambling_lut(void) {
} }
} }
void init_scrambling_lut() {
uint32_t s;
int i=0,j;
for (s=0;s<=65535;s++) {
for (j=0;j<16;j++) {
scrambling_lut[i++] = (uint8_t)((s>>j)&1);
}
}
}
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