rcummings14
Member
When I add my TG.tsv file the trunk.tsv I get a bunch of errors. Everything works fine when I don't have the .tsv file in trunk.tsv. I'm a noob to linux.
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy airspyhf soapy redpitaya freesrp
Using device #0 Realtek RTL2838UHIDIR SN: Tuner1
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
Exact sample rate is: 2500000.107620 Hz
[R82XX] PLL not locked!
__set_rx_from_osmosdr(): failed to set frequency
Using two-stage decimator for speed=2500000, decim=25/4 if1=100000 if2=25000
Project 25 IMBE Encoder/Decoder Fixed-Point implementation
Developed by Pavel Yazev E-mail: pyazev@gmail.com
Version 1.0 (c) Copyright 2009
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the file ``LICENSE'' for details.
op25_audio:
pen_socket(): enabled udp host(127.0.0.1), wireshark(23456), audio(23456)
p25_frame_assembler_impl: do_imbe[1], do_output[0], do_audio_output[1], do_phase2_tdma[1]
Traceback (most recent call last):
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 910, in <module>
rx = rx_main()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 833, in __init__
self.tb = p25_rx_block(self.options)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 235, in __init__
self.open_usrp()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 717, in open_usrp
self.__set_rx_from_osmosdr()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 658, in __set_rx_from_osmosdr
self.__build_graph(self.src, capture_rate)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 364, in __build_graph
self.trunk_rx = trunking.rx_ctl(frequency_set = self.change_freq, debug = self.options.verbosity, conf_file = self.options.trunk_conf_file, logfile_workers=logfile_workers, send_event=self.send_event)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1183, in __init__
self.build_config_tsv(conf_file)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1252, in build_config_tsv
self.setup_config(load_tsv(tsv_filename))
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1313, in setup_config
self.configs = make_config(configs)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/tsvfile.py", line 177, in make_config
read_tags_file(tgid_tags_file, result_config[nac]['tgid_map'])
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/tsvfile.py", line 141, in read_tags_file
txt = row[1]
IndexError: list index out of range
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy airspyhf soapy redpitaya freesrp
Using device #0 Realtek RTL2838UHIDIR SN: Tuner1
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
Exact sample rate is: 2500000.107620 Hz
[R82XX] PLL not locked!
__set_rx_from_osmosdr(): failed to set frequency
Using two-stage decimator for speed=2500000, decim=25/4 if1=100000 if2=25000
Project 25 IMBE Encoder/Decoder Fixed-Point implementation
Developed by Pavel Yazev E-mail: pyazev@gmail.com
Version 1.0 (c) Copyright 2009
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the file ``LICENSE'' for details.
op25_audio:
p25_frame_assembler_impl: do_imbe[1], do_output[0], do_audio_output[1], do_phase2_tdma[1]
Traceback (most recent call last):
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 910, in <module>
rx = rx_main()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 833, in __init__
self.tb = p25_rx_block(self.options)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 235, in __init__
self.open_usrp()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 717, in open_usrp
self.__set_rx_from_osmosdr()
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 658, in __set_rx_from_osmosdr
self.__build_graph(self.src, capture_rate)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/./rx.py", line 364, in __build_graph
self.trunk_rx = trunking.rx_ctl(frequency_set = self.change_freq, debug = self.options.verbosity, conf_file = self.options.trunk_conf_file, logfile_workers=logfile_workers, send_event=self.send_event)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1183, in __init__
self.build_config_tsv(conf_file)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1252, in build_config_tsv
self.setup_config(load_tsv(tsv_filename))
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/trunking.py", line 1313, in setup_config
self.configs = make_config(configs)
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/tsvfile.py", line 177, in make_config
read_tags_file(tgid_tags_file, result_config[nac]['tgid_map'])
File "/media/ray/DATA/op25/op25/gr-op25_repeater/apps/tsvfile.py", line 141, in read_tags_file
txt = row[1]
IndexError: list index out of range