1. c5bb436 Fix the TCH/H decoder and demapper XML definitions by Vasil Velichkov · 5 years ago
  2. 81ba56f Major simplification and some argument changes in grgsm_capture by Piotr Krysik · 6 years ago
  3. 57431ed grgsm_livemon: Use the osr variable in all blocks by Vasil Velichkov · 5 years ago
  4. 2f0c096 MacOS fixes by Vasil Velichkov · 5 years ago
  5. ca25d14 apps/grgsm_trx: introduce initial LMS driver support by Vadim Yanitskiy · 5 years ago
  6. a53dd19 apps/grgsm_trx: add RadioInterface driver selection argument by Vadim Yanitskiy · 5 years ago
  7. b6f6f47 trx/radio_if.py: print type of RadioInterface by Vadim Yanitskiy · 5 years ago
  8. 3120ba7 python/trx: fork RadioInterfaceUHD from RadioInterface by Vadim Yanitskiy · 5 years ago
  9. 404842d trx/ctrl_if.py: use relative import for UDPLink by Vadim Yanitskiy · 5 years ago
  10. 5823a41 trx/radio_if.py: update clock_offset_control in set_rx_freq() by Vadim Yanitskiy · 5 years ago fixeria/trx
  11. 8bd9e15 trx/radio_if.py: do not print anything if freq. shift is 0 by Vadim Yanitskiy · 5 years ago
  12. 180a037 python/trx: introduce and use Transceiver class by Vadim Yanitskiy · 5 years ago
  13. baebe45 trx/ctrl_if_bb.py: reset transceiver on POWEROFF by Vadim Yanitskiy · 5 years ago
  14. b7a272e trx/radio_if.py: introduce a new @property 'ready' by Vadim Yanitskiy · 5 years ago
  15. 1fe2825 trx/radio_if.py: do not init both rx_freq and tx_freq by Vadim Yanitskiy · 5 years ago
  16. 7da82f4 python/trx: get rid of FakePM class by Vadim Yanitskiy · 5 years ago
  17. 435d755 apps/grgsm_trx: move init code from run() to __init__() by Vadim Yanitskiy · 5 years ago
  18. f237f1a python/trx: use CamelCase naming for basic classes by Vadim Yanitskiy · 6 years ago
  19. bd4daec trx/radio_if.py: use existing 'dict_toggle_sign' block by Vadim Yanitskiy · 6 years ago
  20. a1a871e python/trx: rename 'change_sign_of_dict_elements' to 'dict_toggle_sign' by Vadim Yanitskiy · 6 years ago
  21. ace92ae python/trx/__init__.py: cosmetic: add missing new line by Vadim Yanitskiy · 6 years ago
  22. 06321a3 Improve voice boundary detection by Vasil Velichkov · 6 years ago
  23. 6ade8b8 Add TCH/H decoder tests by Vasil Velichkov · 6 years ago
  24. 7f259fd Add TCH/H decoder block with AMR multirate support by Vasil Velichkov · 6 years ago
  25. 0ccec37 Add tests for the TCH/F and TCH/H Demappers by Vasil Velichkov · 6 years ago
  26. 1828a31 Move HR demapping into a separate block by Vasil Velichkov · 6 years ago
  27. fbcee39 Add HR demapping by Andrew Artyushok · 6 years ago
  28. 003c872 transmitter/txtime_setter: fix error print syntax error by Piotr Krysik · 5 years ago
  29. 1785216 lib/trx, lib/transmitter: Include grgsm/endian.h by David Holm · 6 years ago
  30. dc342dc trx/txtime_setter: print error if reference fn is missing by Vadim Yanitskiy · 6 years ago
  31. b73b4a8 trx/txtime_setter: reduce code nesting in process_txtime_of_burst() by Vadim Yanitskiy · 6 years ago
  32. ed03e41 apps/grgsm_trx: (re)structurize help message by Vadim Yanitskiy · 6 years ago
  33. b8632ff apps/grgsm_trx: remove redundant unit from freq_offset variable name by Piotr Krysik · 6 years ago
  34. b775afd Add .gitreview similar to the other osmocom's projects by Vasil Velichkov · 6 years ago
  35. fa2f784 grgsm_channelize: Add ichar data type by Vasil Velichkov · 6 years ago
  36. 0f3bceb apps/grgsm_trx: remove unnecessary checks of freq_offset by Piotr Krysik · 6 years ago
  37. 0631767 trx/radio_if: add freq_offset parameter to constructor by Piotr Krysik · 6 years ago
  38. 89585b3 burst_file_source: Fix reading longer bursts by Vasil Velichkov · 6 years ago
  39. 7379e34 apps/grgsm_trx: migrate from getopt to argparse by Piotr Krysik · 6 years ago
  40. b3d5c57 trx/radio_if.py: clarify magic numbers in sample rate calculation by Piotr Krysik · 6 years ago
  41. 38baac9 apps/grgsm_trx: fix inaccurate sample rate calculation by Vadim Yanitskiy · 6 years ago
  42. 75ae9cc Format the output into ostringstream and then write it at once. by Vasil Velichkov · 6 years ago
  43. fb1f65c grgsm_scanner: Add --debug option by Vasil Velichkov · 6 years ago
  44. 1cc264f Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be pushed by Piotr Krysik · 6 years ago
  45. c62a3d9 grgsm_trx: Migrated argument parsing to argparse by Piotr Krysik · 6 years ago
  46. 97dc84e apps/grgsm_trx: add baseband frequency shift feature by Vadim Yanitskiy · 6 years ago
  47. 840885f Changed submodule URLs to point to osmocom servers by Piotr Krysik · 6 years ago
  48. 592ec9b Increasing version number in order to correct wrongs of previous attempt by Piotr Krysik · 6 years ago development v0.42.2
  49. d30d0c2 New gr-gsm version by Piotr Krysik · 6 years ago
  50. 2adbee4 apps/grgsm_trx: print bind / remote address and port by Vadim Yanitskiy · 6 years ago v0.42.1
  51. 473b35b apps/grgsm_trx: introduce bind address option by Vadim Yanitskiy · 6 years ago
  52. 5394c60 gsm_trx_burst_if: allow to customize the bind address by Vadim Yanitskiy · 6 years ago
  53. 0e24637 trx/ctrl_if.py: send control responses to where commands are from by Vadim Yanitskiy · 6 years ago
  54. b085a2c trx/udp_link.py: set SO_REUSEADDR socket option by Vadim Yanitskiy · 6 years ago
  55. bf6f6ec trx/udp_link.py: close socket in destructor by Vadim Yanitskiy · 6 years ago
  56. 8e1fa8b apps/grgsm_trx: use format string for help message by Vadim Yanitskiy · 6 years ago
  57. 4fdb08f trx/radio_if.py: drop useless import of osmosdr by Vadim Yanitskiy · 6 years ago
  58. 0017a35 trx/radio_if.py: reset UHD device time at startup by Vadim Yanitskiy · 6 years ago
  59. cae7821 grgsm_trx: change default TRX port number to 6700 by Vadim Yanitskiy · 6 years ago
  60. 3674f48 apps/grgsm_trx: also print Piotr as a copyright holder by Vadim Yanitskiy · 6 years ago
  61. 332e2be tests: Fix Debian and Kali dockerfiles by Piotr Krysik · 6 years ago
  62. e4010db Keep the old mailing list for now by Piotr Krysik · 6 years ago
  63. 99997ff README.md: Turn URLs into hyperlinks (video, mailing list) by Harald Welte · 6 years ago
  64. 8bb1b79 README.md: Change mailing list address to osmocom.org by Harald Welte · 6 years ago
  65. ac14021 Simplify cmake checks related to libosmocore by Piotr Krysik · 6 years ago
  66. e153e72 Run tests with CTEST_OUTPUT_ON_FAILURE=1 by Vasil Velichkov · 6 years ago
  67. f1b6c6b Add LOCAL_OSMOCOM cmake option by Vasil Velichkov · 6 years ago
  68. f00936d Placing grcc compilation utils in separate files by Piotr Krysik · 6 years ago
  69. c711e97 Separating libosmogsm from the rest by Piotr Krysik · 6 years ago
  70. 9b5519d Check that pkg-config is available by Vasil Velichkov · 6 years ago
  71. 8c4eefb Add DEBIAN_FRONTEND=noninteractive by Vasil Velichkov · 6 years ago
  72. 487bf47 Fix the parallel build with cmake 3.11 by Vasil Velichkov · 6 years ago
  73. 8f4b5ba Add CentOS7 docker container by Vasil Velichkov · 6 years ago
  74. 014ed2b Add cmake options that enable/disable grcc compilation by Vasil Velichkov · 6 years ago
  75. 47c3e9b Changing tabs to spaces by Piotr Krysik · 6 years ago
  76. 1e72414 Disabling installation of desktop files by Piotr Krysik · 6 years ago
  77. ea44d98 Commenting out a line causeing crash on HackRF by Piotr Krysik · 6 years ago
  78. 2779e62 Fix includes after moving trx_burst_if by Piotr Krysik · 6 years ago
  79. 6943496 Added short description of grgsm_trx by Piotr Krysik · 6 years ago
  80. ea7a66c Updated e-mail addresses of Vadim and Vasil by Piotr Krysik · 6 years ago
  81. 650a436 Fix burst_to_fn_time name in gsm_burst_to_fn_time.xml by Piotr Krysik · 6 years ago
  82. 9930553 Moving trx burst interface to trx directory by Piotr Krysik · 6 years ago
  83. 3c1452f Fix gsm_msg_to_tag block record in grc/gsm_block_tree.xml by Piotr Krysik · 6 years ago
  84. 2471052 Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixeria_trx by Piotr Krysik · 6 years ago
  85. 2ece45f Adding Vadim and Vasil to the credits section by Piotr Krysik · 6 years ago
  86. d77414b GRCC: Adding new directories to python path to make grc files compile after merger by Piotr Krysik · 6 years ago
  87. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  88. 8b9b88d Disable the parallel build on Fedora 26 by Vasil Velichkov · 6 years ago
  89. 084b14e Workaround for the grcc failure by Vasil Velichkov · 6 years ago
  90. e24860f Reformatting control_channels_decoder by Piotr Krysik · 6 years ago
  91. bb7d94a Add tch_f_decoder tests by Vasil Velichkov · 6 years ago
  92. 924d187 Fix an assert in ViterbiR2O4::decode by Vasil Velichkov · 6 years ago
  93. a396100 Do not test with debtest-grgsm-package container by Vasil Velichkov · 6 years ago
  94. bc2a23e Check the gsm0503_xcch_decode return value by Vasil Velichkov · 6 years ago
  95. 7476868 Added more copyright holders by Piotr Krysik · 6 years ago
  96. cbac58c added MANIFEST.md for CGRAN parsing sake by Marc L · 6 years ago
  97. c62f21e Fixing Ubuntu 16.04 no libosmocore test by Piotr Krysik · 6 years ago
  98. 753afeb Fix Fedora 26 test failure by Vasil Velichkov · 6 years ago
  99. a59de98 Add Fedora 26 docker file by Vasil Velichkov · 6 years ago
  100. 0feb4ab Fix the parallel build. by Vasil Velichkov · 6 years ago