1. bebfd34 Merge pull request #59 from romankh/burst-sink-source by Piotr Krysik · 9 years ago
  2. 92398cf Included block.h instead of sync_block in message_printer by Piotr Krysik · 9 years ago
  3. 18f7690 Update gsm_input.py by Piotr Krysik · 9 years ago
  4. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  5. ad2cfb2 Update README.md by Piotr Krysik · 9 years ago
  6. 1c48ce5 Added preconfigured demapper blocks that wrap universal ctrl chans demapper by Roman Khassraf · 9 years ago
  7. d9d1ea4 Added Roman Khassraf to credits by ptrkrysik · 9 years ago
  8. 524a6a0 Merging fix of TCH Demapper by @romankh. The fix works on all test data that I currently have. by ptrkrysik · 9 years ago
  9. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  10. 9bd9baf Fixed typos in tch demapper and ctrl chans demapper by Roman Khassraf · 9 years ago
  11. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  12. 4de8e4a Fixed bug in tch_f_demappers check for consecutive bursts by Roman Khassraf · 9 years ago
  13. 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
  14. ca08d2e Added an example for decoding TCH/F channels - it doesn't work yet. by ptrkrysik · 9 years ago
  15. 07e577f Merge pull request #53 from romankh/master by Piotr Krysik · 9 years ago
  16. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  17. 650ce78 Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50 by Roman Khassraf · 9 years ago
  18. e55cba4 Merge pull request #49 from romankh/master by Piotr Krysik · 9 years ago
  19. 155a744 Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03 by Roman Khassraf · 9 years ago
  20. 79fb925 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  21. a25b830 Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. by ptrkrysik · 9 years ago
  22. a33f3d8 Merge pull request #44 from martinjlowm/master by Piotr Krysik · 9 years ago
  23. a9cfa67 Let the GUI support GSM 1800 and 1900 frequency bands. by Martin Jesper Low Madsen · 9 years ago
  24. af76964 Define missing 16 bit endian swap macro and fix some endian.h inclusion. by Martin Jesper Low Madsen · 9 years ago
  25. 5817a79 Included endian.h to compile the decrytpion on OSX. Corrected issue #43 by ptrkrysik · 9 years ago
  26. 2d639da Removed unnecessary includes from decryption block. by ptrkrysik · 9 years ago
  27. 7864453 Information for developers by Piotr Krysik · 9 years ago
  28. 1e35936 Changed wireshark parameters by Piotr Krysik · 9 years ago
  29. e509c4f Added missing characters to code section. by Piotr Krysik · 9 years ago
  30. fb6bc50 Implementation of TCH/F demapper block. See issue #38 by Roman Khassraf · 9 years ago
  31. 58aa2a8 Merge branch 'master' of https://github.com/ptrkrysik/gr-gsm by ptrkrysik · 9 years ago
  32. adf3829 Added description of installation through docker. by ptrkrysik · 9 years ago
  33. 808daf1 Merge pull request #36 from romankh/master by Piotr Krysik · 9 years ago
  34. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  35. e571e96 Added subslot assignment to frames, which enables filtering by subslot in e.g. wireshark by Roman Khassraf · 9 years ago
  36. 939edef First and last frame were not assigned a channel type by Roman Khassraf · 9 years ago
  37. 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
  38. 77c7256 Added description of manual compilation to README by ptrkrysik · 9 years ago
  39. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  40. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  41. 14db3c0 Renamed PKG conf related file - the new file need to be checked by ptrkrysik · 9 years ago
  42. 3c73810 Removed redundant CMakeList.txt by ptrkrysik · 9 years ago
  43. 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
  44. 64d9a44 The range at bottom of frequency block wasn't updating with a change in frequency by David Maynor · 9 years ago
  45. 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
  46. c184823 Added SACCH channel and blocks for SDCCH8/SACCH8 channels that are disabled currently by ptrkrysik · 9 years ago
  47. 0b926a9 Removed last parameter given to socket_pdu to keep compatibility with Ubuntu's 14.10 gnuradio. by ptrkrysik · 9 years ago
  48. 69fb52a Added default value of key to the decryption block - for this value the decrytpion block just copies bursts from input to the output. by ptrkrysik · 9 years ago
  49. 4739c94 DECRYPTION NOW WORKS! (Corrected decryption block) by ptrkrysik · 9 years ago
  50. d8d4fbc Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. by ptrkrysik · 9 years ago
  51. 9d1cb8c Removed get_bcch_or_cch_bursts block by ptrkrysik · 9 years ago
  52. 9e661ca Addition of processing of type 2 and 3 paging requests (previous commit) - credit to banjaxbanjo <paulkinsella29@yahoo.ie> by banjaxbanjo · 9 years ago
  53. 8c6e6ac Addition of processing of Pagin Requests Type 2 and 3 by ptrkrysik · 9 years ago
  54. 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
  55. bdc7a2d Merge pull request #24 from banjaxbanjo/patch-2 by Piotr Krysik · 9 years ago
  56. 6f27bcf Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  57. 27ca869 Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  58. f46f563 Added gr-gsm gnuradio-companion xml description file for tmsi_dumper by ptrkrysik · 9 years ago
  59. 8984758 Changed grgsm_swig.i to include the tmsi_dumper by ptrkrysik · 9 years ago
  60. dd700c1 Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly. by ptrkrysik · 9 years ago
  61. 258bbb8 Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (dump_tmsi(...)). by ptrkrysik · 9 years ago
  62. 9162922 Removing unnecessary forecast() and general_work(...) functions. by ptrkrysik · 9 years ago
  63. 82bd117 After: by ptrkrysik · 9 years ago
  64. 2f0f4c3 Correction in system information extractor by ptrkrysik · 9 years ago
  65. 33c09cc Corrected email address by ptrkrysik · 9 years ago
  66. 08f1973 Corrected airprobe_rtlsdr.py to work with older gnuradio by ptrkrysik · 9 years ago
  67. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 10 years ago
  68. ef5e2db Removed some typedefs by ptrkrysik · 10 years ago
  69. 3c442a6 Merge branch 'master' of https://github.com/ptrkrysik/gr-gsm by ptrkrysik · 10 years ago
  70. c490d12 Merge branch 'mrjaco-master' by ptrkrysik · 10 years ago
  71. 9032b87 Added gain, fc (carrier frequency) and sample frequency parameters to the rtlsdr and usrp apps. by ptrkrysik · 10 years ago
  72. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 10 years ago
  73. 2d1705f Update README.md by Piotr Krysik · 10 years ago
  74. 42d7d1b Update README.md by Piotr Krysik · 10 years ago
  75. f7ae598 Update README.md by Piotr Krysik · 10 years ago
  76. 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
  77. a1871f5 Correction in decryption block by ptrkrysik · 10 years ago
  78. a31a481 Corrected extract_system_info_impl to work with PDU messages by ptrkrysik · 10 years ago
  79. 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
  80. 16c3d26 Added example of usage of new experimental blocks (components for a new receiver) by ptrkrysik · 10 years ago
  81. 6c35013 Added separate file for short license notice (that is used for example by gr_modtool to add these notices) and longer Copying file with full license. by ptrkrysik · 10 years ago
  82. 90da960 Slightly reorganized layout of GRC flographs to be consistant with snap-to-grid spacing for GR 3.7.5 by Jacob Gilbert · 10 years ago
  83. 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
  84. 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
  85. 79d0909 Added example showing that python blocks for new experimental gsm receiver can be actually used for searching for FCCH and SCH bursts and showing their positions on plots. by ptrkrysik · 10 years ago
  86. 821c87c Added some info about python blocks. by ptrkrysik · 10 years ago
  87. ec6306b Added LIB_SUFFIX in CMakeLists.txt (by Matin Hauke) by ptrkrysik · 10 years ago
  88. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 years ago
  89. 2e5b7fb Corrected sch_detector 'np.complex64' occurences to 'complex64'. by ptrkrysik · 10 years ago
  90. 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
  91. 0cd9ef0 Update README.md by Piotr Krysik · 10 years ago
  92. 3c00d1c Update README.md by Piotr Krysik · 10 years ago
  93. e3cc354 Update README.md by Piotr Krysik · 10 years ago
  94. dd2798f Update README.md by Piotr Krysik · 10 years ago
  95. fca7e84 Update README.md by Piotr Krysik · 10 years ago
  96. ad1785e Update README.md by Piotr Krysik · 10 years ago
  97. 81a681e Update README.md by Piotr Krysik · 10 years ago
  98. f9a00ab Update README.md by Piotr Krysik · 10 years ago
  99. b3e7b66 Update README.md by Piotr Krysik · 10 years ago
  100. 6985131 Update sch_detector.py by Piotr Krysik · 10 years ago