Activity

From 02/25/2009 to 03/26/2009

03/26/2009

07:20 pm Revision 6d0c3329: fixed typo
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10691 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
06:54 pm Bug #378: Rework usrp2::impl::tx_raw fragmentation scheme
Partial fix in r10689. Eric Blossom
06:52 pm Revision cfdc2e80: Partial fix for ticket:378. Merged eb/t378 -r10682:10688 to trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10689 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom

03/25/2009

10:36 pm Bug #374: Scheduler shutdown sometimes stalls or fails (thread-per-block)
The problem appears to have something to with whether or not there is a hier_block2 involved or not. This code works... Eric Blossom
10:29 pm Revision d0dc3ffd: Add check for interruption to gr_tpb_thread_body to ensure that
threads stop quickly.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10686 221aa14e-8319-0410-a670-987f0aec2ac5
Eric Blossom
07:13 pm Revision ecc7cd7f: missing lock
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10681 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
06:19 pm Bug #378 (Closed): Rework usrp2::impl::tx_raw fragmentation scheme
Rework the fragmentation strategy to avoid short packets in most cases. The longer term "right fix" will be in the V... Eric Blossom
05:56 am Bug #353: Fix for USRP1 FPGA conditional CIC inclusion (patch)
This patch was integrated into developer branch pcreekmore/quantization in r10680. It is now pending merge into the ... Johnathan Corgan

03/24/2009

07:45 pm Revision 4f480479: Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10678 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
01:11 pm Revision d9a4eced: added a radix-n fsm constructor
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10673 221aa14e-8319-0410-a670-987f0aec2ac5 anastas
02:49 am Feature #377 (Closed): SIGINT handler for gr_top_block::wait
If there's no SIGINT handler installed when gr_top_block::wait is called, install one for the duration of the call, a... Eric Blossom

03/23/2009

07:55 pm Feature #176: Allow hierarchical blocks to have variable number of inputs and outputs
This will be resolved in the release 3.2 series, but not in the initial release. It will be implemented along with #... Johnathan Corgan
07:53 pm Feature #161 (New): Hierarchical blocks should allow inputs to be assigned internally to multiple...
This will be addressed during the 3.2 series, along with #176 and #247. Johnathan Corgan
07:52 pm Feature #247: Infinite output port number for hierblock2 causes exception
This error has been turned into a more meaningful error in r10671. The ability to have arbitrary or variable numbers... Johnathan Corgan
07:49 pm Revision 4038332c: Error out when creating hierarchical blocks with arbitrary or variable numbers...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10671 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/20/2009

03:25 am Revision cd1f3306: Adds QA code for ticket:237 fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10661 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
02:16 am Revision d9744799: Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/19/2009

10:34 pm Bug #237 (Closed): Missing hierarchical block input or output causes assertion
Fixed in r10655. Above now prints:... Johnathan Corgan
10:32 pm Revision 88304ce1: Error out when hierarchical block inputs and outputs aren't wired internally. ...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10655 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
09:13 pm Bug #376 (Closed): Ctrl-C on usrp_flex_band.py results in exception on shutdown
... Johnathan Corgan
09:06 pm Bug #237 (Assigned): Missing hierarchical block input or output causes assertion
This is reliably reproduced with:... Johnathan Corgan
08:58 pm Revision 8cbe8829: Document run/start/stop/wait preconditions.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10654 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
08:23 pm Revision 5407ac62: wxpython 2.8 version check
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10653 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
08:21 pm Revision 086dab58: reverted grc config to r10638
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10652 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
08:16 pm Bug #348 (Closed): Stopping a process does not properly terminate USRP1
Fixed in r10649. Eric Blossom
07:59 pm Revision 1910719e: Merged remainder of eb/t348 10637:10648. This adds a -N <nsamples>
argument to usrp_siggen.py, usrp_siggen.cc and test_usrp_standard_tx.cc.
git-svn-id: http://gnuradio.org/svn/gnura...
Eric Blossom
07:57 pm Revision 06d584f7: Fix for ticket:348, Stopping a process does not properly terminate USRP1.
This is a partial merge from eb/t348 10637:10648, and contains the
actual fix.
The next commit will contain the rest...
Eric Blossom
05:28 pm Bug #375 (Closed): patch for gr_clock_recovery_mm_ff.cc
Applied in r10646.
Eric Blossom
05:27 pm Revision f430647f: Fix for ticket:375, gr_clock_recovery_mm_ff, from Mike Ossmann. Thanks!
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10646 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
05:10 pm Bug #286 (Closed): Ensure that 2 or more USRP2s connected to the same machine can be used simulta...
Applied Douglas Geiger's packet filter patch in trunk r10645. Johnathan Corgan
05:09 pm Revision a280d366: Applied Douglas Geiger's packet filter patch, with cleanup. Fixes ticket:286.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10645 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
04:45 am Revision f686f6ac: gtk version test through pkg config
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10638 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum

