lp:gr-osmosdr

Created by dobey and last modified
Get this branch:
bzr branch lp:gr-osmosdr

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
gr-osmosdr
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.osmocom.org/gr-osmosdr.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log

Recent revisions

518. By Ruslan Migirov <email address hidden>

Fix pointer-to-integer casting precision loss in gr-osmosdr

Changed the casting of pointers to `long int` to `reinterpret_cast<std::intptr_t>`
in `source_impl.cc` and `sink_impl.cc`. This resolves the issue of precision
loss when compiling on 64-bit systems, where the size of pointers is 64 bits
and `long int` is typically 32 bits. Using `std::intptr_t` ensures safe
and portable casting across different platforms.
Additionally this fixes build in MSYS2 MinGW64 environment.

517. By Harald Welte <email address hidden>

convert README to markdow; expand/update it slightly

516. By Harald Welte <email address hidden>

The old git:// protocol is long deprecated, use https:// instead

515. By Harald Welte

Add debian packaging information

This allows (among others) to build rtl-sdr nightly packages
for a variety of distributions as part of the network:osmocom:nightly
builds.

514. By Carl Laufer <email address hidden>

rtlsdr: detect RTL-SDR Blog V4, set lower tuning limit to 0Mhz

Signed-off-by: Eric Wild <email address hidden>

513. By Hoernchen

fix gain mode caching

As pointed out in https://osmocom.org/issues/5562 and previously
discussed in https://github.com/gqrx-sdr/gqrx/issues/979 the current
cache fails to set 0, because the first map lookup of the key that does
not exist (and is created by accessing it using operator[]) returns 0.

512. By Hoernchen

hackf: remove deprecated register keyword, make c++17 happy

This fixes https://osmocom.org/issues/6004

511. By Eric Wild <email address hidden>

Merge pull request 'Avoid namespace conflicts' (#4) from argilo/gr-osmosdr:freesrp-namespaces into master

Reviewed-on: https://gitea.osmocom.org/sdr/gr-osmosdr/pulls/4

510. By Mike McCarrick <email address hidden>

Add support for RFSpace CloudSDR to gr-osmosdr

Signed-off-by: Eric Wild <email address hidden>

509. By Hoernchen

Re-add mirisdr support

This was originally removed in fe03d837038884bfde2efe63cbf8ead4b846a3c8

There are apparently a bunch of different compatible libmirisdr
libraries which are actually being used that have nothing in common with
the old, unmaintained hack we built this support for.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers