1. d1ca389 Corrections to clock offset corrector that uses tags by Piotr Krysik · 8 years ago
  2. 6ed59d0 Dummy commit to trigger travis-ci by Piotr Krysik · 8 years ago
  3. 259080b Corrected decode test by Piotr Krysik · 8 years ago
  4. e3e53a8 Merge branch 'master' into development by Piotr Krysik · 8 years ago
  5. 67dbae4 Bringing back Debian test by Piotr Krysik · 8 years ago
  6. 231aca7 Corrected the decoding app so it's possible to run it without frequency correction loop by Piotr Krysik · 8 years ago
  7. 196982b Removed old icmp packages preventing code by Piotr Krysik · 8 years ago
  8. 89f3624 Updated test to make it more reliable by Piotr Krysik · 8 years ago
  9. 55ea0d3 Merge pull request #203 from ptrkrysik/development by Piotr Krysik · 8 years ago
  10. 2a39bb1 Updated test fixture by Piotr Krysik · 8 years ago
  11. 388bc0d Corrections of parameters of clock_offset_control block by Piotr Krysik · 8 years ago
  12. 5f480d3 Merge branch 'packaging_piotr' into development by Piotr Krysik · 8 years ago
  13. 1aa4dfa Updated examples pointer by Piotr Krysik · 8 years ago
  14. 1231d67 Updated packaging related stuff by Piotr Krysik · 8 years ago
  15. a693483 Removed not written tests by Piotr Krysik · 8 years ago
  16. 4a1ca98 Changes in the buildsystem for new blocks by Piotr Krysik · 8 years ago
  17. f7b3fc2 Removed unneeded prints from controlled resampler by Piotr Krysik · 8 years ago
  18. 1902886 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  19. 6577ec2 Update applications to work with new gsm_input block by Piotr Krysik · 8 years ago
  20. c9c7d3c Removed CPACK packaging related stuff by Piotr Krysik · 8 years ago
  21. cc982d2 Removed include from receiver.h by Piotr Krysik · 8 years ago
  22. cbaf476 New gsm_input block by Piotr Krysik · 8 years ago
  23. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  24. 74c4f2c New blocks (msg to tag and controlled resampler) related stuff by Piotr Krysik · 8 years ago
  25. 24db075 Little changes of GRC blocks names by Piotr Krysik · 8 years ago
  26. 1bed4ab Moved new blocks (controlled resampler and msg to tag) to appropriate directory by Piotr Krysik · 8 years ago
  27. 4ac2251 Removed the Debian test - it is failing due to some unknown reason by Piotr Krysik · 8 years ago
  28. 938cda4 Simplified uplink fix for the dehopper by Piotr Krysik · 8 years ago
  29. 815d198 Test deb installation - corrections by Piotr Krysik · 8 years ago
  30. 5bae894 Test deb installation by Piotr Krysik · 8 years ago
  31. 2fef161 Merge uplink fix from 'm-alizadeh-master' into development by Piotr Krysik · 8 years ago
  32. a7976a3 Dehopping for Uplink channels has been added. by Your Name · 8 years ago
  33. 47ab20e Added a controlled fractional resampler by Piotr Krysik · 8 years ago
  34. 414acfd Updated examples pointer by Piotr Krysik · 8 years ago
  35. 0a60e7a Corrections of tch/f decoder - removal of parameter continued by Piotr Krysik · 8 years ago
  36. 72db257 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  37. 2b97cb1 Added voice output, removed saving to file from inside the decoder - now it should be done GNU Radio way by Piotr Krysik · 8 years ago
  38. 1bfe1e0 Disabled boundary check by default by Piotr Krysik · 8 years ago
  39. 5de014a Changes to the Debian packaging files 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. c21fdad Little changes related to packaging by Piotr Krysik · 8 years ago
  42. 7aa290f Merge branch 'dodgymike-master' into development by Piotr Krysik · 8 years ago
  43. ca2d246 Merge branch 'master' of https://github.com/dodgymike/gr-gsm into dodgymike-master by Piotr Krysik · 8 years ago
  44. f7e2b68 s/corretion/correction/ by Mike Davis · 8 years ago
  45. d6dafc6 Merge branch 'packaging' into development by Piotr Krysik · 8 years ago
  46. bd8a716 Commented out old method of suppressing ICMP messages by Piotr Krysik · 8 years ago
  47. 9d9f74e Corrected order of creating socket_pdu* objects by Piotr Krysik · 8 years ago
  48. beb36f4 Added socket_pdu server - closes issue #194 by Piotr Krysik · 8 years ago
  49. 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
  50. c6eb3b5 Added msg_to_tag block - currently it does nothing by Piotr Krysik · 8 years ago
  51. af8ad5d Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified by Piotr Krysik · 8 years ago
  52. 044fe06 Updated examples pointer after addition of the uplink demo by Piotr Krysik · 8 years ago
  53. e5bd4b8 Next corrections of demapping blocks - mainly corretion of SDCCH8 uplink configuration. by Piotr Krysik · 8 years ago
  54. 27085ac Corrected setting of header fields in the universal demapper by Piotr Krysik · 8 years ago
  55. 19cba47 Corrected configuration of demappers by Piotr Krysik · 8 years ago
  56. f517bea Added check of sizes of vectors passed to universal demapper block by Piotr Krysik · 8 years ago
  57. e4fcdf3 Corrected _channe_types vectors in SDCCH8 demapper by Piotr Krysik · 8 years ago
  58. 5bf53ce Update of the examples pointer by Piotr Krysik · 8 years ago
  59. ea33d5f Nothing by Piotr Krysik · 8 years ago
  60. 5cfde48 Update of the pointer to the examples by Piotr Krysik · 8 years ago
  61. 773a194 Big change of the universal control channels demapper: by Piotr Krysik · 8 years ago
  62. bac8284 Added default values for uplink parameters by Piotr Krysik · 8 years ago
  63. 8630fac Merged uplink-decoding branch (with complete support for control channels decoding on uplink) by Piotr Krysik · 8 years ago
  64. cdff492 Merge branch 'master' into development by Piotr Krysik · 8 years ago
  65. 50a0e95 Removed calls to 'cd' bash command and replaced it with WORKDIR by Piotr Krysik · 8 years ago
  66. 7685bc0 Change to print only content of bursts without tails and training sequences by Piotr Krysik · 8 years ago
  67. 0679ceb Added option to print raw, unencrypted bursts - with dummy bursts filtered out. by Piotr Krysik · 8 years ago
  68. eb39d1d Merged by Piotr Krysik · 8 years ago
  69. f6a76ab Added error message when swig is missing by Piotr Krysik · 8 years ago
  70. d924dba Changes in the control file by Piotr Krysik · 8 years ago
  71. 5cc63ea Ignore temporary files created during compilation of debian package by Piotr Krysik · 8 years ago
  72. 7fc33f0 Adding description and swig by Ash Wilson · 8 years ago
  73. 148093f Merge branch 'master' into packaging by Piotr Krysik · 8 years ago
  74. ee0af7b Added script for manual building of the package and uploading it to the launchpad by Piotr Krysik · 8 years ago
  75. 062e32c Added files from the example: by Piotr Krysik · 8 years ago
  76. 13d9e7a Corrected the example in grgsm_channelize, changed default sample rates in applications. by Piotr Krysik · 8 years ago
  77. c6095d6 Merge branch 'revert-182-development' into development by Ash Wilson · 8 years ago
  78. 04705ef Merge pull request #183 from ptrkrysik/testing by Ash Wilson · 8 years ago
  79. 63b1b93 Revert "Development" by Ash Wilson · 8 years ago
  80. d5cdfe7 Merge pull request #182 from ptrkrysik/development by Ash Wilson · 8 years ago
  81. f916339 Updating packaging doc by Ash Wilson · 8 years ago
  82. a5f62b6 improving var set by Ash Wilson · 8 years ago
  83. f6f0662 Auto-set arch by Ash Wilson · 8 years ago
  84. 9ee6f7f Merge branch 'testing' of https://github.com/ptrkrysik/gr-gsm into testing by Ash Wilson · 8 years ago
  85. 18e9fab Checking in first attempt at build script by Ash Wilson · 8 years ago
  86. 9d3baeb Merge of accidental change to the master by Piotr Krysik · 8 years ago
  87. 7765bbd Changed name of the package to gr-gsm by Piotr Krysik · 8 years ago
  88. bc50ad5 Added docker image for building the package (if it prove to be usefull it probably will land into another directory) by Your Name · 8 years ago
  89. 387bb5d Updated list of gr-gsm dependencies (reduced it and added gr-osmosdr) by Your Name · 8 years ago
  90. dbb69be Restored oryginal Debian Jessie dockerfile by Piotr Krysik · 8 years ago
  91. b7f4a1b Almost there... sorting deps by Ash Wilson · 8 years ago
  92. 265c6a2 Trying with a modified CMakeLists.txt file by Ash Wilson · 8 years ago
  93. 7267b70 Corrected and shortened the Ubuntu 16.04 dockerfile by Piotr Krysik · 8 years ago
  94. 5d2e254 Travis: Added test of Debian testing and "make test" by Piotr Krysik · 8 years ago
  95. 9cfe51c Removed a junk Dockerfile by Piotr Krysik · 8 years ago
  96. 1d42544 Changes in dockerfiles: by Piotr Krysik · 8 years ago
  97. c084c57 coalesce efforts by Ash Wilson · 8 years ago
  98. 181b5dc Targeting only Ubuntu16 for packaging purposes by Ash Wilson · 8 years ago
  99. a034027 Corrected travis.yml to point to a correct directory with the decode.sh test script by Piotr Krysik · 8 years ago
  100. d189ad1 Added Ubuntu 16.04 docker file. Commented out other files from the travis.yml by Piotr Krysik · 8 years ago