03/18/2009

08:01 pm Bug #339 (Closed): Advertise GigE only, do not accept flow control from host
Fixed in r10634. Eric Blossom
08:00 pm Revision 545f3de1: Fixed ticket:339 (ethernet capability advertisement). We now
advertise that we only handle 1000BASE-T, and that we want to send
PAUSE frames, but not receive them. The flow cont...
Eric Blossom
05:06 pm Bug #375 (Closed): patch for gr_clock_recovery_mm_ff.cc
When reviewing this patch, see if we've got the same problem in gr_clock_recovery_mm_cc.cc... Eric Blossom
08:17 am Feature #350: blks2impl/wfm_rcv_pll.py improvements
the whitespace changes were to improve readability, but I see your point, I will re-send a patch only with the essent... Anonymous
05:56 am Revision 87606888: Properly handle duplicated IDs.
Duplicates OK in disabled blocks.
Confine validation errors to blocks involved.
git-svn-id: http://gnuradio.org/sv...
Josh Blum
12:19 am Bug #348: Stopping a process does not properly terminate USRP1
There are two separate issues here:
1) The new C++ daughterboard API has introduced a situation where the daughter...
Johnathan Corgan

03/17/2009

10:47 pm Bug #362 (Assigned): usrp_spectrum_sense from Firas
Eric Blossom
10:45 pm Feature #360 (Closed): USRP 1 CIC Decimator Removal Patch
Duplicate of #353 Eric Blossom
10:30 pm Feature #350: blks2impl/wfm_rcv_pll.py improvements
Patch has gratuitous whitespace changes. This is _not_ the way to make it easy to get patches accepted and applied. Eric Blossom
08:23 pm Bug #374 (Closed): Scheduler shutdown sometimes stalls or fails (thread-per-block)
When shutting down a flowgraph with top_block.stop(), sometimes it hangs, or takes a long time to finish. The follow... Johnathan Corgan
07:56 pm Revision ac543718: A simple GRC example with packet blocks and dbpsk blocks.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10632 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
02:41 am Revision 18b277b5: Removed special-case for BASIC_RX
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10629 221aa14e-8319-0410-a670-987f0aec2ac5 mleech

03/16/2009

08:33 pm Bug #126 (Feedback): trac formatting doesn't work with Internet Explorer 7.0
The example still fails. Anonymous
08:30 pm Bug #373 (Closed): aligned malloc not available under MinGW
Compile under [[MinGW]] fails with... Anonymous
02:54 pm Bug #372 (Closed): Update usrp_wfm_rcv2_nogui.py for C++ daughterboard code
The USRP example script usrp_wfm_rcv2_nogui.py fails in two places.
The call to self.subdev.set_freq() now returns...
Johnathan Corgan
01:23 pm Revision fed7f5b4: Fix missed setting from r10598 .
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10624 221aa14e-8319-0410-a670-987f0aec2ac5 Michael Dickens

03/15/2009

09:29 pm Revision e2643f57: Fixed bug with BASIC_RX
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10623 221aa14e-8319-0410-a670-987f0aec2ac5 mleech
08:24 pm Bug #371 (Closed): XCVR2450 C++ code causes exception
The USRP1 C++ daughterboard code for the XCVR2450 causes an exception at application exit:... Johnathan Corgan

03/14/2009

