1. 7f121d6 Clean up grgsm_swig.i by Vadim Yanitskiy · 7 years ago
  2. 5cba704 trx/radio_if.py: use native burst_to_fn_time block by Vadim Yanitskiy · 7 years ago
  3. 0aafe28 Implement the 'burst_to_fn_time' block in C++ by Vadim Yanitskiy · 7 years ago
  4. d222ee5 trx/radio_if.py: implement AFC for both RX and TX paths by Vadim Yanitskiy · 7 years ago
  5. 63703bb trx/radio_if.py: explicilty set device clock rate by Vadim Yanitskiy · 7 years ago
  6. 14b8e85 apps/grgsm_trx: use 4 * GSM_SYM_RATE as default sample rate by Vadim Yanitskiy · 7 years ago
  7. 4650fad trx/radio_if.py: use native burst_type_filter block by Vadim Yanitskiy · 7 years ago
  8. 7385723 preprocess_tx_burst: fix the output message by Vadim Yanitskiy · 7 years ago
  9. 89aa469 python/trx: WIP: implement transmission chain by Vadim Yanitskiy · 7 years ago
  10. 0e7c9a8 apps/grgsm_trx: fix antenna selection options by Vadim Yanitskiy · 7 years ago
  11. 2ce2942 txtime_setter: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  12. 70bec20 preprocess_tx_burst: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  13. 4f4e578 include/grgsm: remove forgotten 'trx_interface' dir by Vadim Yanitskiy · 7 years ago
  14. 800ac63 Corrected wrong lenght of the Access Burst by Piotr Krysik · 7 years ago
  15. 2344483 Added a block for generating Access Bursts by Piotr Krysik · 7 years ago
  16. 2f0406b Updates .gitignore and examples pointer by Piotr Krysik · 7 years ago
  17. ba8b0a9 Fix: protections in txtime_setter against late bursts and bursts in too distant future. by Piotr Krysik · 7 years ago
  18. f849faf Changed input and output name for burst_type_filter by Piotr Krysik · 7 years ago
  19. 2c00474 Corrected output name for burst_to_fn_time by Piotr Krysik · 7 years ago
  20. 6ed10a1 Missing __init__.py part for burst_to_fn_time by Piotr Krysik · 7 years ago
  21. bfb47dc Fix: don't send SCH burst to the output if it wasn't correctly decoded by Piotr Krysik · 7 years ago
  22. d8617a9 Updated examples pointer by Piotr Krysik · 7 years ago
  23. 1243ffa Changed name of of preprocess_tx_burst xml file, and removed 'executable' bit from two xml files by Piotr Krysik · 7 years ago
  24. 8d7b64d Added Python version of bursts to fn_time converter by Piotr Krysik · 7 years ago
  25. 52f7416 Changed name of trx_interface directory to trx by Piotr Krysik · 7 years ago
  26. ccb5e68 Added tx bursts preprocessing block by Piotr Krysik · 7 years ago
  27. d7efc05 Moved gsm_constants file to include directory by Piotr Krysik · 7 years ago
  28. acc365f Added C++ version of burst type filter by Piotr Krysik · 7 years ago
  29. 01c6afd trx/radio_if.py: fix RX / TX gain control by Vadim Yanitskiy · 7 years ago
  30. da5e21f trx/radio_if.py: clean up the stored fields by Vadim Yanitskiy · 7 years ago
  31. 9baaec2 trx/radio_if.py: get rid of useless getters / setters by Vadim Yanitskiy · 7 years ago
  32. 790b6f0 apps/grgsm_trx: add cmd line arguments for TX chain by Vadim Yanitskiy · 7 years ago
  33. 5d68aa5 apps/grgsm_trx: get rid of unused subdev_spec by Vadim Yanitskiy · 7 years ago
  34. 962e2d8 misc_utils/trx_burst_if: get rid of built-in timeslot filter by Vadim Yanitskiy · 7 years ago
  35. 8e9b307 grc/gsm_trx_burst_if.xml: fix prefix of <key> value by Vadim Yanitskiy · 7 years ago
  36. 1a88dec trx/radio_if.py: fix: use proper block name by Vadim Yanitskiy · 7 years ago
  37. 51a95df grc/gsm_block_tree: add forgotten gsm_trx_burst_if block by Vadim Yanitskiy · 7 years ago
  38. 6bac574 misc_utils/trx_burst_if: get rid of clock interface by Vadim Yanitskiy · 7 years ago
  39. 25916f3 Clean up the "TRX Burst Interface" block description by Vadim Yanitskiy · 7 years ago
  40. e601c36 Refactor the 'TRX Burst Interface' block by Vadim Yanitskiy · 7 years ago
  41. ba7ad29 apps/grgsm_trx: import helper classes from grgsm.trx by Vadim Yanitskiy · 7 years ago
  42. eecab7e python/trx: install helper classes as a grgsm submodule by Vadim Yanitskiy · 7 years ago
  43. 873e44e python/trx: follow GNU Radio class naming conventions by Vadim Yanitskiy · 7 years ago
  44. 52917b1 Merge branch 'ptrkrysik/trx' of https://github.com/ptrkrysik/gr-gsm into ptrkrysik/trx by Piotr Krysik · 7 years ago
  45. 264fbf6 Corrected namespaces from grgsm to gsm by Piotr Krysik · 7 years ago
  46. 776b67f Missing cmakelists file for txtime_setter by Piotr Krysik · 7 years ago
  47. 517464c Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block) by Piotr Krysik · 7 years ago
  48. 5f1185e change just to invoke automatic tests on TravisCI by Piotr Krysik · 7 years ago
  49. d32ba5b Removed unused (and problematic during SWIG) part of time_spec_t and exposed time_spec_t in the library's ABI by Piotr Krysik · 7 years ago
  50. 6e41d06 Corrections in fn_time by Piotr Krysik · 7 years ago
  51. 8926c1f Correction in time_spec.cc by Piotr Krysik · 7 years ago
  52. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  53. 34ce7a0 Added C++ version of fn_time by Piotr Krysik · 7 years ago
  54. 29ec39b Updating examples pointer by Piotr Krysik · 7 years ago
  55. 33fbc28 Correction of bursts tagger by Piotr Krysik · 7 years ago
  56. 12dd9cb Updated examples pointer by Piotr Krysik · 7 years ago
  57. 42b2186 Added timing advance and delay corerrection to txtime_burst_tagger block by Piotr Krysik · 7 years ago
  58. 714cb44 New pointer to examples by Piotr Krysik · 7 years ago
  59. ffd09ac Corrections in fn_time conversions by Piotr Krysik · 7 years ago
  60. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  61. 2c7aa9f Little change just to check test result by Piotr Krysik · 7 years ago
  62. 79b3897 Updates of links to examples and test_data git submodules by Piotr Krysik · 7 years ago
  63. 7980eb9 Correction in txtime_bursts_tagger by Piotr Krysik · 7 years ago
  64. eb62dc1 Changes in fn_time by Piotr Krysik · 7 years ago
  65. d3c95c9 Installation of gsm_gmsk_mod.py file by Piotr Krysik · 7 years ago
  66. df97869 Added timestamping of bursts in the gsm receiver by Piotr Krysik · 7 years ago
  67. c6fad1f GRC file for gsm gmsk mod by Piotr Krysik · 7 years ago
  68. ff5d81d Added gmsk modulator block for gsm by Piotr Krysik · 7 years ago
  69. ebf8880 Modification of the burst sink to read bursts with headers - incomplete by Piotr Krysik · 7 years ago
  70. 27f0032 Adding block for tagging bursts by Piotr Krysik · 7 years ago
  71. 902f4eb Moved trx utilities from apps subdirectory - the grgsm_trx app need to be updated by Piotr Krysik · 7 years ago
  72. cb04d0d Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  73. d890cd3 Added frame number operations by Piotr Krysik · 7 years ago
  74. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  75. 184d706 Corrections of cmake files by Piotr Krysik · 7 years ago
  76. 3b06bda Correcting cmake file from lib directory by Piotr Krysik · 7 years ago
  77. 531d978 Added cmake files for transmitter by Piotr Krysik · 7 years ago
  78. 42d1e19 Added cmake file for trx_interface by Piotr Krysik · 7 years ago
  79. 2164b9b Added new block for tagging bursts messages with txtime by Piotr Krysik · 7 years ago
  80. 3148ff8 Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  81. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  82. e6e7879 Merge branch 'fixeria/trx' into development by Piotr Krysik · 7 years ago
  83. a056c2c Merge branch 'development' by Piotr Krysik · 7 years ago
  84. 45b8700 Removed all references to 'band' by Piotr Krysik · 7 years ago
  85. fcb45b0 Remove 'band' option from grgsm_decode altogether by Piotr Krysik · 7 years ago
  86. a80567f Bring back parameter checking, correct creation of grgsm_capture object by Piotr Krysik · 7 years ago
  87. df0adf3 Remove band from grgsm_capture altogether by Piotr Krysik · 7 years ago
  88. caa7741 delete some useless code after the change of is_valid_arfcn(...) and arfcn2downlink(...) by leommxj · 7 years ago
  89. 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
  90. 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
  91. a63ba0e Removing *livemon_headless.py script that shouldn't be in the repository. by Piotr Krysik · 7 years ago
  92. c4848ac Updated changelog for Ubuntu's PPA by Piotr Krysik · 7 years ago
  93. b6210a6 Merge branch 'development' by Piotr Krysik · 7 years ago
  94. 3dfa11b Making arfcn<->freq conversions more robust and uptading apps depending on it by Piotr Krysik · 7 years ago
  95. a6a7848 Removing *livemon_headless.py script that shouldn't be in the repository. by Piotr Krysik · 7 years ago
  96. a4bf3cc Updated changelog for Ubuntu's PPA by Piotr Krysik · 7 years ago
  97. 08c0c7c Incremented version for packaging and addition of release tag by Piotr Krysik · 7 years ago v0.41.1
  98. 1ad0c96 Added *.desktop files installation a'la GNU Radio. by Piotr Krysik · 7 years ago
  99. 1e8a03c Setting version to v0.41.0 by Piotr Krysik · 7 years ago
  100. d81cfe0 Removed cpack stuff by Piotr Krysik · 7 years ago