1. f9f2596 Merge branch 'grgsm_on_win' of https://github.com/ptrkrysik/gr-gsm into grgsm_on_win by Piotr Krysik · 6 years ago
  2. 70f549a Merge remote-tracking branch 'origin/quick-hack' into grgsm_on_win by Piotr Krysik · 6 years ago
  3. b3bd68e Commenting out some problematic and not apsolutely necessary stuff from libosmocore by Piotr Krysik · 6 years ago
  4. 813fedd Fixing types in gsm0503_mapping by Piotr Krysik · 6 years ago
  5. 1aede38 Moving gsm0503.h to gsm subdir by Piotr Krysik · 6 years ago
  6. 9e2e835 Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) by Piotr Krysik · 6 years ago
  7. 79e712c Hack: disabling building doxygen docs as it causes problems on windows by Piotr Krysik · 6 years ago
  8. d0a136b Portability fix: experimental blocks require numpy and scipy which causes problems on Windows. Don't load them by default. by Piotr Krysik · 6 years ago
  9. eb81b03 Portability fix: Replaced problematic includes by Piotr Krysik · 6 years ago
  10. 15219ab sch.c: Changed include from local to global by Piotr Krysik · 6 years ago
  11. 3b11689 Change ints to size_t by Piotr Krysik · 6 years ago
  12. ebe95fc Fix: replaced u_int32 type with uint32 by Piotr Krysik · 6 years ago
  13. 1e73e04 Hack: use local libosmocore for now by Piotr Krysik · 6 years ago
  14. 0ed39fb Portability fix: boost thread isn't really required by gr-gsm - commenting it out for now by Piotr Krysik · 6 years ago
  15. 7923307 Portability fix: replacing tables of variable size with memory allocations by Piotr Krysik · 6 years ago
  16. 8bed612 Hack: commented out linking with libosmocore libraries by Piotr Krysik · 6 years ago
  17. c0621c6 Fix portability: added windows style struct packing to gsmtap_hdr by Piotr Krysik · 6 years ago
  18. ffbaca9 Commented out include that seems to be not necessary and that causes problems for MSVC by Piotr Krysik · 6 years ago
  19. 0c6ade0 Fix: fixed name of the define to the one set in lib/CMakeLists.txt by Piotr Krysik · 6 years ago
  20. eee1b16 Merging 'kali_docker' into 'development' branch by Piotr Krysik · 6 years ago
  21. b9a3cbc Commenting out some problematic and not apsolutely necessary stuff from libosmocore by Piotr Krysik · 6 years ago
  22. 7eca4e3 Fixing types in gsm0503_mapping by Piotr Krysik · 6 years ago
  23. 04142b0 Moving gsm0503.h to gsm subdir by Piotr Krysik · 6 years ago
  24. 93154d1 Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) by Piotr Krysik · 6 years ago
  25. 5f5b402 Hack: disabling building doxygen docs as it causes problems on windows by Piotr Krysik · 6 years ago
  26. 018bca1 Portability fix: experimental blocks require numpy and scipy which causes problems on Windows. Don't load them by default. by Piotr Krysik · 6 years ago
  27. f7a15f0 Portability fix: Replaced problematic includes by Piotr Krysik · 6 years ago
  28. 2b551fc sch.c: Changed include from local to global by Piotr Krysik · 6 years ago
  29. 4c39693 Change ints to size_t by Piotr Krysik · 6 years ago
  30. 9b2bebb Fix: replaced u_int32 type with uint32 by Piotr Krysik · 6 years ago
  31. 884f4d6 Hack: use local libosmocore for now by Piotr Krysik · 6 years ago
  32. 885c512 Portability fix: boost thread isn't really required by gr-gsm - commenting it out for now by Piotr Krysik · 6 years ago
  33. 8121bbf Portability fix: replacing tables of variable size with memory allocations by Piotr Krysik · 6 years ago
  34. 1176fd2 Hack: commented out linking with libosmocore libraries by Piotr Krysik · 6 years ago
  35. 5903922 Fix portability: added windows style struct packing to gsmtap_hdr by Piotr Krysik · 6 years ago
  36. 46a5344 Commented out include that seems to be not necessary and that causes problems for MSVC by Piotr Krysik · 6 years ago
  37. 572664d Fix: fixed name of the define to the one set in lib/CMakeLists.txt by Piotr Krysik · 6 years ago
  38. 398fd8b Added 'make test' as part of docker files and removed it from travis.yml by Piotr Krysik · 6 years ago
  39. de9db85 Added dockerfile for installation from package on Debian testing by Piotr Krysik · 6 years ago
  40. 5ccedad Added docker file for Kali linux by Piotr Krysik · 6 years ago
  41. d24a494 tests: Changing the maintainer to myself by Piotr Krysik · 6 years ago
  42. 48aa9cb tests: Removing old and unused docker files by Piotr Krysik · 6 years ago
  43. 7865b30 Added test of installation of gr-gsm from package on debian testing by Piotr Krysik · 6 years ago
  44. 1c3db55 Just fun by Piotr Krysik · 6 years ago
  45. dc77109 Commenting out script part of travis.yml by Piotr Krysik · 6 years ago
  46. 2c7996d Removed problematic comment by Piotr Krysik · 6 years ago
  47. a9884bf Kali fun by Piotr Krysik · 6 years ago
  48. 0cd8b06 Removing everything that might cause problems with travis-ci by Piotr Krysik · 6 years ago
  49. 548b836 Trying to go back to working state of build tests by Piotr Krysik · 6 years ago
  50. 41053f7 Slight change to make the tests run again by Piotr Krysik · 6 years ago
  51. 1ee1302 Moving test commands from travis file to docker files by Piotr Krysik · 6 years ago
  52. 1c3c6c4 Added kali linux by Piotr Krysik · 6 years ago
  53. 4a1ee34 Added first try in installing gr-gsm from package by Piotr Krysik · 6 years ago
  54. 7af898d Removed old docker files and changed maintainer to Piotr Krysik by Piotr Krysik · 6 years ago
  55. f0c83d8 Fixing missing callback to set_fc in clock_offset_control block by Piotr Krysik · 6 years ago
  56. 6ab7100 Incrementing version by Piotr Krysik · 7 years ago
  57. ab8cde9 Making headless livemon executable by Piotr Krysik · 7 years ago
  58. d171daa Merge branch 'petterreinholdtsen-livemon-arfcn' into development by Piotr Krysik · 7 years ago
  59. 615fc86 Making arfcn<->freq conversions more robust for grgsm_livemon too (closes issue #337). by Petter Reinholdtsen · 7 years ago
  60. 59e4fe6 Getting rid of cmake policy warnings by Piotr Krysik · 7 years ago
  61. e18b431 Removing duplicated lines from cmake file by Piotr Krysik · 7 years ago
  62. 4bb3acd Setting version to 0.41.2 by Piotr Krysik · 7 years ago v0.41.2
  63. fa2bb86 Changes so that rst2man presence is optional and not mandatory to compile/install gr-gsm by Piotr Krysik · 7 years ago
  64. 20510f4 Merge pull request #333 from petterreinholdtsen/install-man by Piotr Krysik · 7 years ago
  65. cf5718c Install package to have rst2man available when testing. by Petter Reinholdtsen · 7 years ago
  66. d890cd3 Added frame number operations by Piotr Krysik · 7 years ago
  67. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  68. 184d706 Corrections of cmake files by Piotr Krysik · 7 years ago
  69. 863afc6 Add cmake rule to generate and install the rst manual page. by Petter Reinholdtsen · 7 years ago
  70. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  71. a056c2c Merge branch 'development' by Piotr Krysik · 7 years ago
  72. 45b8700 Removed all references to 'band' by Piotr Krysik · 7 years ago
  73. fcb45b0 Remove 'band' option from grgsm_decode altogether by Piotr Krysik · 7 years ago
  74. a80567f Bring back parameter checking, correct creation of grgsm_capture object by Piotr Krysik · 7 years ago
  75. df0adf3 Remove band from grgsm_capture altogether by Piotr Krysik · 7 years ago
  76. caa7741 delete some useless code after the change of is_valid_arfcn(...) and arfcn2downlink(...) by leommxj · 7 years ago
  77. ece9fd7 fix bug after commit 3dfa11b89e6a74e6857c11e3029b372c746d535f .change arfcn2downlink(a,b) to one argument in grgsm_decode and grgsm_capture and grgsm_channelize by leommxj · 7 years ago
  78. 1a35cb9 fix bug after commit 3dfa11b89e6a74e6857c11e3029b372c746d535f .change is_valid_arfcn grgsm(a,b) to one argument in grgsm_decode and grgsm_capture by leommxj · 7 years ago
  79. a63ba0e Removing *livemon_headless.py script that shouldn't be in the repository. by Piotr Krysik · 7 years ago
  80. c4848ac Updated changelog for Ubuntu's PPA by Piotr Krysik · 7 years ago
  81. b6210a6 Merge branch 'development' by Piotr Krysik · 7 years ago
  82. 3dfa11b Making arfcn<->freq conversions more robust and uptading apps depending on it by Piotr Krysik · 7 years ago
  83. a6a7848 Removing *livemon_headless.py script that shouldn't be in the repository. by Piotr Krysik · 7 years ago
  84. a4bf3cc Updated changelog for Ubuntu's PPA by Piotr Krysik · 7 years ago
  85. 08c0c7c Incremented version for packaging and addition of release tag by Piotr Krysik · 7 years ago v0.41.1
  86. 1ad0c96 Added *.desktop files installation a'la GNU Radio. by Piotr Krysik · 7 years ago
  87. 1e8a03c Setting version to v0.41.0 by Piotr Krysik · 7 years ago
  88. d81cfe0 Removed cpack stuff by Piotr Krysik · 7 years ago
  89. 4c5564b Moved the desktop file to subdirectory for clarity by Piotr Krysik · 7 years ago
  90. 0a80b14 Changed destination variable for the desktop files by Piotr Krysik · 7 years ago
  91. c8f4631 Added recording length parameter to grgsm_livemon_headless by Piotr Krysik · 7 years ago
  92. 1ecd1ac Merge pull request #323 from petterreinholdtsen/deb-build by Piotr Krysik · 7 years ago
  93. 82ae3d0 Merge pull request #322 from petterreinholdtsen/gain-slider by Piotr Krysik · 7 years ago
  94. 4b51b0a Merge pull request #321 from petterreinholdtsen/grgsm-livemon-headless by Piotr Krysik · 7 years ago
  95. 160598a Clean up Debian packaging rules a bit. by Petter Reinholdtsen · 7 years ago
  96. 5887f76 Move debian/ directory to dists/ to avoid conflict with official Debian packaging. by Petter Reinholdtsen · 7 years ago
  97. 228b52e Rename g_slider to gain_slider for consistency. by Petter Reinholdtsen · 7 years ago
  98. 0af5512 Add generated grgsm_livemon_headless from grgsm_livemon_headless.grc and install the program. by Petter Reinholdtsen · 7 years ago
  99. 5b083ac Add non-GUI/headless livemon version. by Petter Reinholdtsen · 7 years ago
  100. d65671e Merge pull request #320 from petterreinholdtsen/scanner-str-repr-fix by Piotr Krysik · 7 years ago