08:53 pm Revision 689dff0d: Removed reference to DBS_RX_REV_2_1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10600 221aa14e-8319-0410-a670-987f0aec2ac5 mleech
05:44 pm Revision 44f01e6d: Use size_t over int for vlen.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10599 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
05:59 am Feature #303 (Closed): gr.divide: accept vector items for convenience
r10598 Josh Blum
05:58 am Feature #302 (Closed): gr.float_to_complex: accept vector items for convenience
r10598 Josh Blum
05:54 am Revision 7d0955ef: Add vlen to subtract, divide, and float2complex.
Takes care of #302 and #303
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10598 221aa14e-8319-0410-a670-987f0...
Josh Blum
02:38 am Bug #130 (Closed): swig dependencies are calculated in a fragile way
Johnathan Corgan
02:38 am Bug #130: swig dependencies are calculated in a fragile way
Fixed in r10596. Johnathan Corgan
02:34 am Revision cdc6f1d7: Removed generated file from version control.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10597 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
02:28 am Revision c3f962a1: Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SW...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/13/2009

02:55 pm Feature #351 (Closed): Window functions for C++ code
Redundant to code in gr.firdes, request retracted by author. Johnathan Corgan

03/12/2009

05:14 pm Revision 4eea337c: Add daughterboard test
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10587 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
08:53 am Bug #312: Running make check or any test scripts under python 2.6 throws exceptions
The exception is thrown when you do "from gnuradio import gr", try it in a python2.6 console...
Please note that the...
Anonymous
06:53 am Revision 2c4a4e0c: Added OFDM Mod and Demod to GRC (cough cough... kludge).
Generalized the packet mod and demod stuff to accept the OFDM blocks.
git-svn-id: http://gnuradio.org/svn/gnuradio...
Josh Blum
12:02 am Feature #345: apply [10276] to skeleton
Move skeleton to GR repo. Eric Blossom

03/11/2009

11:56 pm Feature #344 (Closed): make fails on GNURadio / Osx + Macports
Eric Blossom
11:53 pm Feature #343 (Closed): Gentoo on OSX: boost dir detection isuue during the ./configure process
I'm pretty sure this works in the trunk, otherwise Michael would have fixed it. Eric Blossom
11:41 pm Bug #314 (Closed): gr-howto-write-a-block doesn't compile (can't find gruel/realtime.h)
Duplicate of #308. Eric Blossom
11:34 pm Bug #312: Running make check or any test scripts under python 2.6 throws exceptions
Might have something to do with top_block.py or hier_block2.py.
Eric Blossom
11:26 pm Feature #310: usrp2 needs to check actual MTU
I've got linux-specific code in my mailbox somewhere that checks the MTU. -eb Eric Blossom
11:17 pm Bug #308 (Closed): gruel not found when building gr-howto-write-a-block
Fixed some time ago. Eric Blossom
11:13 pm Feature #304: gr.skiphead -> long long param
Confirm that SWIG is generating the right code with this patch applied on 32-bit machines. Eric Blossom
11:08 pm Bug #300 (Closed): Figure out out-of-tree build strategy for PPE/SPE code
There are now pkg_config files for gcell and gcell-spu Eric Blossom
11:00 pm Bug #296: TPB scheduling on MinGW requires -mthreads
Check code in config/acx_pthread.m4 Eric Blossom
10:33 pm Bug #370 (Closed): Update "Exploring GNU Radio" to use USRP and hier_block2
Update "Exploring GNU Radio" to use USRP and hier_block2 Eric Blossom
10:31 pm Feature #369 (Closed): Have usrp1 use either libusb-1.0 or libusb-0.12
Need to add way to fish out hidden file descriptor from libusb-1.0 data structure, and to select appropriate code at ... Eric Blossom
10:27 pm Feature #368 (Closed): backport usrp2 API to usrp1 once usrp2 API is stable
backport usrp2 API to usrp1 once usrp2 API is stable Eric Blossom
10:25 pm Feature #367 (Closed): Refactor docs into C++ and python centric; move doxygen to top level doc dir
Refactor document generation so that we only use doxygen to generate docs for the C++ part of the system. The way th... Eric Blossom
10:19 pm Feature #366 (Closed): Fedora spec file
Do what ever we need to, to get our latest stable build included in Fedora. Eric Blossom
10:17 pm Feature #365 (Closed): Removed duplicate -g -O2 from command line
See also #287 and #364 Eric Blossom
10:15 pm Feature #364 (Closed): Remove --enable-warnings-as-errors
-Werror has some configure tests failure.
See also #287
Eric Blossom
10:13 pm Feature #291: make u2_flash_tool safer. (Check for sentinel in flash).
Besides making it safer, rename to usrp2_flash_tool and install in bin. Eric Blossom
10:11 pm Bug #286: Ensure that 2 or more USRP2s connected to the same machine can be used simultaneously.
Johnathan will apply Doug Geiger's patch. Eric Blossom
08:52 pm Revision 48ecbf11: Add shutdown hook
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10582 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
07:07 pm Revision ceca8e14: Add a warning about flow control and throttle when the fg is generated.
Because who reads the wiki anyway.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10581 221aa14e-8319-0410-a67...
Josh Blum

