1. 0f57516 Little changes in Readme by ptrkrysik · 10 years ago
  2. 2c2ac9b Added description of GNU Radio installation from source. by ptrkrysik · 10 years ago
  3. 8db1561 Removed a debug message that was left accidently. by ptrkrysik · 10 years ago
  4. 26183c3 Disabled clock offset correction parameter as it is not used currently (it might be not needed for USRP) by ptrkrysik · 10 years ago
  5. 644b444 Changed default clock offset correction ppm value from 84 to 0 by ptrkrysik · 10 years ago
  6. eea357b Added socked PDU sink to airprobe_file by ptrkrysik · 10 years ago
  7. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  8. 12fe7a0 Added buildsystem for apps. Doesn't honor dependencies yet (changing a grc file won't cause generating new py file). by ptrkrysik · 10 years ago
  9. fbe4fb2 Moved applications from examples to apps. Changed their names to airprobe_... by ptrkrysik · 10 years ago
  10. b311bd4 Hidden some parameters of the GSM Receiver by ptrkrysik · 10 years ago
  11. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  12. 6dded65 Added new configurable block for demapping of control channels. by ptrkrysik · 10 years ago
  13. 381253a Changes in clock offset corrector and gsm_input - the previous version wasn't working well when samp_rate_in was different from samp_rate_out. by ptrkrysik · 10 years ago
  14. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  15. d85d460 Commenting files included for debugging. Fixed #2 issue. by ptrkrysik · 10 years ago
  16. 6f6d46d Corrected frame number by ptrkrysik · 10 years ago
  17. 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
  18. dcba50f Changed organization of gsm blocks in gnuradio-companion to better reflect their roles by ptrkrysik · 10 years ago
  19. dac3b2a Added new block which adapts stream of samples to GSM receiver's input requirements (integer multiply of 1625000/6 symbol rate, LP filtering) by ptrkrysik · 10 years ago
  20. 486d979 Created tree of modules for gnuradio-companion reflecting their organization. by ptrkrysik · 10 years ago
  21. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  22. 6bb450d Merge branch 'master' of github.com:Jakotako/gr-gsm by ptrkrysik · 10 years ago
  23. 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
  24. a25bb70 Changed asser.h to output DCOUT messages to stderr by ptrkrysik · 10 years ago
  25. 62215e8 changed name of a variable to better reflect it role in clock_offset_control by ptrkrysik · 10 years ago
  26. 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
  27. 865d936 Changed Readme to reflect new repository address by ptrkrysik · 10 years ago
  28. f9834dc Correction of swig configuration - the receiver now compiles and works by ptrkrysik · 10 years ago
  29. af9431b Added extraction of gsmtap header and message content from pmt msg by ptrkrysik · 10 years ago
  30. 8fdc5c0 Little change in wireshark_sink.xml (package name) by ptrkrysik · 10 years ago
  31. eaaf22f Added message input to the wireshark sink by ptrkrysik · 10 years ago
  32. d5af288 Changed cmake to point to wireshark_sink.xml by ptrkrysik · 10 years ago
  33. 0da1c63 Moved wireshark_sink.xml to subdirectory by ptrkrysik · 10 years ago
  34. 3c6dfcc Added empty sink for wireshark sink by ptrkrysik · 10 years ago
  35. 0708c4c Removed from burst printer structure chan_info by ptrkrysik · 10 years ago
  36. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  37. 6ecbfca Added check to cmake by ptrkrysik · 10 years ago
  38. 9750545 Automatic change by GRC in clock offset corrector by ptrkrysik · 10 years ago
  39. 3543384 New checks in Cmake by ptrkrysik · 10 years ago
  40. a07948f README: Added missing scipy package to installation procedure by ptrkrysik · 10 years ago
  41. 8bff19c --- by ptrkrysik · 10 years ago
  42. 0b0c3aa --- by ptrkrysik · 10 years ago
  43. 2196359 Change in README by Piotr K · 10 years ago
  44. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  45. c917af4 Update of READMEs by Piotr K · 10 years ago
  46. c7932ff Update of installation procedure in README by Piotr K · 10 years ago
  47. 77f3b06 Changed name of conditional_reset() to timed_reset(). Added line to stop timer if synchronization was achieved by the receiver. by Piotr K · 10 years ago
  48. 966651a removed *.py files from examples by Piotr K · 10 years ago
  49. 4748890 Changed orientation of clock offset controller by Piotr K · 10 years ago
  50. 8cfe4c4 Returning to clean state after 0.5s if not synchronized by Piotr K · 10 years ago
  51. 8e4d727 ... by Piotr K · 10 years ago
  52. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  53. f357638 Update in readme by Piotr K · 10 years ago
  54. dced8fe Cosmetic changes in the receiver_file by Piotr K · 10 years ago
  55. 3167325 Updated installation procedure in the README by Piotr K · 10 years ago
  56. 507d08c Changed README by Piotr K · 10 years ago
  57. 9a6dfc3 Removed magic constants by Piotr K · 10 years ago
  58. ecd1079 Changes in README by Piotr K · 10 years ago
  59. 818aa4d Added something to README by Piotr K · 10 years ago
  60. 9b59e82 Safeguard in clock_offset_control against too big values of ppm by piotr · 10 years ago
  61. bde3327 Formatting in readme by piotr · 10 years ago
  62. 2c2f77f Changes in examples resulting from change of the clock offset corrector input by piotr · 10 years ago
  63. 4a47046 Changed name of message input in clock offset corrector by piotr · 10 years ago
  64. 62b1512 Removed py files from examples by piotr · 10 years ago
  65. 1c8de50 Changes to make clock_offset_corrector install and work on other machines by piotr · 10 years ago
  66. fdef676 Added workaround old implementation of rotateN that is still present in ubuntu 14.04 packages by piotr · 10 years ago
  67. 2f897f5 Removed unnecessary #include by piotr · 10 years ago
  68. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  69. 82c774f Changes in examples by piotr · 10 years ago
  70. 06a4969 Formatting by piotr · 10 years ago
  71. f3d6513 README.md formatting by piotr · 10 years ago
  72. 5cf2ea7 Another formatting in the README.md by piotr · 10 years ago
  73. 21985d3 Another change in the README.md by piotr · 10 years ago
  74. 1c5fea9 Correction in the README.md by piotr · 10 years ago
  75. 6fbc732 Cleanup in examples directory by piotr · 10 years ago
  76. 4520e99 Missing swig for new message printing block by piotr · 10 years ago
  77. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  78. 510deeb Added measurements output to the receiver's xml file by piotr · 10 years ago
  79. 8a9f592 Missing swig and CMake changes for clock correction by piotr · 10 years ago
  80. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  81. 969ecbc Removed the receiver with channelizer by piotr · 10 years ago
  82. 74888a5 Added information about installation to the README.md by piotr · 10 years ago
  83. dda2227 Added new block for extracting info about base stations by piotr · 10 years ago
  84. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  85. d06e4b1 Added oprion to the mapper - another commit by piotr · 10 years ago
  86. 1cec4b5 Changes in the simple usrp receiver example by piotr · 10 years ago
  87. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago
  88. df30459 Added option to the simple mapper by piotr · 10 years ago
  89. c00ce9c Moved burst printer to different directory by piotr · 10 years ago
  90. 60638c9 Added message output to the control channels decoder by piotr · 10 years ago
  91. a58cb59 Changes to simple mapper - added option of beginning frame to extend "robustness" by piotr · 10 years ago
  92. cc39418 Ignore *.pyc and *.pyo files by piotr · 10 years ago
  93. d40b82f Change to readme so it contain a little bit better one sentence description - TODO: write some documentation by piotr · 10 years ago
  94. 5431033 Removed python/cfile signal file that was used for testing by piotr · 10 years ago
  95. d8506d6 Changes to sch detector - it is not fully working yet by piotr · 10 years ago
  96. 2922178 Changes in parameters of fcch and sch detectors by piotr · 10 years ago
  97. 75c2f5c Correction of fcch_burst_tagger by piotr · 10 years ago
  98. 14d942c Changes in names of grc blocks by piotr · 10 years ago
  99. 299ff0e Added missing chirpz.py by piotr · 10 years ago
  100. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago