1. d1c9594 apps/grgsm_trx: introduce initial LMS driver support by Vadim Yanitskiy · 5 years ago fixeria/lms
  2. ca49a3e apps/grgsm_trx: add RadioInterface driver selection argument by Vadim Yanitskiy · 5 years ago
  3. 89e1ad1 python/trx: fork RadioInterfaceUHD from RadioInterface by Vadim Yanitskiy · 5 years ago
  4. 180a037 python/trx: introduce and use Transceiver class by Vadim Yanitskiy · 5 years ago
  5. 7da82f4 python/trx: get rid of FakePM class by Vadim Yanitskiy · 5 years ago
  6. 435d755 apps/grgsm_trx: move init code from run() to __init__() by Vadim Yanitskiy · 5 years ago
  7. f237f1a python/trx: use CamelCase naming for basic classes by Vadim Yanitskiy · 5 years ago
  8. 7f259fd Add TCH/H decoder block with AMR multirate support by Vasil Velichkov · 6 years ago
  9. ed03e41 apps/grgsm_trx: (re)structurize help message by Vadim Yanitskiy · 6 years ago
  10. b8632ff apps/grgsm_trx: remove redundant unit from freq_offset variable name by Piotr Krysik · 6 years ago
  11. fa2f784 grgsm_channelize: Add ichar data type by Vasil Velichkov · 6 years ago
  12. 0f3bceb apps/grgsm_trx: remove unnecessary checks of freq_offset by Piotr Krysik · 6 years ago
  13. 0631767 trx/radio_if: add freq_offset parameter to constructor by Piotr Krysik · 6 years ago
  14. 7379e34 apps/grgsm_trx: migrate from getopt to argparse by Piotr Krysik · 6 years ago
  15. 38baac9 apps/grgsm_trx: fix inaccurate sample rate calculation by Vadim Yanitskiy · 6 years ago
  16. fb1f65c grgsm_scanner: Add --debug option by Vasil Velichkov · 6 years ago
  17. 1cc264f Revert "grgsm_trx: Migrated argument parsing to argparse" that shouldn't be pushed by Piotr Krysik · 6 years ago
  18. c62a3d9 grgsm_trx: Migrated argument parsing to argparse by Piotr Krysik · 6 years ago
  19. 97dc84e apps/grgsm_trx: add baseband frequency shift feature by Vadim Yanitskiy · 6 years ago
  20. 473b35b apps/grgsm_trx: introduce bind address option by Vadim Yanitskiy · 6 years ago
  21. bf6f6ec trx/udp_link.py: close socket in destructor by Vadim Yanitskiy · 6 years ago
  22. 8e1fa8b apps/grgsm_trx: use format string for help message by Vadim Yanitskiy · 6 years ago
  23. cae7821 grgsm_trx: change default TRX port number to 6700 by Vadim Yanitskiy · 6 years ago
  24. 3674f48 apps/grgsm_trx: also print Piotr as a copyright holder by Vadim Yanitskiy · 6 years ago
  25. f00936d Placing grcc compilation utils in separate files by Piotr Krysik · 6 years ago
  26. 014ed2b Add cmake options that enable/disable grcc compilation by Vasil Velichkov · 6 years ago
  27. 47c3e9b Changing tabs to spaces by Piotr Krysik · 6 years ago
  28. 1e72414 Disabling installation of desktop files by Piotr Krysik · 6 years ago
  29. ea44d98 Commenting out a line causeing crash on HackRF by Piotr Krysik · 6 years ago
  30. 6943496 Added short description of grgsm_trx by Piotr Krysik · 6 years ago
  31. 2471052 Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixeria_trx by Piotr Krysik · 6 years ago
  32. d77414b GRCC: Adding new directories to python path to make grc files compile after merger by Piotr Krysik · 6 years ago
  33. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  34. 0feb4ab Fix the parallel build. by Vasil Velichkov · 6 years ago
  35. b479fb4 Compile the .grc files with cmake and grcc by Vasil Velichkov · 6 years ago
  36. f0c83d8 Fixing missing callback to set_fc in clock_offset_control block by Piotr Krysik · 6 years ago
  37. 14b8e85 apps/grgsm_trx: use 4 * GSM_SYM_RATE as default sample rate by Vadim Yanitskiy · 7 years ago
  38. 66c56e7 trx: Changed default gain to 40 by Piotr Krysik · 7 years ago
  39. be1da4a trc: Changed sample rate to 4 times GSM symbol rate by Piotr Krysik · 7 years ago
  40. 0e7c9a8 apps/grgsm_trx: fix antenna selection options by Vadim Yanitskiy · 7 years ago
  41. ab8cde9 Making headless livemon executable by Piotr Krysik · 7 years ago
  42. 790b6f0 apps/grgsm_trx: add cmd line arguments for TX chain by Vadim Yanitskiy · 7 years ago
  43. 5d68aa5 apps/grgsm_trx: get rid of unused subdev_spec by Vadim Yanitskiy · 7 years ago
  44. ba7ad29 apps/grgsm_trx: import helper classes from grgsm.trx by Vadim Yanitskiy · 7 years ago
  45. 615fc86 Making arfcn<->freq conversions more robust for grgsm_livemon too (closes issue #337). by Petter Reinholdtsen · 7 years ago
  46. 902f4eb Moved trx utilities from apps subdirectory - the grgsm_trx app need to be updated by Piotr Krysik · 7 years ago
  47. e6e7879 Merge branch 'fixeria/trx' into development by Piotr Krysik · 7 years ago
  48. 45b8700 Removed all references to 'band' by Piotr Krysik · 7 years ago
  49. fcb45b0 Remove 'band' option from grgsm_decode altogether by Piotr Krysik · 7 years ago
  50. a80567f Bring back parameter checking, correct creation of grgsm_capture object by Piotr Krysik · 7 years ago
  51. df0adf3 Remove band from grgsm_capture altogether by Piotr Krysik · 7 years ago
  52. caa7741 delete some useless code after the change of is_valid_arfcn(...) and arfcn2downlink(...) by leommxj · 7 years ago
  53. 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
  54. 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
  55. a63ba0e Removing *livemon_headless.py script that shouldn't be in the repository. by Piotr Krysik · 7 years ago
  56. 3dfa11b Making arfcn<->freq conversions more robust and uptading apps depending on it by Piotr Krysik · 7 years ago
  57. 1ad0c96 Added *.desktop files installation a'la GNU Radio. by Piotr Krysik · 7 years ago
  58. 4c5564b Moved the desktop file to subdirectory for clarity by Piotr Krysik · 7 years ago
  59. 0a80b14 Changed destination variable for the desktop files by Piotr Krysik · 7 years ago
  60. c8f4631 Added recording length parameter to grgsm_livemon_headless by Piotr Krysik · 7 years ago
  61. 82ae3d0 Merge pull request #322 from petterreinholdtsen/gain-slider by Piotr Krysik · 7 years ago
  62. 228b52e Rename g_slider to gain_slider for consistency. by Petter Reinholdtsen · 7 years ago
  63. 0af5512 Add generated grgsm_livemon_headless from grgsm_livemon_headless.grc and install the program. by Petter Reinholdtsen · 7 years ago
  64. 5b083ac Add non-GUI/headless livemon version. by Petter Reinholdtsen · 7 years ago
  65. d65671e Merge pull request #320 from petterreinholdtsen/scanner-str-repr-fix by Piotr Krysik · 7 years ago
  66. 440dcea Merge branch 'packaging' into desktop-menu-entry by Piotr Krysik · 7 years ago
  67. 56825a7 Merge pull request #318 from petterreinholdtsen/remove-compat-symlinks by Piotr Krysik · 7 years ago
  68. 54e3905 Changed the BCCH+CCCH+SDCCH4 demapper into BCCH+CCCH demapper by Piotr Krysik · 7 years ago
  69. 1eeb1b4 Fix fatal typo in channel_info.__repr__(). by Petter Reinholdtsen · 7 years ago
  70. ccab28d Add XDG desktop menu entry for grgsm_livemon. by Petter Reinholdtsen · 7 years ago
  71. 8275578 Remove all traces of the compatibility symlinks from cmake. by Petter Reinholdtsen · 7 years ago
  72. 688c81e Fixing collectorport and collector removed in the last commit from grgsm_livemon by Piotr Krysik · 7 years ago
  73. 50c3e36 Applied new changes in grgsm_livemon.grc to the python code by Piotr Krysik · 7 years ago
  74. 44ee1be Merge branch 'udp-server-print' of https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-udp-server-print by Piotr Krysik · 7 years ago
  75. 85ec6ae Applied changes with collector port and IP in python version of grgsm_livemon by Piotr Krysik · 7 years ago
  76. 9091d23 Merge branch 'config-collector-point' of https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-config-collector-point by Piotr Krysik · 7 years ago
  77. 3138f90 Merge branch 'scanner-str-repr' of https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-scanner-str-repr by Piotr Krysik · 7 years ago
  78. aed9f5c Fixed problems resulting from Nones returned when no such frequency or ARFCN exists. by Piotr Krysik · 7 years ago
  79. 8a77178 Merge branch 'reuse-scanner' of https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-reuse-scanner by Piotr Krysik · 7 years ago
  80. cd398e7 Removed compatibility symlinks (closes issue #302) by Piotr Krysik · 7 years ago
  81. d7ab8c0 Connect Message Printer block to UDP server block. by Petter Reinholdtsen · 7 years ago
  82. 145d78d Make UDP server port configurable using --serverport parameter. by Petter Reinholdtsen · 7 years ago
  83. 898f74c Make address and port of collector point configurable. by Petter Reinholdtsen · 7 years ago
  84. 284282e Change channel_info to provide both __str__ and __repr__. by Petter Reinholdtsen · 7 years ago
  85. 6a7dc44 Restructure grgsm_scanner to allow its reuse from python by Petter Reinholdtsen · 7 years ago
  86. 77868e4 Updated apps/README with new names of helper scripts by Piotr Krysik · 7 years ago
  87. 2cef7a2 Merge branch 'deb-bin-no-ext' of https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-deb-bin-no-ext by Piotr Krysik · 7 years ago
  88. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  89. 344e9d2 Merge branch 'libosmocore_integration' into packaging_piotr by Piotr Krysik · 7 years ago
  90. a088953 Remove language extention from remaining binaries. by Petter Reinholdtsen · 7 years ago
  91. 2770fc4 Added missing default value of voice-boundary parameter. Fixes #206 by Piotr Krysik · 7 years ago
  92. 82638ab Added a bit better labels for most cryptic paramters. Related to issue #288 by Piotr Krysik · 7 years ago
  93. 76e4b33 apps/trx: handle MEASURE command by Vadim Yanitskiy · 7 years ago
  94. 45d9f22 apps/trx: handle SETSLOT command by Vadim Yanitskiy · 7 years ago
  95. 5f393a4 apps/trx/radio_if.py: drop unused imports by Vadim Yanitskiy · 7 years ago
  96. dd0b06a apps/trx: wait until transceiver actually stop by Vadim Yanitskiy · 7 years ago
  97. f3eccbf apps/trx: separate CTRLInterface implementation by Vadim Yanitskiy · 7 years ago
  98. 4b5c299 apps/trx: get rid of meaningless main function by Vadim Yanitskiy · 7 years ago
  99. 7427baf apps/trx: separate UDP socket implementation by Vadim Yanitskiy · 7 years ago
  100. 948f704 trx_interface: follow GR-GSM app naming style by Vadim Yanitskiy · 7 years ago