1. 7385723 preprocess_tx_burst: fix the output message by Vadim Yanitskiy · 7 years ago
  2. 2ce2942 txtime_setter: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  3. 70bec20 preprocess_tx_burst: clean up and simplify source code by Vadim Yanitskiy · 7 years ago
  4. 2344483 Added a block for generating Access Bursts by Piotr Krysik · 7 years ago
  5. ba8b0a9 Fix: protections in txtime_setter against late bursts and bursts in too distant future. by Piotr Krysik · 7 years ago
  6. f849faf Changed input and output name for burst_type_filter by Piotr Krysik · 7 years ago
  7. bfb47dc Fix: don't send SCH burst to the output if it wasn't correctly decoded by Piotr Krysik · 7 years ago
  8. ccb5e68 Added tx bursts preprocessing block by Piotr Krysik · 7 years ago
  9. d7efc05 Moved gsm_constants file to include directory by Piotr Krysik · 7 years ago
  10. acc365f Added C++ version of burst type filter by Piotr Krysik · 7 years ago
  11. 962e2d8 misc_utils/trx_burst_if: get rid of built-in timeslot filter by Vadim Yanitskiy · 7 years ago
  12. 6bac574 misc_utils/trx_burst_if: get rid of clock interface by Vadim Yanitskiy · 7 years ago
  13. e601c36 Refactor the 'TRX Burst Interface' block by Vadim Yanitskiy · 7 years ago
  14. 52917b1 Merge branch 'ptrkrysik/trx' of https://github.com/ptrkrysik/gr-gsm into ptrkrysik/trx by Piotr Krysik · 7 years ago
  15. 264fbf6 Corrected namespaces from grgsm to gsm by Piotr Krysik · 7 years ago
  16. 517464c Added txtime_setter block (a c++ version of txtime_bursts_tagger Python block) by Piotr Krysik · 7 years ago
  17. 5f1185e change just to invoke automatic tests on TravisCI by Piotr Krysik · 7 years ago
  18. 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
  19. 6e41d06 Corrections in fn_time by Piotr Krysik · 7 years ago
  20. 8926c1f Correction in time_spec.cc by Piotr Krysik · 7 years ago
  21. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  22. 34ce7a0 Added C++ version of fn_time by Piotr Krysik · 7 years ago
  23. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  24. df97869 Added timestamping of bursts in the gsm receiver by Piotr Krysik · 7 years ago
  25. ebf8880 Modification of the burst sink to read bursts with headers - incomplete by Piotr Krysik · 7 years ago
  26. cb04d0d Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  27. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  28. 184d706 Corrections of cmake files by Piotr Krysik · 7 years ago
  29. 3b06bda Correcting cmake file from lib directory by Piotr Krysik · 7 years ago
  30. 42d1e19 Added cmake file for trx_interface by Piotr Krysik · 7 years ago
  31. 3148ff8 Merge branch 'development' into ptrkrysik/trx by Piotr Krysik · 7 years ago
  32. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  33. e6e7879 Merge branch 'fixeria/trx' into development by Piotr Krysik · 7 years ago
  34. dea0574 Added a function returning maintance version name by Piotr Krysik · 7 years ago
  35. bb961c1 Added versioning borrowed fron GNU Radio to gr-gsm by Piotr Krysik · 7 years ago
  36. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  37. b9a87a1 Moved openbts codes into a separate directory and updated their license statements so they can be automatically processed by Piotr Krysik · 7 years ago
  38. 344e9d2 Merge branch 'libosmocore_integration' into packaging_piotr by Piotr Krysik · 7 years ago
  39. 9386811 Merge refactoring of the receiver done in branch 'fixeria/receiver' of https://github.com/axilirator/gr-gsm into axilirator-fixeria/receiver by Piotr Krysik · 7 years ago
  40. 45f9929 Merge branch 'fixeria/api' of https://github.com/axilirator/gr-gsm into axilirator-fixeria/api by Piotr Krysik · 7 years ago
  41. cc82cf0 receiver_impl.cc: refactor the source code by Vadim Yanitskiy · 7 years ago
  42. 6629abc Closes #290 - the problem with subtracting of timeslot number for timeslots 0,1,2. by Piotr Krysik · 7 years ago
  43. 04536ab flow_control: implement pass / drop filtering policies by Vadim Yanitskiy · 7 years ago
  44. 6ee2c16 burst_sdcch_subslot_splitter: implement and expose GET/SET API by Vadim Yanitskiy · 7 years ago
  45. fbfd836 burst_sdcch_subslot_filter: implement and expose GET/SET API by Vadim Yanitskiy · 7 years ago
  46. ccc7183 burst_fnr_filter: implement and expose GET/SET API by Vadim Yanitskiy · 7 years ago
  47. 91195eb burst_timeslot_filter: implement and expose GET/SET API by Vadim Yanitskiy · 7 years ago
  48. 5eb5db2 Added clock offset measurement in ppm as it is usable for debugging. by Piotr Krysik · 7 years ago
  49. 5b7c60a trx_interface: implement built-in timeslot filter by Vadim Yanitskiy · 7 years ago
  50. 1d6b628 trx_interface: set proper burst type in GSMTAP header by Vadim Yanitskiy · 7 years ago
  51. ac3a527 trx_interface: implement incoming data handler by Vadim Yanitskiy · 7 years ago
  52. c36c498 trx_interface: append two unused bytes at the end of messages by Vadim Yanitskiy · 7 years ago
  53. 89fc14b Implement transceiver interface by Vadim Yanitskiy · 7 years ago
  54. b31689d Changed mask for System Information type 2ter. Closes #281. by Piotr Krysik · 7 years ago
  55. 8f121c1 Added interpretation of SC (start ciphering) field in cmc extractor by Piotr Krysik · 7 years ago
  56. 263f00d Fix operator precedence in comparisons by Steve Glass · 7 years ago
  57. 369bdb3 Merge branch 'master' into collect-system-info by Piotr Krysik · 7 years ago
  58. 654d652 Ressurected old frequency correction function by Piotr Krysik · 7 years ago
  59. 9bc0fc0 Changed frequency estimator to the old one that worked better by Piotr Krysik · 7 years ago
  60. 98581a8 Implemented system info collection block by Roman Khassraf · 7 years ago
  61. 81f9700 Merge branch 'development' into libosmocore_integration by Piotr Krysik · 7 years ago
  62. 70c25a1 Changes in decoding: by Piotr Krysik · 7 years ago
  63. 01f9c19 Merge pull request #241 from romankh/cmc-extractor by Piotr Krysik · 8 years ago
  64. 25ae3e2 Merge branch '213-3digit-mnc' of https://github.com/romankh/gr-gsm into libosmocore_integration by Piotr Krysik · 8 years ago
  65. e5ddab3 #240: Implemented block for extraction of information from cipher mode command messages by Roman Khassraf · 8 years ago
  66. ddd096e #213: Fixes 3-digit MNC by Roman Khassraf · 8 years ago
  67. 1591cde Fix for #232 (incorrect facch subtype) by Roman Khassraf · 8 years ago
  68. b52c15f Include of grgsm/endian.h allows for make on OSX by aurelienduarte · 8 years ago
  69. 694ed81 TCH decoding with libosmocore by Piotr Krysik · 8 years ago
  70. ea90c6d License statement in clock offset control by Piotr Krysik · 8 years ago
  71. b8d33d9 Control channels decoding with libosmocore by Piotr Krysik · 8 years ago
  72. ea34c01 Added license statements where it was missing by Piotr Krysik · 8 years ago
  73. 61696ed SCH decoding with libosmocore by Piotr Krysik · 8 years ago
  74. 5878225 Correction of comment in the decryption block by Piotr Krysik · 8 years ago
  75. b516e6d Moved control channels decoder to libosmocore implementation by Piotr Krysik · 8 years ago
  76. a3405b2 Changed path (flow_control) and name of uplink_downlink_filter to splitter by Piotr Krysik · 8 years ago
  77. d61f85b Changed method of frequency estimation by Piotr Krysik · 8 years ago
  78. 0a932e6 Commented out one include by Piotr Krysik · 8 years ago
  79. d01e222 Removed call to delete_head_blocking that was removed from new gnu radio by Piotr Krysik · 8 years ago
  80. 5c9afd3 TCH/F decoding correction - less wrong messages interpreted as voice frames by Piotr Krysik · 8 years ago
  81. 601195b Little corrections to uplink/downlink filter by Piotr Krysik · 8 years ago
  82. 2bb54c8 Added uplink/downlink splitter by Piotr Krysik · 8 years ago
  83. 8a77346 Merge branch 'master' of https://github.com/m-alizadeh/gr-gsm into m-alizadeh-master by Piotr Krysik · 8 years ago
  84. 43af70d Don't compute requency offset when freq. correction was triggered during FCCH burst by Piotr Krysik · 8 years ago
  85. 4e89883 modified: lib/demapping/tch_f_chans_demapper_impl.cc by Your Name · 8 years ago
  86. cab0604 Corrected msg_to_tag and controlled resampler's headers by Piotr Krysik · 8 years ago
  87. 74c4ca9 Removed blocks related to old frequency correction loop (controlled const source and old clock offset corrector) by Piotr Krysik · 8 years ago
  88. 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
  89. 4a1ca98 Changes in the buildsystem for new blocks by Piotr Krysik · 8 years ago
  90. f7b3fc2 Removed unneeded prints from controlled resampler by Piotr Krysik · 8 years ago
  91. 1902886 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  92. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  93. 74c4f2c New blocks (msg to tag and controlled resampler) related stuff by Piotr Krysik · 8 years ago
  94. 938cda4 Simplified uplink fix for the dehopper by Piotr Krysik · 8 years ago
  95. 2fef161 Merge uplink fix from 'm-alizadeh-master' into development by Piotr Krysik · 8 years ago
  96. a7976a3 Dehopping for Uplink channels has been added. by Your Name · 8 years ago
  97. 47ab20e Added a controlled fractional resampler by Piotr Krysik · 8 years ago
  98. 0a60e7a Corrections of tch/f decoder - removal of parameter continued by Piotr Krysik · 8 years ago
  99. 2b97cb1 Added voice output, removed saving to file from inside the decoder - now it should be done GNU Radio way by Piotr Krysik · 8 years ago
  100. c6eb3b5 Added msg_to_tag block - currently it does nothing by Piotr Krysik · 8 years ago