1. 3e78412 Additional test for gr-gsm building without libosmocore installed by Piotr Krysik · 6 years ago
  2. 1a5e87e Conditional compilation of local libosmocore depending if there is or is not libosmocore installation present on the system by Piotr Krysik · 6 years ago
  3. d8a5766 Fixing warning caused by local libosmocore version by Piotr Krysik · 6 years ago
  4. daa26e8 Fixing 'free' position by Piotr Krysik · 6 years ago
  5. 1fd7cfb Removing part that causes problems with 'make test' by Piotr Krysik · 6 years ago
  6. b24beeb Adding include to have 'bool' type by Piotr Krysik · 6 years ago
  7. 4cd494b Slight changes to CMake file and libosmocoding file (include change) by Piotr Krysik · 6 years ago
  8. f9f2596 Merge branch 'grgsm_on_win' of https://github.com/ptrkrysik/gr-gsm into grgsm_on_win by Piotr Krysik · 6 years ago
  9. 70f549a Merge remote-tracking branch 'origin/quick-hack' into grgsm_on_win by Piotr Krysik · 6 years ago
  10. b3bd68e Commenting out some problematic and not apsolutely necessary stuff from libosmocore by Piotr Krysik · 6 years ago
  11. 813fedd Fixing types in gsm0503_mapping by Piotr Krysik · 6 years ago
  12. 1aede38 Moving gsm0503.h to gsm subdir by Piotr Krysik · 6 years ago
  13. 9e2e835 Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) by Piotr Krysik · 6 years ago
  14. 79e712c Hack: disabling building doxygen docs as it causes problems on windows by Piotr Krysik · 6 years ago
  15. 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
  16. eb81b03 Portability fix: Replaced problematic includes by Piotr Krysik · 6 years ago
  17. 15219ab sch.c: Changed include from local to global by Piotr Krysik · 6 years ago
  18. 3b11689 Change ints to size_t by Piotr Krysik · 6 years ago
  19. ebe95fc Fix: replaced u_int32 type with uint32 by Piotr Krysik · 6 years ago
  20. 1e73e04 Hack: use local libosmocore for now by Piotr Krysik · 6 years ago
  21. 0ed39fb Portability fix: boost thread isn't really required by gr-gsm - commenting it out for now by Piotr Krysik · 6 years ago
  22. 7923307 Portability fix: replacing tables of variable size with memory allocations by Piotr Krysik · 6 years ago
  23. 8bed612 Hack: commented out linking with libosmocore libraries by Piotr Krysik · 6 years ago
  24. c0621c6 Fix portability: added windows style struct packing to gsmtap_hdr by Piotr Krysik · 6 years ago
  25. ffbaca9 Commented out include that seems to be not necessary and that causes problems for MSVC by Piotr Krysik · 6 years ago
  26. 0c6ade0 Fix: fixed name of the define to the one set in lib/CMakeLists.txt by Piotr Krysik · 6 years ago
  27. eee1b16 Merging 'kali_docker' into 'development' branch by Piotr Krysik · 6 years ago
  28. b9a3cbc Commenting out some problematic and not apsolutely necessary stuff from libosmocore by Piotr Krysik · 6 years ago
  29. 7eca4e3 Fixing types in gsm0503_mapping by Piotr Krysik · 6 years ago
  30. 04142b0 Moving gsm0503.h to gsm subdir by Piotr Krysik · 6 years ago
  31. 93154d1 Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) by Piotr Krysik · 6 years ago
  32. 5f5b402 Hack: disabling building doxygen docs as it causes problems on windows by Piotr Krysik · 6 years ago
  33. 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
  34. f7a15f0 Portability fix: Replaced problematic includes by Piotr Krysik · 6 years ago
  35. 2b551fc sch.c: Changed include from local to global by Piotr Krysik · 6 years ago
  36. 4c39693 Change ints to size_t by Piotr Krysik · 6 years ago
  37. 9b2bebb Fix: replaced u_int32 type with uint32 by Piotr Krysik · 6 years ago
  38. 884f4d6 Hack: use local libosmocore for now by Piotr Krysik · 6 years ago
  39. 885c512 Portability fix: boost thread isn't really required by gr-gsm - commenting it out for now by Piotr Krysik · 6 years ago
  40. 8121bbf Portability fix: replacing tables of variable size with memory allocations by Piotr Krysik · 6 years ago
  41. 1176fd2 Hack: commented out linking with libosmocore libraries by Piotr Krysik · 6 years ago
  42. 5903922 Fix portability: added windows style struct packing to gsmtap_hdr by Piotr Krysik · 6 years ago
  43. 46a5344 Commented out include that seems to be not necessary and that causes problems for MSVC by Piotr Krysik · 6 years ago
  44. 572664d Fix: fixed name of the define to the one set in lib/CMakeLists.txt by Piotr Krysik · 6 years ago
  45. 398fd8b Added 'make test' as part of docker files and removed it from travis.yml by Piotr Krysik · 6 years ago
  46. de9db85 Added dockerfile for installation from package on Debian testing by Piotr Krysik · 6 years ago
  47. 5ccedad Added docker file for Kali linux by Piotr Krysik · 6 years ago
  48. d24a494 tests: Changing the maintainer to myself by Piotr Krysik · 6 years ago
  49. 48aa9cb tests: Removing old and unused docker files by Piotr Krysik · 6 years ago
  50. 7865b30 Added test of installation of gr-gsm from package on debian testing by Piotr Krysik · 6 years ago
  51. 1c3db55 Just fun by Piotr Krysik · 6 years ago
  52. dc77109 Commenting out script part of travis.yml by Piotr Krysik · 6 years ago
  53. 2c7996d Removed problematic comment by Piotr Krysik · 6 years ago
  54. a9884bf Kali fun by Piotr Krysik · 6 years ago
  55. 0cd8b06 Removing everything that might cause problems with travis-ci by Piotr Krysik · 6 years ago
  56. 548b836 Trying to go back to working state of build tests by Piotr Krysik · 6 years ago
  57. 41053f7 Slight change to make the tests run again by Piotr Krysik · 6 years ago
  58. 1ee1302 Moving test commands from travis file to docker files by Piotr Krysik · 6 years ago
  59. 1c3c6c4 Added kali linux by Piotr Krysik · 6 years ago
  60. 4a1ee34 Added first try in installing gr-gsm from package by Piotr Krysik · 6 years ago
  61. 7af898d Removed old docker files and changed maintainer to Piotr Krysik by Piotr Krysik · 6 years ago
  62. f0c83d8 Fixing missing callback to set_fc in clock_offset_control block by Piotr Krysik · 6 years ago
  63. 0123232 txtime_setter_impl: fix wrong time_hint reference by Vadim Yanitskiy · 7 years ago
  64. 34266e7 trx/radio_if.py: handle Timing Advance from CTRL by Vadim Yanitskiy · 7 years ago
  65. 9dded9b trx/radio_if.py: clean up and explain GSM timings by Vadim Yanitskiy · 7 years ago
  66. 7f121d6 Clean up grgsm_swig.i by Vadim Yanitskiy · 7 years ago
  67. 5cba704 trx/radio_if.py: use native burst_to_fn_time block by Vadim Yanitskiy · 7 years ago
  68. 0aafe28 Implement the 'burst_to_fn_time' block in C++ by Vadim Yanitskiy · 7 years ago
  69. d222ee5 trx/radio_if.py: implement AFC for both RX and TX paths by Vadim Yanitskiy · 7 years ago
  70. 63703bb trx/radio_if.py: explicilty set device clock rate by Vadim Yanitskiy · 7 years ago
  71. 14b8e85 apps/grgsm_trx: use 4 * GSM_SYM_RATE as default sample rate by Vadim Yanitskiy · 7 years ago
  72. fe4db93 Updated examples pointer by Piotr Krysik · 7 years ago
  73. c362245 Added carrier frequency offset correction to radio_if by Piotr Krysik · 7 years ago
  74. 3dd981c trx: passing remote addr to bind by Piotr Krysik · 7 years ago
  75. 66c56e7 trx: Changed default gain to 40 by Piotr Krysik · 7 years ago
  76. 4650fad trx/radio_if.py: use native burst_type_filter block by Vadim Yanitskiy · 7 years ago
  77. 0101ae2 Removed AB test from radio_if_grc by Piotr Krysik · 7 years ago
  78. be1da4a trc: Changed sample rate to 4 times GSM symbol rate by Piotr Krysik · 7 years ago
  79. 0be5e5b preprocess_tx_burst: fix the output message by Vadim Yanitskiy · 7 years ago
  80. 294138d trx: Added missing timeslot filter by Piotr Krysik · 7 years ago
  81. 2ef8fe1 Updated the examples pointer by Piotr Krysik · 7 years ago
  82. e3f34d9 test_ab: Changed to non-inverted AB by Piotr Krysik · 7 years ago
  83. d2f162f trx: Changes in the redio_if by Piotr Krysik · 7 years ago
  84. ccd9ed9 Going back to previous coding style - without returns by Piotr Krysik · 7 years ago
  85. 7385723 preprocess_tx_burst: fix the output message by Vadim Yanitskiy · 7 years ago
  86. 89aa469 python/trx: WIP: implement transmission chain by Vadim Yanitskiy · 7 years ago
  87. 0e7c9a8 apps/grgsm_trx: fix antenna selection options by Vadim Yanitskiy · 7 years ago
  88. 2ce2942 txtime_setter: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  89. 70bec20 preprocess_tx_burst: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  90. 4f4e578 include/grgsm: remove forgotten 'trx_interface' dir by Vadim Yanitskiy · 7 years ago
  91. 800ac63 Corrected wrong lenght of the Access Burst by Piotr Krysik · 7 years ago
  92. 2344483 Added a block for generating Access Bursts by Piotr Krysik · 7 years ago
  93. 2f0406b Updates .gitignore and examples pointer by Piotr Krysik · 7 years ago
  94. ba8b0a9 Fix: protections in txtime_setter against late bursts and bursts in too distant future. by Piotr Krysik · 7 years ago
  95. f849faf Changed input and output name for burst_type_filter by Piotr Krysik · 7 years ago
  96. 2c00474 Corrected output name for burst_to_fn_time by Piotr Krysik · 7 years ago
  97. 6ed10a1 Missing __init__.py part for burst_to_fn_time by Piotr Krysik · 7 years ago
  98. bfb47dc Fix: don't send SCH burst to the output if it wasn't correctly decoded by Piotr Krysik · 7 years ago
  99. d8617a9 Updated examples pointer by Piotr Krysik · 7 years ago
  100. 1243ffa Changed name of of preprocess_tx_burst xml file, and removed 'executable' bit from two xml files by Piotr Krysik · 7 years ago