Error Message in osmocom_spectrum_sense command line tool:
tune: Exception: global name 'time' is not defined
Undefined command: "tune", Try "help"
Simple fix for the osmocom_spectrum_sense utility, the message queue is
really good at clearing itself, but for low tune/dwell delays the
threads need to sleep while it clears.
---
apps/osmocom_spectrum_sense | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/osmocom_spectrum_sense b/apps/osmocom_spectrum_sense
index ea365bb..0d280bd 100755
--- a/apps/osmocom_spectrum_sense
+++ b/apps/osmocom_spectrum_sense
@@ -30,6 +30,7 @@ from gnuradio.eng_option import eng_option
from optparse import OptionParser
import sys
import math
+import time
import struct
import threading
from datetime import datetime
--
2.19.1
Show replies by thread