Commit 30523887 authored by Sakthivel Velumani's avatar Sakthivel Velumani

Fix for ulsim MCS issue;

Still problem with low MCS (same as PDSCH)
parent ac94b2e6
...@@ -461,6 +461,7 @@ int main(int argc, char **argv) ...@@ -461,6 +461,7 @@ int main(int argc, char **argv)
rel15_ul->ulsch_pdu_rel15.rv = 0; rel15_ul->ulsch_pdu_rel15.rv = 0;
rel15_ul->ulsch_pdu_rel15.ndi = 0; rel15_ul->ulsch_pdu_rel15.ndi = 0;
rel15_ul->ulsch_pdu_rel15.n_layers = precod_nbr_layers; rel15_ul->ulsch_pdu_rel15.n_layers = precod_nbr_layers;
rel15_ul->ulsch_pdu_rel15.R = code_rate;
/////////////////////////////////////////////////// ///////////////////////////////////////////////////
//fapi_nr_tx_request_t tx_request; //fapi_nr_tx_request_t tx_request;
......
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