Commit 2e8e3bca authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5630 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e3ae9aef
......@@ -4646,6 +4646,7 @@ int generate_eNB_ulsch_params_from_dci(void *dci_pdu,
rb_alloc = rballoc;
if (rb_alloc>RIV_max) {
LOG_E(PHY,"Format 0: rb_alloc > RIV_max\n");
mac_xface->macphy_exit("Format 0: rb_alloc > RIV_max\n");
return(-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