Commit 579f9f96 authored by Sakthivel Velumani's avatar Sakthivel Velumani

included check for mod_order

parent 8a10323d
......@@ -150,6 +150,7 @@ void nr_modulation(uint32_t *in,
default:
break;
}
AssertFatal(false,"Invalid or unsupported modulation order %d\n",mod_order);
}
......
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