1. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  2. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  3. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  4. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  5. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  6. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  7. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  8. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  9. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  10. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  11. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  12. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  13. 8038b2e Added notices of THC's project in files originating from it. Added also mention of THC at "Thanks" section. by ptrkrysik · 10 years ago
  14. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 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. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  17. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  18. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  19. 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
  20. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  21. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  22. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  23. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago