1. 6ade8b8 Add TCH/H decoder tests by Vasil Velichkov · 6 years ago
  2. 0ccec37 Add tests for the TCH/F and TCH/H Demappers by Vasil Velichkov · 6 years ago
  3. b8632ff apps/grgsm_trx: remove redundant unit from freq_offset variable name by Piotr Krysik · 6 years ago
  4. 0f3bceb apps/grgsm_trx: remove unnecessary checks of freq_offset by Piotr Krysik · 6 years ago
  5. 0631767 trx/radio_if: add freq_offset parameter to constructor by Piotr Krysik · 6 years ago
  6. 89585b3 burst_file_source: Fix reading longer bursts by Vasil Velichkov · 6 years ago
  7. b3d5c57 trx/radio_if.py: clarify magic numbers in sample rate calculation by Piotr Krysik · 6 years ago
  8. 38baac9 apps/grgsm_trx: fix inaccurate sample rate calculation by Vadim Yanitskiy · 6 years ago
  9. 1cc264f Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be pushed by Piotr Krysik · 6 years ago
  10. c62a3d9 grgsm_trx: Migrated argument parsing to argparse by Piotr Krysik · 6 years ago
  11. 97dc84e apps/grgsm_trx: add baseband frequency shift feature by Vadim Yanitskiy · 6 years ago
  12. 2adbee4 apps/grgsm_trx: print bind / remote address and port by Vadim Yanitskiy · 6 years ago v0.42.1
  13. 473b35b apps/grgsm_trx: introduce bind address option by Vadim Yanitskiy · 6 years ago
  14. 5394c60 gsm_trx_burst_if: allow to customize the bind address by Vadim Yanitskiy · 6 years ago
  15. 0e24637 trx/ctrl_if.py: send control responses to where commands are from by Vadim Yanitskiy · 6 years ago
  16. b085a2c trx/udp_link.py: set SO_REUSEADDR socket option by Vadim Yanitskiy · 6 years ago
  17. bf6f6ec trx/udp_link.py: close socket in destructor by Vadim Yanitskiy · 6 years ago
  18. 4fdb08f trx/radio_if.py: drop useless import of osmosdr by Vadim Yanitskiy · 6 years ago
  19. 0017a35 trx/radio_if.py: reset UHD device time at startup by Vadim Yanitskiy · 6 years ago
  20. 2471052 Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixeria_trx by Piotr Krysik · 6 years ago
  21. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  22. bb7d94a Add tch_f_decoder tests by Vasil Velichkov · 6 years ago
  23. b479fb4 Compile the .grc files with cmake and grcc by Vasil Velichkov · 6 years ago
  24. 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
  25. 34266e7 trx/radio_if.py: handle Timing Advance from CTRL by Vadim Yanitskiy · 7 years ago
  26. 9dded9b trx/radio_if.py: clean up and explain GSM timings by Vadim Yanitskiy · 7 years ago
  27. 5cba704 trx/radio_if.py: use native burst_to_fn_time block by Vadim Yanitskiy · 7 years ago
  28. 0aafe28 Implement the 'burst_to_fn_time' block in C++ by Vadim Yanitskiy · 7 years ago
  29. d222ee5 trx/radio_if.py: implement AFC for both RX and TX paths by Vadim Yanitskiy · 7 years ago
  30. 63703bb trx/radio_if.py: explicilty set device clock rate by Vadim Yanitskiy · 7 years ago
  31. c362245 Added carrier frequency offset correction to radio_if by Piotr Krysik · 7 years ago
  32. 3dd981c trx: passing remote addr to bind by Piotr Krysik · 7 years ago
  33. 4650fad trx/radio_if.py: use native burst_type_filter block by Vadim Yanitskiy · 7 years ago
  34. 0101ae2 Removed AB test from radio_if_grc by Piotr Krysik · 7 years ago
  35. 294138d trx: Added missing timeslot filter by Piotr Krysik · 7 years ago
  36. d2f162f trx: Changes in the redio_if by Piotr Krysik · 7 years ago
  37. 89aa469 python/trx: WIP: implement transmission chain by Vadim Yanitskiy · 7 years ago
  38. 6ed10a1 Missing __init__.py part for burst_to_fn_time by Piotr Krysik · 7 years ago
  39. 8d7b64d Added Python version of bursts to fn_time converter by Piotr Krysik · 7 years ago
  40. 01c6afd trx/radio_if.py: fix RX / TX gain control by Vadim Yanitskiy · 7 years ago
  41. da5e21f trx/radio_if.py: clean up the stored fields by Vadim Yanitskiy · 7 years ago
  42. 9baaec2 trx/radio_if.py: get rid of useless getters / setters by Vadim Yanitskiy · 7 years ago
  43. 790b6f0 apps/grgsm_trx: add cmd line arguments for TX chain by Vadim Yanitskiy · 7 years ago
  44. 5d68aa5 apps/grgsm_trx: get rid of unused subdev_spec by Vadim Yanitskiy · 7 years ago
  45. 962e2d8 misc_utils/trx_burst_if: get rid of built-in timeslot filter by Vadim Yanitskiy · 7 years ago
  46. 1a88dec trx/radio_if.py: fix: use proper block name by Vadim Yanitskiy · 7 years ago
  47. eecab7e python/trx: install helper classes as a grgsm submodule by Vadim Yanitskiy · 7 years ago
  48. 873e44e python/trx: follow GNU Radio class naming conventions by Vadim Yanitskiy · 7 years ago
  49. 517464c Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block) by Piotr Krysik · 7 years ago
  50. 6e41d06 Corrections in fn_time by Piotr Krysik · 7 years ago
  51. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  52. 33fbc28 Correction of bursts tagger by Piotr Krysik · 7 years ago
  53. 42b2186 Added timing advance and delay corerrection to txtime_burst_tagger block by Piotr Krysik · 7 years ago
  54. ffd09ac Corrections in fn_time conversions by Piotr Krysik · 7 years ago
  55. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  56. 2c7aa9f Little change just to check test result by Piotr Krysik · 7 years ago
  57. 7980eb9 Correction in txtime_bursts_tagger by Piotr Krysik · 7 years ago
  58. eb62dc1 Changes in fn_time by Piotr Krysik · 7 years ago
  59. d3c95c9 Installation of gsm_gmsk_mod.py file by Piotr Krysik · 7 years ago
  60. ff5d81d Added gmsk modulator block for gsm by Piotr Krysik · 7 years ago
  61. 27f0032 Adding block for tagging bursts by Piotr Krysik · 7 years ago
  62. 902f4eb Moved trx utilities from apps subdirectory - the grgsm_trx app need to be updated by Piotr Krysik · 7 years ago
  63. cb04d0d Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  64. d890cd3 Added frame number operations by Piotr Krysik · 7 years ago
  65. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  66. 531d978 Added cmake files for transmitter by Piotr Krysik · 7 years ago
  67. 2164b9b Added new block for tagging bursts messages with txtime by Piotr Krysik · 7 years ago
  68. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  69. 3dfa11b Making arfcn<->freq conversions more robust and uptading apps depending on it by Piotr Krysik · 7 years ago
  70. aed9f5c Fixed problems resulting from Nones returned when no such frequency or ARFCN exists. by Piotr Krysik · 7 years ago
  71. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  72. 344e9d2 Merge branch 'libosmocore_integration' into packaging_piotr by Piotr Krysik · 7 years ago
  73. c97a7ff Removed wideband_input_adaptor by Piotr Krysik · 7 years ago
  74. ea34c01 Added license statements where it was missing by Piotr Krysik · 8 years ago
  75. fb772f8 #154: fix for arfcn conversion by Roman Khassraf · 8 years ago
  76. a3405b2 Changed path (flow_control) and name of uplink_downlink_filter to splitter by Piotr Krysik · 8 years ago
  77. 2bb54c8 Added uplink/downlink splitter by Piotr Krysik · 8 years ago
  78. 7973538 Changing ppm parameter in clock offset corrector now takes effect on the fractional resampler by Piotr Krysik · 8 years ago
  79. 1e27827 Removed debug print from grsm_inpu by Piotr Krysik · 8 years ago
  80. 74c4ca9 Removed blocks related to old frequency correction loop (controlled const source and old clock offset corrector) by Piotr Krysik · 8 years ago
  81. 83afe73 Changed clock offset controller and company in order to remove from the gsm_input one of the resamplers. by Piotr Krysik · 8 years ago
  82. d1ca389 Corrections to clock offset corrector that uses tags by Piotr Krysik · 8 years ago
  83. 5f480d3 Merge branch 'packaging_piotr' into development by Piotr Krysik · 8 years ago
  84. a693483 Removed not written tests by Piotr Krysik · 8 years ago
  85. cbaf476 New gsm_input block by Piotr Krysik · 8 years ago
  86. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  87. 74c4f2c New blocks (msg to tag and controlled resampler) related stuff by Piotr Krysik · 8 years ago
  88. 5c7b374 Corrected the tests so they can be run without installation of gr-gsm by Piotr Krysik · 8 years ago
  89. 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
  90. c6eb3b5 Added msg_to_tag block - currently it does nothing by Piotr Krysik · 8 years ago
  91. e5bd4b8 Next corrections of demapping blocks - mainly corretion of SDCCH8 uplink configuration. by Piotr Krysik · 8 years ago
  92. 19cba47 Corrected configuration of demappers by Piotr Krysik · 8 years ago
  93. e4fcdf3 Corrected _channe_types vectors in SDCCH8 demapper by Piotr Krysik · 8 years ago
  94. 773a194 Big change of the universal control channels demapper: by Piotr Krysik · 8 years ago
  95. d3b4049 Minor fixup of channelizing messages by Steve Glass · 8 years ago
  96. 5707c2b Make band user-selectable in gsm_wideband_input by Steve Glass · 8 years ago
  97. 5edaff0 Update gsm_wideband_input.py by nightcoffee · 8 years ago
  98. dd66b3b Fixed test of the message printer - related to issue #149 by Piotr Krysik · 8 years ago
  99. e403d9b Missing part of fix of the #135 bug by Piotr Krysik · 8 years ago
  100. 8715da0 Fixed all hierarchical blocks in the project by Piotr Krysik · 8 years ago