1. 4739c94 DECRYPTION NOW WORKS! (Corrected decryption block) by ptrkrysik · 9 years ago
  2. d8d4fbc Added timeslot nr parameter to the demapper to enable it to work on other timeslots that 0. by ptrkrysik · 9 years ago
  3. 9d1cb8c Removed get_bcch_or_cch_bursts block by ptrkrysik · 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. 258bbb8 Added in tmsi_dumper.cc and tmsi_dumper.h function that processes messages (dump_tmsi(...)). by ptrkrysik · 9 years ago
  11. 9162922 Removing unnecessary forecast() and general_work(...) functions. by ptrkrysik · 9 years ago
  12. 82bd117 After: by ptrkrysik · 9 years ago
  13. 2f0f4c3 Correction in system information extractor by ptrkrysik · 9 years ago
  14. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 9 years ago
  15. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  16. 3b77654 Merge branch 'master' of https://github.com/mrjacobagilbert/gr-gsm into mrjaco-master by ptrkrysik · 10 years ago
  17. 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
  18. a1871f5 Correction in decryption block by ptrkrysik · 10 years ago
  19. a31a481 Corrected extract_system_info_impl to work with PDU messages by ptrkrysik · 10 years ago
  20. 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
  21. 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
  22. 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
  23. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 years ago
  24. 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
  25. 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
  26. 402c1fa Added missing #include statements in order to make gr-gsm compile on some systems. by ptrkrysik · 10 years ago
  27. bb69c79 Merge pull request #5 from dholm/feature/osx-support by Piotr K. · 10 years ago
  28. aea7f34 Added checking for Volk presence according to @dholm #4 pull request. by ptrkrysik · 10 years ago
  29. d57745d Removed assert.h as it caused more problems than it was worth. Fixes #7 by ptrkrysik · 10 years ago
  30. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  31. f2497bd receiver: Use std::vector for gr_complex by David Holm · 10 years ago
  32. 9880653 endian: MacOS X support for endian conversion macros by David Holm · 10 years ago
  33. 8db1561 Removed a debug message that was left accidently. by ptrkrysik · 10 years ago
  34. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  35. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  36. 6dded65 Added new configurable block for demapping of control channels. by ptrkrysik · 10 years ago
  37. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  38. d85d460 Commenting files included for debugging. Fixed #2 issue. by ptrkrysik · 10 years ago
  39. 6f6d46d Corrected frame number by ptrkrysik · 10 years ago
  40. 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
  41. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  42. 6bb450d Merge branch 'master' of github.com:Jakotako/gr-gsm by ptrkrysik · 10 years ago
  43. 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
  44. a25bb70 Changed asser.h to output DCOUT messages to stderr by ptrkrysik · 10 years ago
  45. 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
  46. af9431b Added extraction of gsmtap header and message content from pmt msg by ptrkrysik · 10 years ago
  47. eaaf22f Added message input to the wireshark sink by ptrkrysik · 10 years ago
  48. 3c6dfcc Added empty sink for wireshark sink by ptrkrysik · 10 years ago
  49. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  50. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  51. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  52. fdef676 Added workaround old implementation of rotateN that is still present in ubuntu 14.04 packages by piotr · 10 years ago
  53. 2f897f5 Removed unnecessary #include by piotr · 10 years ago
  54. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  55. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  56. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  57. dda2227 Added new block for extracting info about base stations by piotr · 10 years ago
  58. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  59. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago
  60. df30459 Added option to the simple mapper by piotr · 10 years ago
  61. c00ce9c Moved burst printer to different directory by piotr · 10 years ago
  62. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago
  63. 501c51e Moved more files related to the gsm receiver to the receiver directory. by piotr · 10 years ago
  64. 7f3f366 Little changes commited from all files. Cleanup in the lib directory - files moved associated with different blocks moved to associated directories. by piotr · 10 years ago
  65. 7af92ca Correction in plotting.h by piotr · 10 years ago
  66. f0039b4 Changed soft symbols according to "Soft-Decision MLSE Data Receiver for GSM System" Martin Lee, Zoran Zvonar paper by piotr · 10 years ago
  67. ebd0623 Changed the viterbi equalizer output from hard to soft. The output values are branch metrics. by piotr · 10 years ago
  68. c7c249a Changed gr-gsm::receiver block into typical typical sink inherited from sync_block. by piotr · 10 years ago
  69. d73f0bb Removed get_ccch_bursts block by piotr · 10 years ago
  70. da8a066 Little cleanups by piotr · 10 years ago
  71. f502e0f Replaced nasty hack for training sequences 6 and 7 with a condition depending on the first symbol of training sequences. It's still a little bit of a hack because I don't know why exactly those starting points have to be used. by piotr · 10 years ago
  72. ce92f98 Corrections to the configuration function by piotr · 10 years ago
  73. 5462401 Added missing line changing state when too many SCH errors occur by piotr · 10 years ago
  74. 10cd1f4 Corrected bcch get block so it writes all bursts forming bcch channel to the output by piotr · 10 years ago
  75. db6c221 Corrections to BCCH filter so it works (the name CCCH filter isn't correct) by piotr · 10 years ago
  76. 883d508 Merge branch 'master' of github.com:Jakotako/gr-gsm by piotr · 10 years ago
  77. 903b1d6 Moved configuration of the receiver to the constructor. Removed redundant configuration. by piotr · 10 years ago
  78. d77c9cf Added block filtering bursts containing full CCH messages by piotr · 10 years ago
  79. 3f1ea81 Addition of linking with libraries required to compile programs using include/plotting.hpp by piotr · 10 years ago
  80. 3440db6 Added GSMTAP header definition by piotr · 10 years ago
  81. 8dc74a4 Removed done/unneeded TODOs by piotr · 10 years ago
  82. c1d47df Added author by piotr · 10 years ago
  83. 5c82025 Correction - limited strongest_window_nr to avoid reading outside of buffer boundaries. by piotr · 10 years ago
  84. 6629251 corrected .gitignore by piotr · 10 years ago
  85. 6d152d9 added arfcn parameter to the receiver by piotr · 10 years ago
  86. 6c69287 Added simple bursts printer by piotr · 10 years ago
  87. 7c82b17 Improved synchronization, added message output with bursts by piotr · 10 years ago
  88. 7e3b0db Changed differentiation between dummy and normal bursts to a metod based on correlation of training sequences by piotr · 10 years ago
  89. 5f1e1d3 turned off automatic tuning to estimated frequency offset with positive result for stability of the receiver by piotr · 10 years ago
  90. d0bf149 Coding style change, debug pritfs by piotr · 10 years ago
  91. 437f546 Initial commit - gsm-receiver with removed quick hacks by piotr · 10 years ago