Commit 7ced1a2e authored by Masayuki HARADA's avatar Masayuki HARADA

Remove nb_rb = 64 form rb_table in SCD. Because PHY UL cannot decode nb_rb = 64.

parent 8f86f38d
......@@ -65,7 +65,7 @@
// This table holds the allowable PRB sizes for ULSCH transmissions
uint8_t rb_table[34] =
{ 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32,
36, 40, 45, 48, 50, 54, 60, 64, 72, 75, 80, 81, 90, 96, 100
36, 40, 45, 48, 50, 54, 60, 72, 75, 80, 81, 90, 96, 100, 100
};
extern mui_t rrc_eNB_mui;
......
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