1. 59257a1 receiver: removed redundant parameter from synchronized_handler by Piotr Krysik · 5 years ago
  2. 9e861d7 receiver: fixes of synchronization by Piotr Krysik · 5 years ago
  3. 467a7aa plotting: improve interface so it's possible to pass rvalues by Piotr Krysik · 5 years ago
  4. c5ed045 receiver/time_sample_ref: SDR hardware time tracking by Piotr Krysik · 5 years ago
  5. cd69577 receiver: Added resamp_rate parameter by Piotr Krysik · 5 years ago
  6. 554aa90 receiver/time_sample_ref: improve accuracy of offset<->time conversions by Piotr Krysik · 6 years ago
  7. b7cce89 Distilled function to generate hopping from cx_channel hopper by Piotr Krysik · 6 years ago
  8. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  9. eb81b03 Portability fix: Replaced problematic includes by Piotr Krysik · 6 years ago
  10. 3b11689 Change ints to size_t by Piotr Krysik · 6 years ago
  11. bfb47dc Fix: don't send SCH burst to the output if it wasn't correctly decoded by Piotr Krysik · 7 years ago
  12. d7efc05 Moved gsm_constants file to include directory by Piotr Krysik · 7 years ago
  13. 1dd2afe Changed fn_time to use time_spec_t copied from libUHD by Piotr Krysik · 7 years ago
  14. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  15. df97869 Added timestamping of bursts in the gsm receiver by Piotr Krysik · 7 years ago
  16. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  17. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  18. 344e9d2 Merge branch 'libosmocore_integration' into packaging_piotr by Piotr Krysik · 7 years ago
  19. 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
  20. cc82cf0 receiver_impl.cc: refactor the source code by Vadim Yanitskiy · 7 years ago
  21. 6629abc Closes #290 - the problem with subtracting of timeslot number for timeslots 0,1,2. by Piotr Krysik · 7 years ago
  22. 5eb5db2 Added clock offset measurement in ppm as it is usable for debugging. by Piotr Krysik · 7 years ago
  23. 654d652 Ressurected old frequency correction function by Piotr Krysik · 7 years ago
  24. 9bc0fc0 Changed frequency estimator to the old one that worked better by Piotr Krysik · 7 years ago
  25. 70c25a1 Changes in decoding: by Piotr Krysik · 7 years ago
  26. ea90c6d License statement in clock offset control by Piotr Krysik · 8 years ago
  27. 61696ed SCH decoding with libosmocore by Piotr Krysik · 8 years ago
  28. d61f85b Changed method of frequency estimation by Piotr Krysik · 8 years ago
  29. 0a932e6 Commented out one include by Piotr Krysik · 8 years ago
  30. 43af70d Don't compute requency offset when freq. correction was triggered during FCCH burst by Piotr Krysik · 8 years ago
  31. 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
  32. 1902886 Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into development by Piotr Krysik · 8 years ago
  33. 0982673 New clock offset corrector and clock offset control by Piotr Krysik · 8 years ago
  34. 938cda4 Simplified uplink fix for the dehopper by Piotr Krysik · 8 years ago
  35. a7976a3 Dehopping for Uplink channels has been added. by Your Name · 8 years ago
  36. af8ad5d Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be modified by Piotr Krysik · 8 years ago
  37. 8630fac Merged uplink-decoding branch (with complete support for control channels decoding on uplink) by Piotr Krysik · 8 years ago
  38. f0ec659 Removed burst detection - everything on hopping channels is treated as bursts now. by Piotr Krysik · 8 years ago
  39. c8edec5 Changes to silence compiler warnings on OSX by Steve Glass · 9 years ago
  40. 97d4f8a Removed old and now not needed hack from the receiver's synchronization algorithm by Piotr Krysik · 8 years ago
  41. 380dea8 Added uplink processing to the receiver by ptrkrysik · 9 years ago
  42. 202788e Added function for subtraction of timeslots from bursts counter by ptrkrysik · 9 years ago
  43. 11b549e Added input validation to CX channel hopper block by rpp · 9 years ago
  44. 42411c6 Added more includes of STL containers definitions. by ptrkrysik · 9 years ago
  45. f3105d9 Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Boost thread library by Martin Jesper Low Madsen · 9 years ago
  46. 267214a Implemented channel hopping for CX channels by rpp · 9 years ago
  47. 4f0f3b5 Added CX channel hopper block by rpp · 9 years ago
  48. 91c2835 Corrected CX channels timeslot numbering by ptrkrysik · 9 years ago
  49. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  50. f8c7e83 Reimplemented clock_offset_control block in C++ by ptrkrysik · 9 years ago
  51. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 9 years ago
  52. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  53. 3be74a7 Changed grgsm install directories and prefixes from "gsm" to "grgsm". The old prefix caused conflicts with libraries already available. by ptrkrysik · 10 years ago
  54. bb69c79 Merge pull request #5 from dholm/feature/osx-support by Piotr K. · 10 years ago
  55. d57745d Removed assert.h as it caused more problems than it was worth. Fixes #7 by ptrkrysik · 10 years ago
  56. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  57. f2497bd receiver: Use std::vector for gr_complex by David Holm · 10 years ago
  58. 9880653 endian: MacOS X support for endian conversion macros by David Holm · 10 years ago
  59. 8db1561 Removed a debug message that was left accidently. by ptrkrysik · 10 years ago
  60. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  61. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  62. d85d460 Commenting files included for debugging. Fixed #2 issue. by ptrkrysik · 10 years ago
  63. 6f6d46d Corrected frame number by ptrkrysik · 10 years ago
  64. e518bbf Added capability to receive multiple channels of a single BTS to the receiver. It is now possible to receive bursts on channels for which frequency hopping was used. Changed examples to work without hierarhical GSM Receiver block. by ptrkrysik · 10 years ago
  65. 6bb450d Merge branch 'master' of github.com:Jakotako/gr-gsm by ptrkrysik · 10 years ago
  66. 5821379 First step to add multichannel capability to the GSM receiver. At this moment it might still contain debuging code. The training sequence number for non C0 channels is embedded in the code. by ptrkrysik · 10 years ago
  67. a25bb70 Changed asser.h to output DCOUT messages to stderr by ptrkrysik · 10 years ago
  68. 7f61c64 Changes in control channels decoder to output messages in PDU format - when connected to Socket PDU the messages can be dissected with Wireshark now. The information in the header might be not complete/fully correct at this moment (no SNR, power measurements, channel type statically set to BCCH). by ptrkrysik · 10 years ago
  69. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  70. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  71. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  72. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  73. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  74. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago
  75. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago
  76. 501c51e Moved more files related to the gsm receiver to the receiver directory. by piotr · 10 years ago
  77. 7f3f366 Little changes commited from all files. Cleanup in the lib directory - files moved associated with different blocks moved to associated directories. by piotr · 10 years ago
  78. 7af92ca Correction in plotting.h by piotr · 10 years ago