Re: [Discuss-gnuradio] Assertion `dac_rate () == 128000000' failed.

2009-11-05 Thread Alexander Chemeris
Hi Thomas, On Thu, Nov 5, 2009 at 00:19, Thomas Tsou tt...@vt.edu wrote: On Mon, Nov 2, 2009 at 4:35 PM, Alexander Chemeris alexander.cheme...@gmail.com wrote: Hum, why branch GnuRadio if it works pretty nicely with OpenBTS? Because individual branches are routinely part of git development.

Re: [Discuss-gnuradio] Assertion `dac_rate () == 128000000' failed.

2009-11-04 Thread Thomas Tsou
On Mon, Nov 2, 2009 at 4:35 PM, Alexander Chemeris alexander.cheme...@gmail.com wrote: Thank you for information! I do hate this awkward heap, named git, so I'd better go with patches. No problem. I'm quite fond of git, but that discussion is for another time and place. To each their own.

Re: [Discuss-gnuradio] Assertion `dac_rate () == 128000000' failed.

2009-11-02 Thread Thomas Tsou
On Sun, Nov 1, 2009 at 6:13 PM, Alexander Chemeris alexander.cheme...@gmail.com wrote: Could any of GnuRadio developers remove this assert? usrp_standard.cc:1024: virtual bool usrp_standard_tx::set_tx_freq(int, double): Assertion `dac_rate () == 12800' failed. It's no longer valid when

Re: [Discuss-gnuradio] Assertion `dac_rate () == 128000000' failed.

2009-11-02 Thread Alexander Chemeris
Hi Thomas, On Mon, Nov 2, 2009 at 23:28, Thomas Tsou tt...@vt.edu wrote: On Sun, Nov 1, 2009 at 6:13 PM, Alexander Chemeris alexander.cheme...@gmail.com wrote: I'm now trying to make GnuRadio usable with OpenBTS without patching of GnuRadio and this is show-stopper for me now. PS Whom

[Discuss-gnuradio] Assertion `dac_rate () == 128000000' failed.

2009-11-01 Thread Alexander Chemeris
Hi all, Could any of GnuRadio developers remove this assert? usrp_standard.cc:1024: virtual bool usrp_standard_tx::set_tx_freq(int, double): Assertion `dac_rate () == 12800' failed. It's no longer valid when you reclock your USRP and just makes it impossible to use libusrp in this case.