Commit Graph

13 Commits

Author SHA1 Message Date
Vadim Yanitskiy a11692085e Fix compilation error: '_1' was not declared in this scope
Change-Id: I0f1f2df817a65f7d5b72c5280451346a0a011d47
2021-05-03 20:34:13 +02:00
Vasil Velichkov 75ae9cc361 Format the output into ostringstream and then write it at once.
This fixes the garbled output when multiple printers are used in a
flowgraph.

closes #255
closes #420

Change-Id: I1012ed26371b4c67163545652f0a1ce0f576af9e
2018-09-11 09:12:02 +00:00
Piotr Krysik a6268a5bc1 Big update of copyright statements so they can be automatically processed to produce debian/copyright file 2017-08-23 16:02:19 +02:00
Piotr Krysik 29bcd398cd Added missing include of endian.h to the message printer 2015-09-20 13:15:51 +02:00
Roman Khassraf dfe7009435 Added options to print frame number and A5 frame count in message printer. Issue #127 2015-09-13 10:59:56 +02:00
Roman Khassraf 2bf49e4dd5 Added option to message printer that allows printing the gsmtap header. 2015-07-26 13:47:26 +02:00
Jacob Gilbert e89aee1934 Updated message printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. 2014-12-13 10:32:21 -08:00
ptrkrysik 3be74a732b Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. 2014-12-13 10:11:00 +01:00
ptrkrysik 402c1fac30 Added missing #include statements in order to make gr-gsm compile on some systems.
CLoses issue #8.
2014-12-03 22:09:29 +01:00
ptrkrysik 529895b14c Updated copyleft statements of my files #3 2014-12-02 18:07:38 +01:00
ptrkrysik 617ba03ffc Changed format of messages containing bursts to PDU. Corrected types of bursts. 2014-11-21 10:11:05 +01:00
ptrkrysik 7f61c6440c Changes in control channels decoder to output messages in PDU format - when connected to Socket PDU the messages can be dissected with Wireshark now. The information in the header might be not complete/fully correct at this moment (no SNR, power measurements, channel type statically set to BCCH). 2014-10-30 08:57:27 +01:00
piotr ab663c8844 Added new block for message printing, removed legacy code from the decoder and bursts printer 2014-08-06 14:14:15 +02:00