gr-gsm/lib/qa_utils
Vasil Velichkov 89585b374b burst_file_source: Fix reading longer bursts
- Read bursts with pmt::deserialize directly from the std::filebuf
- Remove the unused unserialized variable
- Add tests

Since df978693 when the rx_time tags are present in the incomming stream
the gsm receiver adds fm_time to the burst's PMT and the bursts that
burst file sink writes becomes longer because of the additional field.

The burst file source block was expecting all burst to be 147 bytes long
and reading files with longer bursts was failing with an unhandled exception.

terminate called after throwing an instance of 'pmt::exception'
thread[thread-per-block[5]: <block dummy_burst_filter (2)>]: pmt_cdr: wrong_type : #f
  what():  pmt::deserialize: malformed input stream, tag value = : 115

Change-Id: I989b0d6a6b214088b7880e5cbf7bb6725492dbfc
2018-09-13 09:35:28 +00:00
..
CMakeLists.txt Changed organization of cmake files 2017-09-13 09:17:50 +02:00
burst_sink_impl.cc Modification of the burst sink to read bursts with headers - incomplete 2017-09-19 08:07:14 +02:00
burst_sink_impl.h Modification of the burst sink to read bursts with headers - incomplete 2017-09-19 08:07:14 +02:00
burst_source_impl.cc burst_file_source: Fix reading longer bursts 2018-09-13 09:35:28 +00:00
burst_source_impl.h Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
message_sink_impl.cc Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
message_sink_impl.h Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
message_source_impl.cc Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
message_source_impl.h Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00