This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
ptrkrysik gerrit-no-reply at lists.osmocom.orgHello vvvelichkov,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/gr-gsm/+/24067
to review the following change.
Change subject: grgsm_livemon: Disable PPS sync
......................................................................
grgsm_livemon: Disable PPS sync
Because of the following error when used with USRP B100
[INFO] [MULTI_USRP] 1) catch time transition at pps edge
Traceback (most recent call last):
File "./grgsm_livemon.py", line 365, in <module>
main()
File "./grgsm_livemon.py", line 343, in main
tb = top_block_cls(fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, shiftoff=options.shiftoff)
File "./grgsm_livemon.py", line 114, in __init__
self.rtlsdr_source_0.set_time_unknown_pps(osmosdr.time_spec_t())
File "/home/vasko/gr38/lib/python3.7/dist-packages/osmosdr/osmosdr_swig.py", line 2543, in set_time_unknown_pps
return _osmosdr_swig.source_sptr_set_time_unknown_pps(self, time_spec)
RuntimeError: RuntimeError: Board 0 may not be getting a PPS signal!
No PPS detected within the time interval.
See the application notes for your device.
Change-Id: Iee6124bdb2441666a53ac9ee5239894aea61dfde
---
M apps/grgsm_livemon.grc
M apps/grgsm_livemon_headless.grc
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/67/24067/1
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index 3d80268..2f6d29c 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -870,7 +870,7 @@
nchan: '1'
num_mboards: '1'
sample_rate: samp_rate
- sync: sync
+ sync: none
time_source0: ''
time_source1: ''
time_source2: ''
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index e6728b7..4d0c83e 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -762,7 +762,7 @@
nchan: '1'
num_mboards: '1'
sample_rate: samp_rate
- sync: sync
+ sync: none
time_source0: ''
time_source1: ''
time_source2: ''
--
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24067
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: Iee6124bdb2441666a53ac9ee5239894aea61dfde
Gerrit-Change-Number: 24067
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: vvvelichkov <vvvelichkov at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/5ba92dbb/attachment.htm>