lp:gr-osmosdr
- Get this branch:
- bzr branch lp:gr-osmosdr
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.osmocom.org/gr-osmosdr.
Last successful import was 3 hours ago.
Recent revisions
- 491. By Eric Wild <email address hidden> on 2021-01-27
-
disable spectrum sense for now
feval was removed in gr commit 0249f7ce0cf5173
b946b936c5cd663 80afc8bf92 - 490. By Clayton Smith on 2021-01-18
-
Use the new namespace for FFT windows
Signed-off-by: Eric Wild <email address hidden>
- 489. By Clayton Smith on 2021-01-18
-
Add Python bindings
Signed-off-by: Eric Wild <email address hidden>
- 488. By Matt Mills on 2021-01-18
-
Fix docstrings in python bindings for gr namespace
Signed-off-by: Eric Wild <email address hidden>
- 487. By Matt Mills on 2021-01-18
-
Replace swig with pybind11 for gr3.9 master compat
Signed-off-by: Eric Wild <email address hidden>
- 486. By Clayton Smith on 2021-01-18
-
Replace boost::shared_ptr with std::shared_ptr
Signed-off-by: Eric Wild <email address hidden>
- 485. By Gwenhael Goavec-Merou <email address hidden> on 2021-01-17
-
lib/xtrx: add missing libraries
Linking to the libxtrx libs got lost while merging
the xtrx support, which led to runtime issues when trying to use it.Signed-off-by: Gwenhael Goavec-Merou <email address hidden>
Signed-off-by: Eric Wild <email address hidden> - 484. By Clayton Smith on 2021-01-10
-
xtrx: remove BOOST_FOREACH and obsolete API call
All instances of BOOST_FOREACH were removed in an earlier commit, but it
was reintroduced when xtrx support was merged. I removed BOOST_FOREACH
again here.Also, xtrx support fails to build because it relies on the
xtrx_open_list function, which was removed from the xtrx API in 2019. It
was replaced with xtrx_open_string.I don't have xtrx hardware, so I've only tested that gr-osmosdr compiles
with these changes.Signed-off-by: Eric Wild <email address hidden>
- 483. By Clayton Smith on 2021-01-04
-
hackrf: fix bandwidth setting
The T/R switching code added in ae2253c516bfdc9
ae4575ecd61fe0e 6cd8608a0d
fails to set custom filter bandwidths because it sets bandwidth and
sample rate in the wrong order. As noted in the documentation for
hackrf_set_sample_ rate: "If you want to override the baseband filter
selection, you must do so after setting the sample rate."To solve this problem I moved the set_bandwidth call after
set_sample_rate. It was also necessary to skip the call if a custom
bandwidth was not requested.Signed-off-by: Eric Wild <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)