1. 1c3419e Renamed burst sink/source to burst file sink/source by Roman Khassraf · 9 years ago
  2. b8f4909 Moved qa utilities to a separate directory by Roman Khassraf · 9 years ago
  3. 0a2e5c8 Merge remote-tracking branch 'upstream/master' into message-source-sink by Roman Khassraf · 9 years ago
  4. 277ed30 Added include for scoped_ptr by Roman Khassraf · 9 years ago
  5. 0940538 Added interpretation of neighbour cells from SI2bis and SI2ter messages. by ptrkrysik · 9 years ago
  6. a7cafdd Added missing include in burst_source_qa_impl.cc by Martin Hauke · 9 years ago
  7. 1e82b8d Implemented message sink block for unit testing by Roman Khassraf · 9 years ago
  8. adea86f Implemented message source block for unit testing by Roman Khassraf · 9 years ago
  9. 2bf49e4 Added option to message printer that allows printing the gsmtap header. by Roman Khassraf · 9 years ago
  10. 7faabf3 Added option to burst printer for ignoring dummy bursts. Issue #95 by Roman Khassraf · 9 years ago
  11. 590d96c Merge pull request #93 from romankh/a53-decryption-issue-85 by Piotr Krysik · 9 years ago
  12. b894289 Added block burst_sink_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  13. 462fa45 Added block burst_source_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  14. f287904 Fix for burst source thread join() bug. Issue #89 by Roman Khassraf · 9 years ago
  15. 4dec540 Added support for A5/2, A5/3, A5/4. Issue #85 by Roman Khassraf · 9 years ago
  16. c51f12b Changed decryption block to use osmo_a5 function, in preparation for issue 85 by Roman Khassraf · 9 years ago
  17. 9c58846 Added libosmocore to build. Preparation for issue #85 by Roman Khassraf · 9 years ago
  18. f329ae5 Merge pull request #82 from rpp0/rpp0-hopping-checks by Piotr Krysik · 9 years ago
  19. bc8de9c Merge pull request #83 from romankh/amr-decoding by Piotr Krysik · 9 years ago
  20. 8b60aca Merge pull request #87 from romankh/ia-collector by Piotr Krysik · 9 years ago
  21. f1111eb Added some doc to burst printer block. Issue #86 by Roman Khassraf · 9 years ago
  22. 6344496 Added options to burst printer to have partial output compatibility to airprobe. See issue #86 by Roman Khassraf · 9 years ago
  23. 1669e93 Implemented option to extract only one Immediate Assignment per request reference in the extractor. Enhancement of issue #84 by Roman Khassraf · 9 years ago
  24. 2b5ca48 Added option to ignore Immediate Assignments for GPRS channels in the extractor. Enhancement of issue #84 by Roman Khassraf · 9 years ago
  25. a212ca2 Added option to enable/disable information printing in immediate assignment extractor, plus code cleanup by Roman Khassraf · 9 years ago
  26. 95c6f9d Added functions for retrieving data from immediate assignment extractor by Roman Khassraf · 9 years ago
  27. 4a7b645 Merge remote-tracking branch 'upstream/master' into ia-collector by Roman Khassraf · 9 years ago
  28. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  29. 11b549e Added input validation to CX channel hopper block by rpp · 9 years ago
  30. 42411c6 Added more includes of STL containers definitions. by ptrkrysik · 9 years ago
  31. 3fe7584 Added includes of map and set to extract_system_info block by ptrkrysik · 9 years ago
  32. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  33. e9539c1 Implemented interpretation of bit map and variable bit map cell lists formats in system info extractor. by ptrkrysik · 9 years ago
  34. dfdf878 Changes to buildsystem from libgnuradio-gsm to libgnuradio-grgsm by ptrkrysik · 9 years ago
  35. 5bd14f2 Implementation of a block for extracting immediate assignments from control channel messages. Currently only printing to terminal. by Roman Khassraf · 9 years ago
  36. f3105d9 Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Boost thread library by Martin Jesper Low Madsen · 9 years ago
  37. 9ee374b Merge remote-tracking branch 'origin/romankh-master' by ptrkrysik · 9 years ago
  38. b6c6367 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  39. b99d551 Bugfix for issue #65 (compilation failure due to c++ 11 array initialization) by Roman Khassraf · 9 years ago
  40. 267214a Implemented channel hopping for CX channels by rpp · 9 years ago
  41. 4f0f3b5 Added CX channel hopper block by rpp · 9 years ago
  42. 91c2835 Corrected CX channels timeslot numbering by ptrkrysik · 9 years ago
  43. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  44. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  45. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  46. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  47. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  48. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  49. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  50. b85c062 Changed place where thread join function is invoked to run(). by ptrkrysik · 9 years ago
  51. 963f8b2 Make burst_source stop when end of file is reached by Piotr Krysik · 9 years ago
  52. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  53. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  54. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  55. 4de8e4a Fixed bug in tch_f_demappers check for consecutive bursts by Roman Khassraf · 9 years ago
  56. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  57. 650ce78 Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50 by Roman Khassraf · 9 years ago
  58. 155a744 Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03 by Roman Khassraf · 9 years ago
  59. 79fb925 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  60. a25b830 Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. by ptrkrysik · 9 years ago
  61. af76964 Define missing 16 bit endian swap macro and fix some endian.h inclusion. by Martin Jesper Low Madsen · 9 years ago
  62. 5817a79 Included endian.h to compile the decrytpion on OSX. Corrected issue #43 by ptrkrysik · 9 years ago
  63. 2d639da Removed unnecessary includes from decryption block. by ptrkrysik · 9 years ago
  64. fb6bc50 Implementation of TCH/F demapper block. See issue #38 by Roman Khassraf · 9 years ago
  65. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  66. e571e96 Added subslot assignment to frames, which enables filtering by subslot in e.g. wireshark by Roman Khassraf · 9 years ago
  67. 939edef First and last frame were not assigned a channel type by Roman Khassraf · 9 years ago
  68. 275a087 Moved channel type assignment into condition to avoid wrong assignments in case of multiple instances of universal_ctrl_chans_demapper_impl. See Issue #33 by Roman Khassraf · 9 years ago
  69. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  70. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  71. 4739c94 DECRYPTION NOW WORKS! (Corrected decryption block) by ptrkrysik · 9 years ago
  72. d8d4fbc Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. by ptrkrysik · 9 years ago
  73. 9d1cb8c Removed get_bcch_or_cch_bursts block by ptrkrysik · 9 years ago
  74. 9e661ca Addition of processing of type 2 and 3 paging requests (previous commit) - credit to banjaxbanjo <paulkinsella29@yahoo.ie> by banjaxbanjo · 9 years ago
  75. 8c6e6ac Addition of processing of Pagin Requests Type 2 and 3 by ptrkrysik · 9 years ago
  76. 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
  77. 6f27bcf Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  78. 27ca869 Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  79. dd700c1 Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly. by ptrkrysik · 9 years ago
  80. 258bbb8 Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (dump_tmsi(...)). by ptrkrysik · 9 years ago
  81. 9162922 Removing unnecessary forecast() and general_work(...) functions. by ptrkrysik · 9 years ago
  82. 82bd117 After: by ptrkrysik · 9 years ago
  83. 2f0f4c3 Correction in system information extractor by ptrkrysik · 9 years ago
  84. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 9 years ago
  85. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  86. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 9 years ago
  87. 8038b2e Added notices of THC's project in files originating from it. Added also mention of THC at "Thanks" section. by ptrkrysik · 10 years ago
  88. a1871f5 Correction in decryption block by ptrkrysik · 10 years ago
  89. a31a481 Corrected extract_system_info_impl to work with PDU messages by ptrkrysik · 10 years ago
  90. 18b631e Added new decryption block (be careful - untested component). Changed CMakeFiles to reflect more modular design (not finished for the lib directory) by ptrkrysik · 10 years ago
  91. 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
  92. 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
  93. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 years ago
  94. 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
  95. 30f3945 Commented boost libraries linked in order for plotting to work. Don't know how to force pybombs to install boost_iostreams. by ptrkrysik · 10 years ago
  96. 402c1fa Added missing #include statements in order to make gr-gsm compile on some systems. by ptrkrysik · 10 years ago
  97. bb69c79 Merge pull request #5 from dholm/feature/osx-support by Piotr K. · 10 years ago
  98. aea7f34 Added checking for Volk presence according to @dholm #4 pull request. by ptrkrysik · 10 years ago
  99. d57745d Removed assert.h as it caused more problems than it was worth. Fixes #7 by ptrkrysik · 10 years ago
  100. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago