Commit 21205820 authored by Navid Nikaein's avatar Navid Nikaein

fix the flag for the usrp device write operation (trx_write)

parent 5c230732
......@@ -724,7 +724,7 @@ void *rrh_eNB_tx_thread(void *arg) {
tx_eNB,
spp_rf,
dev->devs->openair0_cfg.tx_num_channels,
0)<0){
1)<0){
perror("RRH eNB : USRP write");
}
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME( VCD_SIGNAL_DUMPER_FUNCTIONS_TRX_WRITE_RF, 0 );
......
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