03/10/2009

11:21 pm Bug #288 (Closed): fusb_linux::_reap fails to distinguish between a non-recoverable error and "I ...
fixed in r9545 Eric Blossom
11:07 pm Feature #273 (Closed): Consider using a host-side daughterboard class in USRP2
Johnathan Corgan
11:03 pm Feature #269: All USRP2 d'board code must set valid freq min, max; gain min, max, step
Eric will check if this is fixed. Eric Blossom
10:54 pm Bug #263 (Closed): undefined references linking msdd6000
fixed in 10411. Eric Blossom
10:49 pm Bug #261: gr-comedi now incompatible with libcomedi-0.8
Configure currently checks for pre 0.8 version and fails otherwise.
When we run out of things to do, make this work ...
Eric Blossom
10:33 pm Bug #237 (New): Missing hierarchical block input or output causes assertion
Johnathan Corgan
10:23 pm Feature #233: update ancient news on www.gnu.org/software/gnuradio
The plan is to gut the gnu.org site and point it at gnuradio.org.
Eric Blossom
10:21 pm Feature #224 (Closed): Timing sync between USRP2s
Eric Blossom
01:34 am Revision a26cbe72: Bumped up minimum divider to 131 for xcvr.
130 too small for certain boards?
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10579 221aa14e-8319-0410-a670...
Josh Blum

03/09/2009

07:51 pm Bug #199: usrp_spectrum_sense.py segfaults on some machines.
See if this is still happening... Eric Blossom
07:49 pm Feature #190: Add RW_NONINTERLEAVED support to audio_alsa_source and audio_alsa_sink
Tom and/or Bob are working on this for the PS3. Eric Blossom
07:32 pm Feature #183 (Closed): Unify parameters for scripts in gr-utils
Johnathan Corgan
07:18 pm Bug #175 (Closed): make check fails in mblock while testing timeouts
Variance from system to system is very high. Hard to make this test meaningful
without realtime scheduling.
Eric Blossom
07:16 pm Feature #167 (Closed): Create a DECT basestation
See https://www.cgran.org/wiki/GR_DECT Eric Blossom
07:15 pm Feature #166 (Closed): Create a DECT receiver
See https://www.cgran.org/wiki/GR_DECT Eric Blossom
07:11 pm Bug #155 (Closed): Handling of subdev.set_gain() return value is inconsistent
Fixed in the C++ daughterboard code. Eric Blossom
07:03 pm Feature #125 (Closed): Think about code organization, particularly regarding applications and exa...
Eric Blossom
05:41 pm Revision 539ed3f2: copied over old one which works with icarus
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10578 221aa14e-8319-0410-a670-987f0aec2ac5 Matt Ettus
12:38 am Bug #146 (Closed): compilation of udp sink/source fails on mingw
Fixed a while ago.
Eric Blossom
12:32 am Feature #136 (Closed): C++ vectors of vectors are not accesible in python. SWIG magic required
Fixed a long while ago. Eric Blossom
12:26 am Feature #128 (Closed): Make it possible to build "pure C++" applications in GNU Radio
In release 3.2. Johnathan Corgan
12:24 am Feature #127 (Closed): Recode daughterboard handling code into C++
Johnathan Corgan
12:22 am Bug #126 (Closed): trac formatting doesn't work with Internet Explorer 7.0
We've updated to Trac 0.11, if this problem still occurs in IE 7, please reopen. Eric Blossom
12:12 am Feature #123 (Closed): Create a replacement for PACTOR for HF data
Eric Blossom
12:09 am Feature #122 (Closed): Rework USRP FPGA code to support in-band signaling
Eric Blossom
12:09 am Feature #121 (Closed): Rework USRP host and firmware code to support in-band signaling
Eric Blossom
12:06 am Feature #120 (Closed): Complete work on m-blocks
Eric Blossom
12:05 am Feature #119 (Closed): Port GNU Radio to the Cell processor
Done a while ago. Eric Blossom
12:02 am Feature #91 (Closed): Write plotting widget in C++ to improve performance
Implemented by Josh Blum in 3.2. Johnathan Corgan

