1. 1902886 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  2. 6577ec2 Update applications to work with new gsm_input block by Piotr Krysik · 8 years ago
  3. c9c7d3c Removed CPACK packaging related stuff by Piotr Krysik · 8 years ago
  4. cc982d2 Removed include from receiver.h by Piotr Krysik · 8 years ago
  5. cbaf476 New gsm_input block by Piotr Krysik · 8 years ago
  6. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  7. 74c4f2c New blocks (msg to tag and controlled resampler) related stuff by Piotr Krysik · 8 years ago
  8. 24db075 Little changes of GRC blocks names by Piotr Krysik · 8 years ago
  9. 1bed4ab Moved new blocks (controlled resampler and msg to tag) to appropriate directory by Piotr Krysik · 8 years ago
  10. 4ac2251 Removed the Debian test - it is failing due to some unknown reason by Piotr Krysik · 8 years ago
  11. 938cda4 Simplified uplink fix for the dehopper by Piotr Krysik · 8 years ago
  12. 2fef161 Merge uplink fix from 'm-alizadeh-master' into development by Piotr Krysik · 8 years ago
  13. a7976a3 Dehopping for Uplink channels has been added. by Your Name · 8 years ago
  14. 47ab20e Added a controlled fractional resampler by Piotr Krysik · 8 years ago
  15. 414acfd Updated examples pointer by Piotr Krysik · 8 years ago
  16. 0a60e7a Corrections of tch/f decoder - removal of parameter continued by Piotr Krysik · 8 years ago
  17. 72db257 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  18. 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
  19. 1bfe1e0 Disabled boundary check by default by Piotr Krysik · 8 years ago
  20. c21fdad Little changes related to packaging by Piotr Krysik · 8 years ago
  21. 7aa290f Merge branch 'dodgymike-master' into development by Piotr Krysik · 8 years ago
  22. ca2d246 Merge branch 'master' of https://github.com/dodgymike/gr-gsm into dodgymike-master by Piotr Krysik · 8 years ago
  23. f7e2b68 s/corretion/correction/ by Mike Davis · 8 years ago
  24. d6dafc6 Merge branch 'packaging' into development by Piotr Krysik · 8 years ago
  25. bd8a716 Commented out old method of suppressing ICMP messages by Piotr Krysik · 8 years ago
  26. 9d9f74e Corrected order of creating socket_pdu* objects by Piotr Krysik · 8 years ago
  27. beb36f4 Added socket_pdu server - closes issue #194 by Piotr Krysik · 8 years ago
  28. 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
  29. c6eb3b5 Added msg_to_tag block - currently it does nothing by Piotr Krysik · 8 years ago
  30. af8ad5d Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified by Piotr Krysik · 8 years ago
  31. 044fe06 Updated examples pointer after addition of the uplink demo by Piotr Krysik · 8 years ago
  32. e5bd4b8 Next corrections of demapping blocks - mainly corretion of SDCCH8 uplink configuration. by Piotr Krysik · 8 years ago
  33. 27085ac Corrected setting of header fields in the universal demapper by Piotr Krysik · 8 years ago
  34. 19cba47 Corrected configuration of demappers by Piotr Krysik · 8 years ago
  35. f517bea Added check of sizes of vectors passed to universal demapper block by Piotr Krysik · 8 years ago
  36. e4fcdf3 Corrected _channe_types vectors in SDCCH8 demapper by Piotr Krysik · 8 years ago
  37. 5bf53ce Update of the examples pointer by Piotr Krysik · 8 years ago
  38. ea33d5f Nothing by Piotr Krysik · 8 years ago
  39. 5cfde48 Update of the pointer to the examples by Piotr Krysik · 8 years ago
  40. 773a194 Big change of the universal control channels demapper: by Piotr Krysik · 8 years ago
  41. bac8284 Added default values for uplink parameters by Piotr Krysik · 8 years ago
  42. 8630fac Merged uplink-decoding branch (with complete support for control channels decoding on uplink) by Piotr Krysik · 8 years ago
  43. cdff492 Merge branch 'master' into development by Piotr Krysik · 8 years ago
  44. 50a0e95 Removed calls to 'cd' bash command and replaced it with WORKDIR by Piotr Krysik · 8 years ago
  45. 7685bc0 Change to print only content of bursts without tails and training sequences by Piotr Krysik · 8 years ago
  46. 0679ceb Added option to print raw, unencrypted bursts - with dummy bursts filtered out. by Piotr Krysik · 8 years ago
  47. eb39d1d Merged by Piotr Krysik · 8 years ago
  48. f6a76ab Added error message when swig is missing by Piotr Krysik · 8 years ago
  49. d924dba Changes in the control file by Piotr Krysik · 8 years ago
  50. 5cc63ea Ignore temporary files created during compilation of debian package by Piotr Krysik · 8 years ago
  51. 7fc33f0 Adding description and swig by Ash Wilson · 8 years ago
  52. 148093f Merge branch 'master' into packaging by Piotr Krysik · 8 years ago
  53. ee0af7b Added script for manual building of the package and uploading it to the launchpad by Piotr Krysik · 8 years ago
  54. 062e32c Added files from the example: by Piotr Krysik · 8 years ago
  55. 13d9e7a Corrected the example in grgsm_channelize, changed default sample rates in applications. by Piotr Krysik · 8 years ago
  56. c6095d6 Merge branch 'revert-182-development' into development by Ash Wilson · 8 years ago
  57. 04705ef Merge pull request #183 from ptrkrysik/testing by Ash Wilson · 8 years ago
  58. 63b1b93 Revert "Development" by Ash Wilson · 8 years ago
  59. d5cdfe7 Merge pull request #182 from ptrkrysik/development by Ash Wilson · 8 years ago
  60. f916339 Updating packaging doc by Ash Wilson · 8 years ago
  61. a5f62b6 improving var set by Ash Wilson · 8 years ago
  62. f6f0662 Auto-set arch by Ash Wilson · 8 years ago
  63. 9ee6f7f Merge branch 'testing' of https://github.com/ptrkrysik/gr-gsm into testing by Ash Wilson · 8 years ago
  64. 18e9fab Checking in first attempt at build script by Ash Wilson · 8 years ago
  65. 9d3baeb Merge of accidental change to the master by Piotr Krysik · 8 years ago
  66. 7765bbd Changed name of the package to gr-gsm by Piotr Krysik · 8 years ago
  67. 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
  68. 387bb5d Updated list of gr-gsm dependencies (reduced it and added gr-osmosdr) by Your Name · 8 years ago
  69. dbb69be Restored oryginal Debian Jessie dockerfile by Piotr Krysik · 8 years ago
  70. b7f4a1b Almost there... sorting deps by Ash Wilson · 8 years ago
  71. 265c6a2 Trying with a modified CMakeLists.txt file by Ash Wilson · 8 years ago
  72. 7267b70 Corrected and shortened the Ubuntu 16.04 dockerfile by Piotr Krysik · 8 years ago
  73. 5d2e254 Travis: Added test of Debian testing and "make test" by Piotr Krysik · 8 years ago
  74. 9cfe51c Removed a junk Dockerfile by Piotr Krysik · 8 years ago
  75. 1d42544 Changes in dockerfiles: by Piotr Krysik · 8 years ago
  76. c084c57 coalesce efforts by Ash Wilson · 8 years ago
  77. 181b5dc Targeting only Ubuntu16 for packaging purposes by Ash Wilson · 8 years ago
  78. a034027 Corrected travis.yml to point to a correct directory with the decode.sh test script by Piotr Krysik · 8 years ago
  79. d189ad1 Added Ubuntu 16.04 docker file. Commented out other files from the travis.yml by Piotr Krysik · 8 years ago
  80. 533f58a Changed arrangment of directories and names of files for testing by Piotr Krysik · 8 years ago
  81. 92b404d Updating test fixture file by Ash Wilson · 8 years ago
  82. 4613c1d Rewiring testing script by Ash Wilson · 8 years ago
  83. 553f26a Please, God, just let this work and I'll never rebase again. by Ash Wilson · 8 years ago
  84. 1c51498 Testing again... by Ash Wilson · 8 years ago
  85. 28f85c0 OK, now merging after one hell of a rebase by Ash Wilson · 8 years ago
  86. 2f310ea Adding Ubuntu16 to travis config by Ash Wilson · 8 years ago
  87. be3e797 Testing Ubuntu16 dockerfile by Ash Wilson · 8 years ago
  88. c9dbd03 Removed pybombs installation from .travis.yml by Piotr Krysik · 8 years ago
  89. f5cfdf0 More verbose installation of gr-gsm and company. by Piotr Krysik · 8 years ago
  90. 6608e3f Added experimental test for pybombs installation on Ubuntu 15.04 by Piotr Krysik · 8 years ago
  91. cd61a15 Correcting test fixture path by Ash Wilson · 8 years ago
  92. 635cfa9 re-structuring testing stuff, adding testing docs and integration tests. by Ash Wilson · 8 years ago
  93. 369dc79 Adding privileged arg to docker container instantiation by Ash Wilson · 8 years ago
  94. 04ab436 Documentation improvements by Ash Wilson · 8 years ago
  95. aeeba5f Correcting .travis.yml by Ash Wilson · 8 years ago
  96. 6791f4d re-structuring testing stuff, adding testing docs and integration tests. by Ash Wilson · 8 years ago
  97. d35c7da Adding Ubuntu16 to travis config by Ash Wilson · 8 years ago
  98. b290653 Testing Ubuntu16 dockerfile by Ash Wilson · 8 years ago
  99. 8cc6859 Correction to swig detection with cmake by Piotr Krysik · 8 years ago
  100. 6e9efb0 Added dependency requirement for SWIG to buildsystem by Piotr Krysik · 8 years ago