1. 517464c Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block) by Piotr Krysik · 7 years ago
  2. 6e41d06 Corrections in fn_time by Piotr Krysik · 7 years ago
  3. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  4. 33fbc28 Correction of bursts tagger by Piotr Krysik · 7 years ago
  5. 42b2186 Added timing advance and delay corerrection to txtime_burst_tagger block by Piotr Krysik · 7 years ago
  6. ffd09ac Corrections in fn_time conversions by Piotr Krysik · 7 years ago
  7. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  8. 2c7aa9f Little change just to check test result by Piotr Krysik · 7 years ago
  9. 7980eb9 Correction in txtime_bursts_tagger by Piotr Krysik · 7 years ago
  10. eb62dc1 Changes in fn_time by Piotr Krysik · 7 years ago
  11. d3c95c9 Installation of gsm_gmsk_mod.py file by Piotr Krysik · 7 years ago
  12. ff5d81d Added gmsk modulator block for gsm by Piotr Krysik · 7 years ago
  13. 27f0032 Adding block for tagging bursts by Piotr Krysik · 7 years ago
  14. 902f4eb Moved trx utilities from apps subdirectory - the grgsm_trx app need to be updated by Piotr Krysik · 7 years ago
  15. cb04d0d Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  16. d890cd3 Added frame number operations by Piotr Krysik · 7 years ago
  17. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  18. 531d978 Added cmake files for transmitter by Piotr Krysik · 7 years ago
  19. 2164b9b Added new block for tagging bursts messages with txtime by Piotr Krysik · 7 years ago
  20. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  21. 3dfa11b Making arfcn<->freq conversions more robust and uptading apps depending on it by Piotr Krysik · 7 years ago
  22. aed9f5c Fixed problems resulting from Nones returned when no such frequency or ARFCN exists. by Piotr Krysik · 7 years ago
  23. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  24. 344e9d2 Merge branch 'libosmocore_integration' into packaging_piotr by Piotr Krysik · 7 years ago
  25. c97a7ff Removed wideband_input_adaptor by Piotr Krysik · 7 years ago
  26. ea34c01 Added license statements where it was missing by Piotr Krysik · 8 years ago
  27. fb772f8 #154: fix for arfcn conversion by Roman Khassraf · 8 years ago
  28. a3405b2 Changed path (flow_control) and name of uplink_downlink_filter to splitter by Piotr Krysik · 8 years ago
  29. 2bb54c8 Added uplink/downlink splitter by Piotr Krysik · 8 years ago
  30. 7973538 Changing ppm parameter in clock offset corrector now takes effect on the fractional resampler by Piotr Krysik · 8 years ago
  31. 1e27827 Removed debug print from grsm_inpu by Piotr Krysik · 8 years ago
  32. 74c4ca9 Removed blocks related to old frequency correction loop (controlled const source and old clock offset corrector) by Piotr Krysik · 8 years ago
  33. 83afe73 Changed clock offset controller and company in order to remove from the gsm_input one of the resamplers. by Piotr Krysik · 8 years ago
  34. d1ca389 Corrections to clock offset corrector that uses tags by Piotr Krysik · 8 years ago
  35. 5f480d3 Merge branch 'packaging_piotr' into development by Piotr Krysik · 8 years ago
  36. a693483 Removed not written tests by Piotr Krysik · 8 years ago
  37. cbaf476 New gsm_input block by Piotr Krysik · 8 years ago
  38. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  39. 74c4f2c New blocks (msg to tag and controlled resampler) related stuff by Piotr Krysik · 8 years ago
  40. 5c7b374 Corrected the tests so they can be run without installation of gr-gsm by Piotr Krysik · 8 years ago
  41. 799133a Changed clock_offset_corrector in order to address the problem #152 - this is not ideal solution yet, as it involves removing of sampling frequency offset correction. by Your Name · 8 years ago
  42. c6eb3b5 Added msg_to_tag block - currently it does nothing by Piotr Krysik · 8 years ago
  43. e5bd4b8 Next corrections of demapping blocks - mainly corretion of SDCCH8 uplink configuration. by Piotr Krysik · 8 years ago
  44. 19cba47 Corrected configuration of demappers by Piotr Krysik · 8 years ago
  45. e4fcdf3 Corrected _channe_types vectors in SDCCH8 demapper by Piotr Krysik · 8 years ago
  46. 773a194 Big change of the universal control channels demapper: by Piotr Krysik · 8 years ago
  47. d3b4049 Minor fixup of channelizing messages by Steve Glass · 8 years ago
  48. 5707c2b Make band user-selectable in gsm_wideband_input by Steve Glass · 8 years ago
  49. 5edaff0 Update gsm_wideband_input.py by nightcoffee · 8 years ago
  50. dd66b3b Fixed test of the message printer - related to issue #149 by Piotr Krysik · 8 years ago
  51. e403d9b Missing part of fix of the #135 bug by Piotr Krysik · 8 years ago
  52. 8715da0 Fixed all hierarchical blocks in the project by Piotr Krysik · 8 years ago
  53. e3b652d Another approach to fix for problem #135 by Piotr Krysik · 9 years ago
  54. 3a527f8 Fix for problem #135 with hierarhical blocks due to incompatibility introduced in GNU Radio 3.7.9 by Piotr Krysik · 9 years ago
  55. d7e8bae Cleaned up code in wideband input block by rpp · 9 years ago
  56. a49a4d2 Implemented multiband channelizer as gr-gsm block. by rpp · 9 years ago
  57. 5ec7987 Added functions to get first and last arfcn of a band by Roman Khassraf · 9 years ago
  58. e7e75f0 Replaced band config dictionary by an OrderedDict by Roman Khassraf · 9 years ago
  59. 9144861 Added arfcn functions by Roman Khassraf · 9 years ago
  60. 8b64d87 Implemented burst sdcch subslot filter. Issue #100 by Roman Khassraf · 9 years ago
  61. d7e3eec Implemented burst timeslot filter. Issue #100 by Roman Khassraf · 9 years ago
  62. e91edbd Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101 by Roman Khassraf · 9 years ago
  63. 3ea373c Fixed changed block names in qa code of flow-control blocks. Issue #100 by Roman Khassraf · 9 years ago
  64. 98da635 Merged origin/flow-control-100 into dev, fixed conflicts by Roman Khassraf · 9 years ago
  65. f163ca5 Fixed changed block name in qa code by Roman Khassraf · 9 years ago
  66. 64c7446 Merged origin/test-utils-98 into dev, fixed conflicts by Roman Khassraf · 9 years ago
  67. a1eb188 Implemented burst sub-slot splitter. Issue #100 by Roman Khassraf · 9 years ago
  68. 7cccb52 Implemented dummy burst filter. Issue #100 by Roman Khassraf · 9 years ago
  69. 8e3b0ec Implemented burst framenumber filter. Issue #100 by Roman Khassraf · 9 years ago
  70. dbc3a50 Implemented burst timeslot splitter for flow control. Issue #100 by Roman Khassraf · 9 years ago
  71. c323454 Implemented message file source and sink. Issue #101 by Roman Khassraf · 9 years ago
  72. 1ce4469 Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_source by Roman Khassraf · 9 years ago
  73. fa92b61 Implemented unit tests for message printer block by Roman Khassraf · 9 years ago
  74. 298700d Added CMakeLists entry for qa_burst_printer by Roman Khassraf · 9 years ago
  75. b94cc81 Added QA/unit tests for burst printer. by Roman Khassraf · 9 years ago
  76. 9f1cfce Added QA / unit testing for decryption block by Roman Khassraf · 9 years ago
  77. dfdf878 Changes to buildsystem from libgnuradio-gsm to libgnuradio-grgsm by ptrkrysik · 9 years ago
  78. 18f7690 Update gsm_input.py by Piotr Krysik · 9 years ago
  79. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  80. 3c73810 Removed redundant CMakeList.txt by ptrkrysik · 9 years ago
  81. 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
  82. 821c87c Added some info about python blocks. by ptrkrysik · 10 years ago
  83. 2e5b7fb Corrected sch_detector 'np.complex64' occurences to 'complex64'. by ptrkrysik · 10 years ago
  84. 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
  85. 6985131 Update sch_detector.py by Piotr Krysik · 10 years ago
  86. d6cc069 Update fcch_burst_tagger.py by Piotr Krysik · 10 years ago
  87. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  88. 4c538ba Removed unused samp_rate parameter from clock_offset_control by ptrkrysik · 10 years ago
  89. 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
  90. 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
  91. 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
  92. b108d6b Removed receiver_hier and wireshark_sink by ptrkrysik · 10 years ago
  93. 62215e8 changed name of a variable to better reflect it role in clock_offset_control by ptrkrysik · 10 years ago
  94. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  95. 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
  96. 8cfe4c4 Returning to clean state after 0.5s if not synchronized by Piotr K · 10 years ago
  97. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  98. 9b59e82 Safeguard in clock_offset_control against too big values of ppm by piotr · 10 years ago
  99. 4a47046 Changed name of message input in clock offset corrector by piotr · 10 years ago
  100. 1c8de50 Changes to make clock_offset_corrector install and work on other machines by piotr · 10 years ago