| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The 'ant_direction_' key getters have been reappropriated for wider
use, changing to general 'direction_' and a few minor simplifications.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Command tuning has seen several updates recently and incomplete
regression testing. One issue introduced is that when tuning without
a direction key will result in the tune applied in the TX direction
instead of the block direction (intended). This fixes that by adding
member getters for block direction and putting the logic to get the
command direction in a common function.
Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
9cdfe5141a exposed a bug in gr-uhd: The filter API was incorrectly
implemented for UHD (multi_usrp had an API change in UHD 4.0).
This is an API change, b/c the existing gr-uhd code was actually never
compatible to UHD 4.0's filter API.
The change is to adapt gr-uhd's filter API to that in UHD.
Signed-off-by: Martin Braun <martin.braun@ettus.com>
|
|
|
|
|
|
|
|
|
| |
For the potentially recurring messages, use a configurable timeout:
[uhd]
logging_interval_ms = 750
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
|
|
|
|
|
|
|
|
|
|
| |
The following usages of Boost remain:
- boost::format
- boost::program_options for the examples
- Boost thread interruption directives to interact with GNU Radio
runtime
Signed-off-by: Martin Braun <martin@gnuradio.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It implements the ability to control frequency and gain in both
directions (Tx and Rx) with use of a single UHD source or sink - in the
same moment. It is possible to do that in separate moments with current
UHD blocks but this way it is not possible to change both Rx and Tx
settings for the same burst. Now, a single message can do that.
Note that there is a bit of an oddity here: The GNU Radio USRP blocks
are either Rx or Tx (source or sink). However, they all encapsulate an
underlying multi_usrp object. That means that under the hood, a USRP
source or a USRP sink potentially has access to the "other" direction.
This is made use in this patch.
To use this feature, add a direction key to the message dictionary going
to the block.
Signed-off-by: Martin Braun <martin@gnuradio.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Mostly done with:
```
find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}'
```
Then I removed an incorrect `work` that this found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UHD 4.0 is introducing a power reference level API, which will now
become available in GNU Radio. Its availability is conditionally
compiled into GNU Radio based on whether or not the feature is available
in the UHD version GNU Radio was compiled against.
USRP source and sink blocks receive the following new APIs:
- has_power_reference()
- set_power_reference()
- get_power_reference()
The command interface now understands a new `power_dbm` dictionary key.
The GRC bindings can now switch between absolute gain, normalized gain,
and absolute power settings.
If GNU Radio was compiled against an older version of UHD (prior to UHD
4.0) which doesn't have this API, an error or warning is printed, the
has_power_reference() will return false, and the others will throw an
exception.
|
| |
|
| |
|
|
|
|
| |
This adds the set_rx_agc() call from UHD to the USRP source.
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-digital/examples/CMakeLists.txt
gr-uhd/lib/usrp_source_impl.cc
gr-uhd/lib/usrp_source_impl.h
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
usrp_source currently hard-codes timeout values. For high-performance
applications, it might be desirable to control the details of the call
to uhd::rx_streamer::recv(), which is now enabled.
Defaults are unchanged.
|
| |/
| |
| |
| | |
timed tune command order to be ensured across TX/RX by enabling tuning of RX path from the sink block or TX path from source block. Doxygen also updated to reflect the new command.
|
|\|
| |
| |
| |
| | |
Conflicts:
gr-uhd/lib/usrp_source_impl.cc
|
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes two issues:
- When updating the frequency via messages, the new tags now reflect the
actual frequency
- When different channels have different center frequencies, every
channel reports its own frequency accurately
|
|/ |
|
|
|
|
|
| |
For most cases, the zero-timeout call will just return empty buffers,
resulting in extra overhead.
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit 8820340ae2cb119e177a445f8d9b079759ed2dd7, reversing
changes made to 71a7aeb97b215210c8ee1148b2d1a96b0b29e97f.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
When operating with an external ref, in MIMO mode or with a GPSDO,
the constructor now waits until the lock sensors report succesful
locking.
If this fails, a warning is displayed using the logger interface,
to keep backward compatibility.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Catches up runtime_pimpl branch with changes on next since
the initial branch start.
Conflicts:
gnuradio-runtime/include/gnuradio/constants.h
gnuradio-runtime/include/gnuradio/tags.h
gnuradio-runtime/include/gr_block_detail.h
gnuradio-runtime/include/gr_buffer.h
gnuradio-runtime/lib/CMakeLists.txt
gnuradio-runtime/lib/gr_block.cc
gnuradio-runtime/lib/gr_block_detail.cc
gnuradio-runtime/lib/gr_block_executor.cc
gnuradio-runtime/lib/gr_buffer.cc
gnuradio-runtime/lib/gr_realtime.cc
gr-blocks/lib/interleaved_short_to_complex_impl.cc
|
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-uhd/include/gr_uhd_usrp_sink.h
gr-uhd/include/gr_uhd_usrp_source.h
gr-uhd/lib/gr_uhd_usrp_sink.cc
gr-uhd/lib/gr_uhd_usrp_source.cc
|
| | |
|
|/ |
|
|
|
|
| |
controlport.
|
|
|