Skip to content

Bugfix tx rf burst

Ajit Singh requested to merge bugfix_tx_rf_burst into develop

Correcting the flag in bust mode for the initial burst on start of RU.This change sets the flag to TX_BURST_START, so that the start of burst is set to the trx_write_func of the rf_device on start of the RU. Currently the flag is set to TX_BURST_MIDDLE.

Merge request reports