1. cdd0c99 receiver: add public API for multiframe configuration by Vadim Yanitskiy · 5 years ago fixeria/mf_config
  2. 588baff receiver: clarify receiver_impl.configure_receiver() by Vadim Yanitskiy · 5 years ago
  3. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  4. 3b11689 Change ints to size_t by Piotr Krysik · 6 years ago
  5. bfb47dc Fix: don't send SCH burst to the output if it wasn't correctly decoded by Piotr Krysik · 7 years ago
  6. d7efc05 Moved gsm_constants file to include directory by Piotr Krysik · 7 years ago
  7. 96f2ea7 Correction needed to make TX and RX integration work by Piotr Krysik · 7 years ago
  8. df97869 Added timestamping of bursts in the gsm receiver by Piotr Krysik · 7 years ago
  9. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  10. cc82cf0 receiver_impl.cc: refactor the source code by Vadim Yanitskiy · 7 years ago
  11. 654d652 Ressurected old frequency correction function by Piotr Krysik · 7 years ago
  12. 9bc0fc0 Changed frequency estimator to the old one that worked better by Piotr Krysik · 7 years ago
  13. d61f85b Changed method of frequency estimation by Piotr Krysik · 8 years ago
  14. 380dea8 Added uplink processing to the receiver by ptrkrysik · 9 years ago
  15. 42411c6 Added more includes of STL containers definitions. by ptrkrysik · 9 years ago
  16. 32c2116 Removed boost timer from clock_offset_control to avoid race conditions. by ptrkrysik · 9 years ago
  17. ef5e2db Removed some typedefs by ptrkrysik · 9 years ago
  18. 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
  19. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  20. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  21. 7a7b9b0 Changed cell allocation elements type from float to int by ptrkrysik · 10 years ago
  22. 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
  23. 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
  24. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  25. 608a08e Removed completely old method of frequency offset correction by Piotr K · 10 years ago
  26. d6d6687 Removed redundant state from the receiver by piotr · 10 years ago
  27. 4089c1a Added new blocks for clock freqeuncy correction by piotr · 10 years ago
  28. f2b6a1b Added reset to the receiver, computation of power and function for setting arfcn of the receiver by piotr · 10 years ago
  29. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago
  30. 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
  31. 7af92ca Correction in plotting.h by piotr · 10 years ago[Renamed from lib/receiver_impl.h]
  32. c7c249a Changed gr-gsm::receiver block into typical typical sink inherited from sync_block. by piotr · 10 years ago
  33. 6d152d9 added arfcn parameter to the receiver by piotr · 10 years ago
  34. 7c82b17 Improved synchronization, added message output with bursts by piotr · 10 years ago
  35. 7e3b0db Changed differentiation between dummy and normal bursts to a metod based on correlation of training sequences by piotr · 10 years ago
  36. 437f546 Initial commit - gsm-receiver with removed quick hacks by piotr · 10 years ago