03/08/2009

11:57 pm Feature #363 (Closed): Implement closed loop AGC for USRP2
Implement AGC loop in USRP2 FPGA/firmware as Wishbone peripheral with the following modes of operation:
- Adjust g...
Johnathan Corgan
11:55 pm Feature #262 (Assigned): gr_block::forecast should use history
Eric Blossom
11:54 pm Bug #299 (Closed): gcell is missing pkg-config stuff
Fixed quite a while ago. Eric Blossom
11:39 pm Feature #89 (Closed): Integrate gr-rds component into SVN trunk
Project is in CGRAN https://www.cgran.org/wiki/RDS Eric Blossom
11:37 pm Feature #86 (Closed): Get jcooley's OpenGL waterfall display working again
We've got Josh's gl waterfall. Eric Blossom
11:03 pm Bug #348 (Assigned): Stopping a process does not properly terminate USRP1
Johnathan Corgan
10:25 pm Bug #362 (Closed): usrp_spectrum_sense from Firas
... Eric Blossom
10:18 pm Feature #356: Fixed FPGA inband firmware (patch)
Need to talk to George and see if we should merge branches/developers/ets/inband to the trunk. I think it has a ton ... Eric Blossom
09:57 pm Feature #361 (Closed): Turning off buffering on gr_file_sink
... Eric Blossom
09:55 pm Feature #360: USRP 1 CIC Decimator Removal Patch
Matt's looked at this and says we should apply it. Eric Blossom
09:54 pm Feature #360 (Closed): USRP 1 CIC Decimator Removal Patch
... Eric Blossom
09:51 pm Bug #254 (Closed): using pkg-config's <foo>_CFLAGS is wrong when you want the CPPFLAGS.
config/pkg.m4 was updated to generate CPPFLAGS a long time ago. Eric Blossom
09:40 pm Feature #359 (Closed): small cleanups for inband code #2
... Eric Blossom
09:38 pm Feature #358 (Closed): small cleanups for inband code #1
... Eric Blossom
02:57 am Revision 6ab7109a: Improve error message
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10576 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
02:39 am Revision 8be822c4: Copy pubsub from gr-wxgui into gnuradio-core, need to migrate wxgui usage to n...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10575 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
02:38 am Revision 1df84e32: Fix radiobox label
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10574 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/06/2009

03:07 am Revision 96cb773e: merging qtdevel branch -r10534:10564 to sync with trunk because my computer go...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10565 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
12:23 am Revision 8bae90ae: fixed output type
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10563 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom

03/05/2009

10:38 pm Revision a18bbf5b: audio blocks: note to alsa users, hide the device name when empty
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10562 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
01:21 am Revision 976df9d4: New standalone firmware, burn_dbsrx_eeprom, that burns new dbid into
modified DBS Rx daughterboard.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10560 221aa14e-8319-0410-a670-98...
Eric Blossom
01:19 am Revision 1cf496ea: updated svn:ignore
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10559 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom

03/04/2009

07:27 pm Revision 51f5744c: Fix case where USRP2 left streaming prevents reinitialization
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10558 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/03/2009

