On Fri, Apr 17, 2009 at 7:04 PM, Karthik <karthik1...@gmail.com> wrote:

> The value of len(self.subdev) = 4 in 3.1.3 and =6 in 3.2rc2.
>
> Shouldn't this be 4 as it was previously?

It appears this was an inadvertent consequence of the change in the
daughterboard code for the BasicRX and LFRX boards, to allow use as a
complex input device.  These daughterboards now have three subdevs
instead of two, so when the above variable is created by concatenating
the daughterboard table from each side, it comes out as six instead of
four.

I can't test it right now, but I think it is as simple as changing the
comparison to use 6 instead of 4.

Thanks for the bug report.

Johnathan


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

Reply via email to