<p>Vasil Velichkov <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13812">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Filter out SoapyAudio devices<br><br>When gr-osmosdr is compiled with SoapySDR support and SoapyAudio is<br>installed the audio device is picked as a first choice when detecting<br>devices but grgsm tools are not able to work with audio devices. So in<br>such cases the user has to always specify the correct SDR device in the<br>args parameter which is a bit inconvenient.<br><br>When args is not specified call osmosdr.device_find to get all devices<br>and filter out unspported ones like SoapyAudio devices. When args is<br>specifed just try to create osmosdr.source with whatever value has been<br>specified.<br><br>Add -l and --list-devices command line option that prints information<br>about all detected devices.<br><br>Example commands:<br>  grgsm_capture --list-devices<br>  grgsm_capture --list-devices --args=nofake<br>  grgsm_capture --args=uhd,type=b210 -a 111 capture.cfile<br>  grgsm_livemon --args=rtl<br>  grgsm_livemon --args=uhd,type=b210<br><br>Change-Id: Ib84081041ca6c2bc18b9da0c32bac9d3ecef65ca<br>---<br>M apps/grgsm_livemon.grc<br>M apps/grgsm_livemon_headless.grc<br>M apps/grgsm_scanner<br>M apps/helpers/grgsm_capture<br>M python/__init__.py<br>M python/misc_utils/CMakeLists.txt<br>A python/misc_utils/device.py<br>7 files changed, 89 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/12/13812/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13812">change 13812</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13812"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: gr-gsm </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ib84081041ca6c2bc18b9da0c32bac9d3ecef65ca </div>
<div style="display:none"> Gerrit-Change-Number: 13812 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Vasil Velichkov <vvvelichkov@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Piotr Krysik <ptrkrysik@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>