07:44 pm Revision 834ccb04: Actually enable/disable tx via gpio (...when tx enable is supported).
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10556 221aa14e-8319-0410-a670-987f0aec2ac5 Josh Blum
02:38 pm Bug #340: USRP2 transmit underruns
Addressed in r10262 by adding realtime scheduling to usrp2_siggen.py. Still needs verification.
Johnathan Corgan
02:10 am Revision 4c400067: Merged r10539:10546 from michaelld/two_mods into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10551 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
01:04 am Revision 771f4e5e: Updated ignores
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10550 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

03/02/2009

08:10 pm Bug #357: Starting/stopping USRP2 source fails
Hey Johnathan,
Just a quick update on what I found out while attempting to figure out this problem:
in usrp2_im...
Johnathan Corgan
08:05 pm Bug #357 (Closed): Starting/stopping USRP2 source fails
From: Kieran Brownlees <[email protected]>
Hello all,
I seem to be having some strange behaviour when trying...
Johnathan Corgan
07:48 pm Feature #356 (Closed): Fixed FPGA inband firmware (patch)
... Johnathan Corgan
07:21 pm Feature #355 (Closed): Stream to vector overlap (patch)
... Johnathan Corgan
07:11 pm Feature #354 (Closed): New implementation for fusb_linux without allocs/frees (patch)
... Johnathan Corgan
06:49 pm Bug #353 (Closed): Fix for USRP1 FPGA conditional CIC inclusion (patch)
... Johnathan Corgan
06:40 pm Feature #352 (Closed): Allow reopening of new file in gr.file_source (patch)
... Johnathan Corgan
05:57 pm Feature #351 (Closed): Window functions for C++ code
... Johnathan Corgan
03:34 pm Feature #350 (Closed): blks2impl/wfm_rcv_pll.py improvements
- added option for de-emphasis tau parameter
- converted tabs to spaces, as per http://www.python.org/dev/peps/pep-0...
Anonymous

03/01/2009

01:55 pm Feature #349 (Closed): add brief description to gr_diff_phasor_cc.h and gr_threshold_ff.h
These to blocks currently say " * \brief Please fix my documentation!"
gr_diff_phasor_cc would become
* \brief Re...
Anonymous
01:47 pm Feature #166: Create a DECT receiver
Replying to "eb":/issues/show/166:
> Create a DECT receiver as the first step of creating a DECT basestation.
>
>...
Anonymous

02/28/2009

05:08 am Revision 41181918: Properly handles verticle scaling
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10538 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
04:15 am Revision c57b705c: Adding a constellation plot and an example for viewing constellations of digit...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10537 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
03:41 am Revision 916a2027: some cleanup as well as adding a way to pass the Qapplication between sinks th...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10535 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau

02/27/2009

03:35 am Revision d31a4ee4: Fixes the error message printed when a component (call it 'foo') is
configured using --with-foo , but a dependency of this with-component
(call the dependency 'bar') was not configured ...
Michael Dickens

02/26/2009

11:39 pm Revision 503efe1f: Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk p...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
04:44 am Revision f1c07953: timing fix. The line address in the buffers still updates now even if there i...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10524 221aa14e-8319-0410-a670-987f0aec2ac5 Matt Ettus
04:42 am Revision 8c0095f1: timing fix, delays the ethernet flow control by a cycle to get it across the c...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10523 221aa14e-8319-0410-a670-987f0aec2ac5 Matt Ettus
04:27 am Revision 877bb0fb: remove support for unmodified dbsrx because there is way too much phase noise....
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10521 221aa14e-8319-0410-a670-987f0aec2ac5 Matt Ettus
12:29 am Revision 436f3744: Added support for Continuous Phase Modulation in gr-trellis + an example
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10514 221aa14e-8319-0410-a670-987f0aec2ac5 anastas

02/25/2009

09:58 pm Revision 4d192c22: Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans up
the generation of the Makefile.gen's that occurs in gr-trellis,
lib/gengen and lib/filter.
If you change any code ge...
Eric Blossom
07:33 pm Revision 274f8a56: Updated ignores.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10507 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
07:04 pm Revision c48f42b5: Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread he...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10506 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
« Previous
Next »
 

Also available in: Atom