I been trying to set up op25 multi_rx with a motorola type 2 smartzone for San Francisco which uses mostly analog voice channels . I used the sample file for smartnet, I tried to change it to my settings. The control channel is decoding. However, whenever it gets an active talkgroup OP25 crashes.
I was trying to use an Airspy mini, in addition to also try an additional rtl. I am not certain if i have things configured correctly
the log below shows that tgid 80 was active, 80 is digital encrypted, but this error comes up the same way for any other talkgroup
I was trying to use an Airspy mini, in addition to also try an additional rtl. I am not certain if i have things configured correctly
the log below shows that tgid 80 was active, 80 is digital encrypted, but this error comes up the same way for any other talkgroup
Code:
12/16/20 21:35:27.375078 [1] Initializing voice channel
python version detected: 2.7.17 (default, Sep 30 2020, 13:38:04)
[GCC 7.5.0]
12/16/20 21:35:27.438941 [0] SMARTNET OSW (0x42f3,G,0x308)
12/16/20 21:35:27.468246 [0] SMARTNET OSW (0x1bf7,G,0x340)
12/16/20 21:35:27.490387 [0] SMARTNET OSW (0x0058,G,0x060,853.412500)
12/16/20 21:35:27.512258 [0] SMARTNET OSW (0x3bf7,G,0x308)
12/16/20 21:35:27.535076 [0] SMARTNET OSW (0x13bf,G,0x340)
12/16/20 21:35:27.535259 [0] set tgid=80, status=0x8, srcaddr=-1
12/16/20 21:35:27.535328 [0] new tgid=80 prio 3
12/16/20 21:35:27.535521 [0] new freq=853.412500
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "./multi_rx.py", line 815, in run
self.callback(msg)
File "/home/shahar/op25/op25/gr-op25_repeater/apps/tk_smartnet.py", line 135, in process_qmsg
rx.scan_for_talkgroups(curr_time)
File "/home/shahar/op25/op25/gr-op25_repeater/apps/tk_smartnet.py", line 795, in scan_for_talkgroups
freq, tgid, src = self.find_talkgroup(curr_time, tgid=self.current_tgid)
File "/home/shahar/op25/op25/gr-op25_repeater/apps/tk_smartnet.py", line 774, in find_talkgroup
if active_tgid in self.skiplist:
AttributeError: 'voice_receiver' object has no attribute 'skiplist'