1. 9f1cfce Added QA / unit testing for decryption block by Roman Khassraf · 9 years ago
  2. b894289 Added block burst_sink_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  3. 462fa45 Added block burst_source_qa for unit testing of burst-based blocks by Roman Khassraf · 9 years ago
  4. c7cbbe9 Merge pull request #90 from romankh/burst-source-join-issue-89 by Piotr Krysik · 9 years ago
  5. f287904 Fix for burst source thread join() bug. Issue #89 by Roman Khassraf · 9 years ago
  6. 4dec540 Added support for A5/2, A5/3, A5/4. Issue #85 by Roman Khassraf · 9 years ago
  7. c51f12b Changed decryption block to use osmo_a5 function, in preparation for issue 85 by Roman Khassraf · 9 years ago
  8. 9c58846 Added libosmocore to build. Preparation for issue #85 by Roman Khassraf · 9 years ago
  9. f329ae5 Merge pull request #82 from rpp0/rpp0-hopping-checks by Piotr Krysik · 9 years ago
  10. bc8de9c Merge pull request #83 from romankh/amr-decoding by Piotr Krysik · 9 years ago
  11. 8b60aca Merge pull request #87 from romankh/ia-collector by Piotr Krysik · 9 years ago
  12. 4e0afb4 Merge pull request #88 from romankh/burst-printer-86 by Piotr Krysik · 9 years ago
  13. f1111eb Added some doc to burst printer block. Issue #86 by Roman Khassraf · 9 years ago
  14. 6344496 Added options to burst printer to have partial output compatibility to airprobe. See issue #86 by Roman Khassraf · 9 years ago
  15. 1e9a809 Improved documentation of immediate assignment extractor by Roman Khassraf · 9 years ago
  16. 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
  17. 2b5ca48 Added option to ignore Immediate Assignments for GPRS channels in the extractor. Enhancement of issue #84 by Roman Khassraf · 9 years ago
  18. a212ca2 Added option to enable/disable information printing in immediate assignment extractor, plus code cleanup by Roman Khassraf · 9 years ago
  19. 95c6f9d Added functions for retrieving data from immediate assignment extractor by Roman Khassraf · 9 years ago
  20. 4a7b645 Merge remote-tracking branch 'upstream/master' into ia-collector by Roman Khassraf · 9 years ago
  21. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  22. 11b549e Added input validation to CX channel hopper block by rpp · 9 years ago
  23. 42411c6 Added more includes of STL containers definitions. by ptrkrysik · 9 years ago
  24. 3fe7584 Added includes of map and set to extract_system_info block by ptrkrysik · 9 years ago
  25. e8ea529 Changed position of mailing list info in readme by Piotr Krysik · 9 years ago
  26. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  27. e9539c1 Implemented interpretation of bit map and variable bit map cell lists formats in system info extractor. by ptrkrysik · 9 years ago
  28. dfdf878 Changes to buildsystem from libgnuradio-gsm to libgnuradio-grgsm by ptrkrysik · 9 years ago
  29. fee40b1 Added gr-gsm's mailing list address by Piotr Krysik · 9 years ago
  30. 96d5efc Merge pull request #73 from martinjlowm/master by Piotr Krysik · 9 years ago
  31. 5bd14f2 Implementation of a block for extracting immediate assignments from control channel messages. Currently only printing to terminal. by Roman Khassraf · 9 years ago
  32. 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
  33. 9ee374b Merge remote-tracking branch 'origin/romankh-master' by ptrkrysik · 9 years ago
  34. 42bbbd3 Merge pull request #66 from romankh/master by Piotr Krysik · 9 years ago
  35. b6c6367 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  36. b99d551 Bugfix for issue #65 (compilation failure due to c++ 11 array initialization) by Roman Khassraf · 9 years ago
  37. 544d9a0 Merge pull request #64 from rpp0/rpp0-hopping by Piotr Krysik · 9 years ago
  38. 267214a Implemented channel hopping for CX channels by rpp · 9 years ago
  39. 4f0f3b5 Added CX channel hopper block by rpp · 9 years ago
  40. 601dca3 Merge pull request #63 from romankh/amr-decoding by Piotr Krysik · 9 years ago
  41. 91c2835 Corrected CX channels timeslot numbering by ptrkrysik · 9 years ago
  42. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  43. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  44. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  45. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  46. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  47. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  48. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  49. 5d73271 Corrected timemeslot to timeslot by ptrkrysik · 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. a6e271f Merge branch 'romankh-master' by ptrkrysik · 9 years ago
  53. 0e8729f Merge pull request #60 from romankh/demapper-wrap by Piotr Krysik · 9 years ago
  54. bebfd34 Merge pull request #59 from romankh/burst-sink-source by Piotr Krysik · 9 years ago
  55. 92398cf Included block.h instead of sync_block in message_printer by Piotr Krysik · 9 years ago
  56. 18f7690 Update gsm_input.py by Piotr Krysik · 9 years ago
  57. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  58. ad2cfb2 Update README.md by Piotr Krysik · 9 years ago
  59. 1c48ce5 Added preconfigured demapper blocks that wrap universal ctrl chans demapper by Roman Khassraf · 9 years ago
  60. d9d1ea4 Added Roman Khassraf to credits by ptrkrysik · 9 years ago
  61. 524a6a0 Merging fix of TCH Demapper by @romankh. The fix works on all test data that I currently have. by ptrkrysik · 9 years ago
  62. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  63. 9bd9baf Fixed typos in tch demapper and ctrl chans demapper by Roman Khassraf · 9 years ago
  64. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  65. 4de8e4a Fixed bug in tch_f_demappers check for consecutive bursts by Roman Khassraf · 9 years ago
  66. 037ac88 Changed eample to a working one. The signal file is available here: https://docs.google.com/file/d/0B0qU_6hXMacZVEptMnlkeklBUEk/edit?pli=1 by ptrkrysik · 9 years ago
  67. ca08d2e Added an example for decoding TCH/F channels - it doesn't work yet. by ptrkrysik · 9 years ago
  68. 07e577f Merge pull request #53 from romankh/master by Piotr Krysik · 9 years ago
  69. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  70. 650ce78 Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50 by Roman Khassraf · 9 years ago
  71. e55cba4 Merge pull request #49 from romankh/master by Piotr Krysik · 9 years ago
  72. 155a744 Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03 by Roman Khassraf · 9 years ago
  73. 79fb925 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  74. a25b830 Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. by ptrkrysik · 9 years ago
  75. a33f3d8 Merge pull request #44 from martinjlowm/master by Piotr Krysik · 9 years ago
  76. a9cfa67 Let the GUI support GSM 1800 and 1900 frequency bands. by Martin Jesper Low Madsen · 9 years ago
  77. af76964 Define missing 16 bit endian swap macro and fix some endian.h inclusion. by Martin Jesper Low Madsen · 9 years ago
  78. 5817a79 Included endian.h to compile the decrytpion on OSX. Corrected issue #43 by ptrkrysik · 9 years ago
  79. 2d639da Removed unnecessary includes from decryption block. by ptrkrysik · 9 years ago
  80. 7864453 Information for developers by Piotr Krysik · 9 years ago
  81. 1e35936 Changed wireshark parameters by Piotr Krysik · 9 years ago
  82. e509c4f Added missing characters to code section. by Piotr Krysik · 9 years ago
  83. fb6bc50 Implementation of TCH/F demapper block. See issue #38 by Roman Khassraf · 9 years ago
  84. 58aa2a8 Merge branch 'master' of https://github.com/ptrkrysik/gr-gsm by ptrkrysik · 9 years ago
  85. adf3829 Added description of installation through docker. by ptrkrysik · 9 years ago
  86. 808daf1 Merge pull request #36 from romankh/master by Piotr Krysik · 9 years ago
  87. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  88. e571e96 Added subslot assignment to frames, which enables filtering by subslot in e.g. wireshark by Roman Khassraf · 9 years ago
  89. 939edef First and last frame were not assigned a channel type by Roman Khassraf · 9 years ago
  90. 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
  91. 77c7256 Added description of manual compilation to README by ptrkrysik · 9 years ago
  92. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  93. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  94. 14db3c0 Renamed PKG conf related file - the new file need to be checked by ptrkrysik · 9 years ago
  95. 3c73810 Removed redundant CMakeList.txt by ptrkrysik · 9 years ago
  96. 287f9e1 The range at bottom of frequency block wasn't updating with a change in frequency: correction in gnuradio-companion flowgraph by David Maynor · 9 years ago
  97. 64d9a44 The range at bottom of frequency block wasn't updating with a change in frequency by David Maynor · 9 years ago
  98. a0deb1c Removed airprobe_usrp - USRP's should are supported by airprobe_rtlsdr and because of this the separate application is redundant by ptrkrysik · 9 years ago
  99. c184823 Added SACCH channel and blocks for SDCCH8/SACCH8 channels that are disabled currently by ptrkrysik · 9 years ago
  100. 0b926a9 Removed last parameter given to socket_pdu to keep compatibility with Ubuntu's 14.10 gnuradio. by ptrkrysik · 9 years ago