Commit be522f5c authored by Sakthivel Velumani's avatar Sakthivel Velumani Committed by Raymond Knopp

changed ul resources to full bwp

parent 91585444
...@@ -909,7 +909,7 @@ void schedule_fapi_ul_pdu(int Mod_idP, ...@@ -909,7 +909,7 @@ void schedule_fapi_ul_pdu(int Mod_idP,
if (get_softmodem_params()->phy_test==1) if (get_softmodem_params()->phy_test==1)
pusch_pdu->rb_size = 50; pusch_pdu->rb_size = 50;
else else
pusch_pdu->rb_size = 5; pusch_pdu->rb_size = pusch_pdu->bwp_size;
} }
else else
AssertFatal(1==0,"Only frequency resource allocation type 1 is currently supported\n"); AssertFatal(1==0,"Only frequency resource allocation type 1 is currently supported\n");
......
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