1. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  2. 42411c6 Added more includes of STL containers definitions. by ptrkrysik · 9 years ago
  3. 3fe7584 Added includes of map and set to extract_system_info block by ptrkrysik · 9 years ago
  4. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  5. e9539c1 Implemented interpretation of bit map and variable bit map cell lists formats in system info extractor. by ptrkrysik · 9 years ago
  6. dfdf878 Changes to buildsystem from libgnuradio-gsm to libgnuradio-grgsm by ptrkrysik · 9 years ago
  7. 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
  8. 9ee374b Merge remote-tracking branch 'origin/romankh-master' by ptrkrysik · 9 years ago
  9. b6c6367 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  10. b99d551 Bugfix for issue #65 (compilation failure due to c++ 11 array initialization) by Roman Khassraf · 9 years ago
  11. 267214a Implemented channel hopping for CX channels by rpp · 9 years ago
  12. 4f0f3b5 Added CX channel hopper block by rpp · 9 years ago
  13. 91c2835 Corrected CX channels timeslot numbering by ptrkrysik · 9 years ago
  14. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  15. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  16. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  17. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  18. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  19. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  20. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  21. b85c062 Changed place where thread join function is invoked to run(). by ptrkrysik · 9 years ago
  22. 963f8b2 Make burst_source stop when end of file is reached by Piotr Krysik · 9 years ago
  23. cd5a48b Implemented a burst sink and a burst source. See issue #42 by Roman Khassraf · 9 years ago
  24. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  25. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  26. 4de8e4a Fixed bug in tch_f_demappers check for consecutive bursts by Roman Khassraf · 9 years ago
  27. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  28. 650ce78 Moved handling of stolen TCH frames / FACCH to tch_f_decoder. Issues #38 and #50 by Roman Khassraf · 9 years ago
  29. 155a744 Changed demapping of TCH and FACCH to conform with GSM 05.02 and 05.03 by Roman Khassraf · 9 years ago
  30. 79fb925 Merge remote-tracking branch 'upstream/master' by Roman Khassraf · 9 years ago
  31. a25b830 Changes in buildsystem bringing back capability to quickly add new blocks with use of gr_modool. by ptrkrysik · 9 years ago
  32. af76964 Define missing 16 bit endian swap macro and fix some endian.h inclusion. by Martin Jesper Low Madsen · 9 years ago
  33. 5817a79 Included endian.h to compile the decrytpion on OSX. Corrected issue #43 by ptrkrysik · 9 years ago
  34. 2d639da Removed unnecessary includes from decryption block. by ptrkrysik · 9 years ago
  35. fb6bc50 Implementation of TCH/F demapper block. See issue #38 by Roman Khassraf · 9 years ago
  36. 717b57b Added option to prepend framenumber in bursts_printer by Roman Khassraf · 9 years ago
  37. e571e96 Added subslot assignment to frames, which enables filtering by subslot in e.g. wireshark by Roman Khassraf · 9 years ago
  38. 939edef First and last frame were not assigned a channel type by Roman Khassraf · 9 years ago
  39. 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
  40. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  41. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  42. 4739c94 DECRYPTION NOW WORKS! (Corrected decryption block) by ptrkrysik · 9 years ago
  43. d8d4fbc Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. by ptrkrysik · 9 years ago
  44. 9d1cb8c Removed get_bcch_or_cch_bursts block by ptrkrysik · 9 years ago
  45. 9e661ca Addition of processing of type 2 and 3 paging requests (previous commit) - credit to banjaxbanjo <paulkinsella29@yahoo.ie> by banjaxbanjo · 9 years ago
  46. 8c6e6ac Addition of processing of Pagin Requests Type 2 and 3 by ptrkrysik · 9 years ago
  47. 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
  48. 6f27bcf Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  49. 27ca869 Update tmsi_dumper_impl.cc by banjaxbanjo · 9 years ago
  50. dd700c1 Moved files to gr-gsm directories. Changed CMakeLists.txt files accordingly. by ptrkrysik · 9 years ago
  51. 258bbb8 Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (dump_tmsi(...)). by ptrkrysik · 9 years ago
  52. 9162922 Removing unnecessary forecast() and general_work(...) functions. by ptrkrysik · 9 years ago
  53. 82bd117 After: by ptrkrysik · 9 years ago
  54. 2f0f4c3 Correction in system information extractor by ptrkrysik · 9 years ago
  55. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 9 years ago
  56. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  57. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 10 years ago
  58. 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
  59. a1871f5 Correction in decryption block by ptrkrysik · 10 years ago
  60. a31a481 Corrected extract_system_info_impl to work with PDU messages by ptrkrysik · 10 years ago
  61. 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
  62. 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
  63. 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
  64. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 years ago
  65. 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
  66. 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
  67. 402c1fa Added missing #include statements in order to make gr-gsm compile on some systems. by ptrkrysik · 10 years ago
  68. bb69c79 Merge pull request #5 from dholm/feature/osx-support by Piotr K. · 10 years ago
  69. aea7f34 Added checking for Volk presence according to @dholm #4 pull request. by ptrkrysik · 10 years ago
  70. d57745d Removed assert.h as it caused more problems than it was worth. Fixes #7 by ptrkrysik · 10 years ago
  71. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  72. f2497bd receiver: Use std::vector for gr_complex by David Holm · 10 years ago
  73. 9880653 endian: MacOS X support for endian conversion macros by David Holm · 10 years ago
  74. 8db1561 Removed a debug message that was left accidently. by ptrkrysik · 10 years ago
  75. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  76. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  77. 6dded65 Added new configurable block for demapping of control channels. by ptrkrysik · 10 years ago
  78. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  79. d85d460 Commenting files included for debugging. Fixed #2 issue. by ptrkrysik · 10 years ago
  80. 6f6d46d Corrected frame number by ptrkrysik · 10 years ago
  81. e518bbf Added capability to receive multiple channels of a single BTS to the receiver. It is now possible to receive bursts on channels for which frequency hopping was used. Changed examples to work without hierarhical GSM Receiver block. by ptrkrysik · 10 years ago
  82. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  83. 6bb450d Merge branch 'master' of github.com:Jakotako/gr-gsm by ptrkrysik · 10 years ago
  84. 5821379 First step to add multichannel capability to the GSM receiver. At this moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code. by ptrkrysik · 10 years ago
  85. a25bb70 Changed asser.h to output DCOUT messages to stderr by ptrkrysik · 10 years ago
  86. 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
  87. af9431b Added extraction of gsmtap header and message content from pmt msg by ptrkrysik · 10 years ago
  88. eaaf22f Added message input to the wireshark sink by ptrkrysik · 10 years ago
  89. 3c6dfcc Added empty sink for wireshark sink by ptrkrysik · 10 years ago
  90. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  91. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  92. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  93. fdef676 Added workaround old implementation of rotateN that is still present in ubuntu 14.04 packages by piotr · 10 years ago
  94. 2f897f5 Removed unnecessary #include by piotr · 10 years ago
  95. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  96. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  97. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  98. dda2227 Added new block for extracting info about base stations by piotr · 10 years ago
  99. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  100. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago