1. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  2. af76964 Define missing 16 bit endian swap macro and fix some endian.h inclusion. by Martin Jesper Low Madsen · 9 years ago
  3. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  4. 9e661ca Addition of processing of type 2 and 3 paging requests (previous commit) - credit to banjaxbanjo <paulkinsella29@yahoo.ie> by banjaxbanjo · 9 years ago
  5. 8c6e6ac Addition of processing of Pagin Requests Type 2 and 3 by ptrkrysik · 9 years ago
  6. 03da5c6 Changed code to use C++ functions, and select Panging Requests starting from message type byte - the effect will be probably shorter and easier to read code. by ptrkrysik · 9 years ago
  7. 6f27bcf Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  8. 27ca869 Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  9. dd700c1 Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly. by ptrkrysik · 9 years ago
  10. 2f0f4c3 Correction in system information extractor by ptrkrysik · 9 years ago
  11. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 10 years ago
  12. a31a481 Corrected extract_system_info_impl to work with PDU messages by ptrkrysik · 10 years ago
  13. 607a09e Updated burst printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. by Jacob Gilbert · 10 years ago
  14. e89aee1 Updated message printer to accept a pmt string which will be prepended to any printed messages for situations where multiple print blocks are desired. by Jacob Gilbert · 10 years ago
  15. 3be74a7 Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. by ptrkrysik · 10 years ago
  16. 402c1fa Added missing #include statements in order to make gr-gsm compile on some systems. by ptrkrysik · 10 years ago
  17. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  18. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  19. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  20. 7f61c64 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). by ptrkrysik · 10 years ago
  21. af9431b Added extraction of gsmtap header and message content from pmt msg by ptrkrysik · 10 years ago
  22. eaaf22f Added message input to the wireshark sink by ptrkrysik · 10 years ago
  23. 3c6dfcc Added empty sink for wireshark sink by ptrkrysik · 10 years ago
  24. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  25. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  26. fdef676 Added workaround old implementation of rotateN that is still present in ubuntu 14.04 packages by piotr · 10 years ago
  27. 2f897f5 Removed unnecessary #include by piotr · 10 years ago
  28. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  29. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  30. dda2227 Added new block for extracting info about base stations by piotr · 10 years ago
  31. c00ce9c Moved burst printer to different directory by piotr · 10 years ago