1. cc82cf0 receiver_impl.cc: refactor the source code by Vadim Yanitskiy · 7 years ago
  2. 654d652 Ressurected old frequency correction function by Piotr Krysik · 7 years ago
  3. 9bc0fc0 Changed frequency estimator to the old one that worked better by Piotr Krysik · 7 years ago
  4. d61f85b Changed method of frequency estimation by Piotr Krysik · 8 years ago
  5. 0a932e6 Commented out one include by Piotr Krysik · 8 years ago
  6. 43af70d Don't compute requency offset when freq. correction was triggered during FCCH burst by Piotr Krysik · 8 years ago
  7. 8630fac Merged uplink-decoding branch (with complete support for control channels decoding on uplink) by Piotr Krysik · 8 years ago
  8. f0ec659 Removed burst detection - everything on hopping channels is treated as bursts now. by Piotr Krysik · 8 years ago
  9. 97d4f8a Removed old and now not needed hack from the receiver's synchronization algorithm by Piotr Krysik · 8 years ago
  10. 380dea8 Added uplink processing to the receiver by ptrkrysik · 9 years ago
  11. 91c2835 Corrected CX channels timeslot numbering by ptrkrysik · 9 years ago
  12. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  13. eee456c Merge pull request #6 from dholm/bugfix/gnuradio-HEAD by Piotr Krysik · 9 years ago
  14. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  15. 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
  16. bb69c79 Merge pull request #5 from dholm/feature/osx-support by Piotr K. · 10 years ago
  17. d57745d Removed assert.h as it caused more problems than it was worth. Fixes #7 by ptrkrysik · 10 years ago
  18. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  19. f2497bd receiver: Use std::vector for gr_complex by David Holm · 10 years ago
  20. 9880653 endian: MacOS X support for endian conversion macros by David Holm · 10 years ago
  21. 8db1561 Removed a debug message that was left accidently. by ptrkrysik · 10 years ago
  22. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  23. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  24. d85d460 Commenting files included for debugging. Fixed #2 issue. by ptrkrysik · 10 years ago
  25. 6f6d46d Corrected frame number by ptrkrysik · 10 years ago
  26. 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
  27. 6bb450d Merge branch 'master' of github.com:Jakotako/gr-gsm by ptrkrysik · 10 years ago
  28. 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
  29. 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
  30. 66bb3cd Changed directory structure. by Piotr K · 10 years ago
  31. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  32. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  33. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  34. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago
  35. 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
  36. 7af92ca Correction in plotting.h by piotr · 10 years ago[Renamed from lib/receiver_impl.cc]
  37. c7c249a Changed gr-gsm::receiver block into typical typical sink inherited from sync_block. by piotr · 10 years ago
  38. da8a066 Little cleanups by piotr · 10 years ago
  39. f502e0f Replaced nasty hack for training sequences 6 and 7 with a condition depending on the first symbol of training sequences. It's still a little bit of a hack because I don't know why exactly those starting points have to be used. by piotr · 10 years ago
  40. ce92f98 Corrections to the configuration function by piotr · 10 years ago
  41. 5462401 Added missing line changing state when too many SCH errors occur by piotr · 10 years ago
  42. 903b1d6 Moved configuration of the receiver to the constructor. Removed redundant configuration. by piotr · 10 years ago
  43. 8dc74a4 Removed done/unneeded TODOs by piotr · 10 years ago
  44. c1d47df Added author by piotr · 10 years ago
  45. 5c82025 Correction - limited strongest_window_nr to avoid reading outside of buffer boundaries. by piotr · 10 years ago
  46. 6d152d9 added arfcn parameter to the receiver by piotr · 10 years ago
  47. 7c82b17 Improved synchronization, added message output with bursts by piotr · 10 years ago
  48. 7e3b0db Changed differentiation between dummy and normal bursts to a metod based on correlation of training sequences by piotr · 10 years ago
  49. 5f1e1d3 turned off automatic tuning to estimated frequency offset with positive result for stability of the receiver by piotr · 10 years ago
  50. d0bf149 Coding style change, debug pritfs by piotr · 10 years ago
  51. 437f546 Initial commit - gsm-receiver with removed quick hacks by piotr · 10 years ago