1. df41773 cmake: make formatting of install statements follow one pattern by Piotr Krysik · 4 years, 4 months ago
  2. d821103 trx: Removing old and unused grc based radio_if by Piotr Krysik · 4 years, 4 months ago
  3. 284f1db Log import errors as currently GRC 3.8 suppress them by Vasil Velichkov · 4 years, 7 months ago
  4. 601c786 tests: Close the temp file handle in qa_burst_file_source by Vasil Velichkov · 4 years, 10 months ago
  5. f631403 Python 3 compatibility changes in fn_time.py by Vasil Velichkov · 4 years, 10 months ago
  6. 0c28456 tests: Do not specify filename when runing gr_unittest by Vasil Velichkov · 4 years, 10 months ago
  7. 0af1435 Remove build_utils.py and build_utils_codes.py by Vasil Velichkov · 4 years, 10 months ago
  8. c7134ff Do not add python/misc_utils to PYTHONPATH when executing tests by Vasil Velichkov · 4 years, 10 months ago
  9. 6eea94f Fix grcc compilation with python3 by adding local subdirs to __path__ by Vasil Velichkov · 4 years, 10 months ago
  10. 783a1f7 Remove the RTLD_GLOBAL hack by Vasil Velichkov · 4 years, 10 months ago
  11. 46c90be Various python3 related changes by Vasil Velichkov · 4 years, 10 months ago
  12. 1789ae2 GNU Radio 3.8 support by Vasil Velichkov · 4 years, 11 months ago
  13. fa184a9 Fix uplink sub_slot and sub_types assignment in the sdcch4 and bcch_ccch demappers blocks by Vasil Velichkov · 5 years ago
  14. c895bf2 Fix uplink sub_slot assignment in the sdcch8 demapper block by Vasil Velichkov · 5 years ago
  15. 4954ae6 Fix sub_slot assignment in the universal_ctrl_chans_demapper block by Vasil Velichkov · 5 years ago
  16. ff88ba4 Add control channels demappers tests by Vasil Velichkov · 5 years ago
  17. 54580d1 Filter out SoapyAudio devices by Vasil Velichkov · 5 years ago
  18. c5bb436 Fix the TCH/H decoder and demapper XML definitions by Vasil Velichkov · 5 years ago
  19. ca25d14 apps/grgsm_trx: introduce initial LMS driver support by Vadim Yanitskiy · 5 years ago
  20. a53dd19 apps/grgsm_trx: add RadioInterface driver selection argument by Vadim Yanitskiy · 5 years ago
  21. b6f6f47 trx/radio_if.py: print type of RadioInterface by Vadim Yanitskiy · 5 years ago
  22. 3120ba7 python/trx: fork RadioInterfaceUHD from RadioInterface by Vadim Yanitskiy · 5 years ago
  23. 404842d trx/ctrl_if.py: use relative import for UDPLink by Vadim Yanitskiy · 5 years ago
  24. 5823a41 trx/radio_if.py: update clock_offset_control in set_rx_freq() by Vadim Yanitskiy · 5 years ago fixeria/trx
  25. 8bd9e15 trx/radio_if.py: do not print anything if freq. shift is 0 by Vadim Yanitskiy · 5 years ago
  26. 180a037 python/trx: introduce and use Transceiver class by Vadim Yanitskiy · 5 years ago
  27. baebe45 trx/ctrl_if_bb.py: reset transceiver on POWEROFF by Vadim Yanitskiy · 5 years ago
  28. b7a272e trx/radio_if.py: introduce a new @property 'ready' by Vadim Yanitskiy · 5 years ago
  29. 1fe2825 trx/radio_if.py: do not init both rx_freq and tx_freq by Vadim Yanitskiy · 5 years ago
  30. 7da82f4 python/trx: get rid of FakePM class by Vadim Yanitskiy · 5 years ago
  31. f237f1a python/trx: use CamelCase naming for basic classes by Vadim Yanitskiy · 6 years ago
  32. bd4daec trx/radio_if.py: use existing 'dict_toggle_sign' block by Vadim Yanitskiy · 6 years ago
  33. a1a871e python/trx: rename 'change_sign_of_dict_elements' to 'dict_toggle_sign' by Vadim Yanitskiy · 6 years ago
  34. ace92ae python/trx/__init__.py: cosmetic: add missing new line by Vadim Yanitskiy · 6 years ago
  35. 6ade8b8 Add TCH/H decoder tests by Vasil Velichkov · 6 years ago
  36. 0ccec37 Add tests for the TCH/F and TCH/H Demappers by Vasil Velichkov · 6 years ago
  37. b8632ff apps/grgsm_trx: remove redundant unit from freq_offset variable name by Piotr Krysik · 6 years ago
  38. 0f3bceb apps/grgsm_trx: remove unnecessary checks of freq_offset by Piotr Krysik · 6 years ago
  39. 0631767 trx/radio_if: add freq_offset parameter to constructor by Piotr Krysik · 6 years ago
  40. 89585b3 burst_file_source: Fix reading longer bursts by Vasil Velichkov · 6 years ago
  41. b3d5c57 trx/radio_if.py: clarify magic numbers in sample rate calculation by Piotr Krysik · 6 years ago
  42. 38baac9 apps/grgsm_trx: fix inaccurate sample rate calculation by Vadim Yanitskiy · 6 years ago
  43. 1cc264f Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be pushed by Piotr Krysik · 6 years ago
  44. c62a3d9 grgsm_trx: Migrated argument parsing to argparse by Piotr Krysik · 6 years ago
  45. 97dc84e apps/grgsm_trx: add baseband frequency shift feature by Vadim Yanitskiy · 6 years ago
  46. 2adbee4 apps/grgsm_trx: print bind / remote address and port by Vadim Yanitskiy · 6 years ago v0.42.1
  47. 473b35b apps/grgsm_trx: introduce bind address option by Vadim Yanitskiy · 6 years ago
  48. 5394c60 gsm_trx_burst_if: allow to customize the bind address by Vadim Yanitskiy · 6 years ago
  49. 0e24637 trx/ctrl_if.py: send control responses to where commands are from by Vadim Yanitskiy · 6 years ago
  50. b085a2c trx/udp_link.py: set SO_REUSEADDR socket option by Vadim Yanitskiy · 6 years ago
  51. bf6f6ec trx/udp_link.py: close socket in destructor by Vadim Yanitskiy · 6 years ago
  52. 4fdb08f trx/radio_if.py: drop useless import of osmosdr by Vadim Yanitskiy · 6 years ago
  53. 0017a35 trx/radio_if.py: reset UHD device time at startup by Vadim Yanitskiy · 6 years ago
  54. 2471052 Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixeria_trx by Piotr Krysik · 6 years ago
  55. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  56. bb7d94a Add tch_f_decoder tests by Vasil Velichkov · 6 years ago
  57. b479fb4 Compile the .grc files with cmake and grcc by Vasil Velichkov · 6 years ago
  58. 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
  59. 34266e7 trx/radio_if.py: handle Timing Advance from CTRL by Vadim Yanitskiy · 7 years ago
  60. 9dded9b trx/radio_if.py: clean up and explain GSM timings by Vadim Yanitskiy · 7 years ago
  61. 5cba704 trx/radio_if.py: use native burst_to_fn_time block by Vadim Yanitskiy · 7 years ago
  62. 0aafe28 Implement the 'burst_to_fn_time' block in C++ by Vadim Yanitskiy · 7 years ago
  63. d222ee5 trx/radio_if.py: implement AFC for both RX and TX paths by Vadim Yanitskiy · 7 years ago
  64. 63703bb trx/radio_if.py: explicilty set device clock rate by Vadim Yanitskiy · 7 years ago
  65. c362245 Added carrier frequency offset correction to radio_if by Piotr Krysik · 7 years ago
  66. 3dd981c trx: passing remote addr to bind by Piotr Krysik · 7 years ago
  67. 4650fad trx/radio_if.py: use native burst_type_filter block by Vadim Yanitskiy · 7 years ago
  68. 0101ae2 Removed AB test from radio_if_grc by Piotr Krysik · 7 years ago
  69. 294138d trx: Added missing timeslot filter by Piotr Krysik · 7 years ago
  70. d2f162f trx: Changes in the redio_if by Piotr Krysik · 7 years ago
  71. 89aa469 python/trx: WIP: implement transmission chain by Vadim Yanitskiy · 7 years ago
  72. 6ed10a1 Missing __init__.py part for burst_to_fn_time by Piotr Krysik · 7 years ago
  73. 8d7b64d Added Python version of bursts to fn_time converter by Piotr Krysik · 7 years ago
  74. 01c6afd trx/radio_if.py: fix RX / TX gain control by Vadim Yanitskiy · 7 years ago
  75. da5e21f trx/radio_if.py: clean up the stored fields by Vadim Yanitskiy · 7 years ago
  76. 9baaec2 trx/radio_if.py: get rid of useless getters / setters by Vadim Yanitskiy · 7 years ago
  77. 790b6f0 apps/grgsm_trx: add cmd line arguments for TX chain by Vadim Yanitskiy · 7 years ago
  78. 5d68aa5 apps/grgsm_trx: get rid of unused subdev_spec by Vadim Yanitskiy · 7 years ago
  79. 962e2d8 misc_utils/trx_burst_if: get rid of built-in timeslot filter by Vadim Yanitskiy · 7 years ago
  80. 1a88dec trx/radio_if.py: fix: use proper block name by Vadim Yanitskiy · 7 years ago
  81. eecab7e python/trx: install helper classes as a grgsm submodule by Vadim Yanitskiy · 7 years ago
  82. 873e44e python/trx: follow GNU Radio class naming conventions by Vadim Yanitskiy · 7 years ago
  83. 517464c Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block) by Piotr Krysik · 7 years ago
  84. 6e41d06 Corrections in fn_time by Piotr Krysik · 7 years ago
  85. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  86. 33fbc28 Correction of bursts tagger by Piotr Krysik · 7 years ago
  87. 42b2186 Added timing advance and delay corerrection to txtime_burst_tagger block by Piotr Krysik · 7 years ago
  88. ffd09ac Corrections in fn_time conversions by Piotr Krysik · 7 years ago
  89. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  90. 2c7aa9f Little change just to check test result by Piotr Krysik · 7 years ago
  91. 7980eb9 Correction in txtime_bursts_tagger by Piotr Krysik · 7 years ago
  92. eb62dc1 Changes in fn_time by Piotr Krysik · 7 years ago
  93. d3c95c9 Installation of gsm_gmsk_mod.py file by Piotr Krysik · 7 years ago
  94. ff5d81d Added gmsk modulator block for gsm by Piotr Krysik · 7 years ago
  95. 27f0032 Adding block for tagging bursts by Piotr Krysik · 7 years ago
  96. 902f4eb Moved trx utilities from apps subdirectory - the grgsm_trx app need to be updated by Piotr Krysik · 7 years ago
  97. cb04d0d Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  98. d890cd3 Added frame number operations by Piotr Krysik · 7 years ago
  99. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  100. 531d978 Added cmake files for transmitter by Piotr Krysik · 7 years ago