Hi,

>> Firas wrote :
>> Can you please post your patch ?
>>
>> Best Regards,
>>
>> Firas 

> hamfred wrote:
> Here is my ugly patch for fullduplex
>
> File gnuradio/usrp2/firmware/lib/db_rfx.c
>
> In struct db_rfx_xxxx_tx db_rfx_xxxx_tx = {
>
> Replace 
>
> .base.atr_txval = 0,
> .base.atr_rxval = MIX_EN,
>
> By
>
> .base.atr_txval = MIX_EN | ANT_SW,    // Patch FULLDUPLEX
> .base.atr_rxval = MIX_EN | ANT_SW,    // Patch FULLDUPLEX
>
> Best regards.

Thank you for your patch. 

Do you mean modifying struct db_rfx_xxxx_tx db_rfx_xxxx_tx or struct
db_rfx_xxxx_rx db_rfx_xxxx_rx ?

Best Regards,

Firas
-- 
View this message in context: 
http://www.nabble.com/USRP2-fullduplex-operation-tp21313367p21527185.html
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to