Commit acca14b2 authored by Cedric Roux's avatar Cedric Roux

bugfix:!fix AssertFatal

parent 7ea7891b
......@@ -1710,7 +1710,7 @@ int phy_init_RU(RU_t *ru) {
#endif
}
AssertFatal(RC.nb_L1_inst>NUMBER_OF_eNB_MAX,"eNB instances %d > %d\n",
AssertFatal(RC.nb_L1_inst <= NUMBER_OF_eNB_MAX,"eNB instances %d > %d\n",
RC.nb_L1_inst,NUMBER_OF_eNB_MAX);
for (i=0; i<RC.nb_L1_inst; i++) {
......
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