Commit ca217f8f authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Workaround for PUSCH TX power not applied in PHY

This is a temporary workaround for issue with UE PHY not applying TX power
instructions from MAC. To be reverted once implementation of TX gain control
is finished.
parent 69a84825
......@@ -944,6 +944,7 @@ int nr_config_pusch_pdu(NR_UE_MAC_INST_t *mac,
delta_pusch = table_38_213_7_1_1_1[0][dci->tpc];
}
}
delta_pusch = 0; // set to 0 as a workaround for PHY not applying PUSCH tx power
bool is_rar_tx_retx = rnti_type == TYPE_TC_RNTI_;
......
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