1. 6698793 Fix issue #112 (copy messages instead of modifying the input msg) by iZsh · 9 years ago
  2. d36123d Fixed missing GSM 06.10 header for FR audio frames. by Roman Khassraf · 9 years ago
  3. 23c8d8a Implemented boundary check for voice decoding. Issue 107 by Roman Khassraf · 9 years ago
  4. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  5. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  6. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  7. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  8. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  9. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  10. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  11. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  12. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  13. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  14. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  15. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  16. 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
  17. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 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. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  22. 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
  23. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  24. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  25. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  26. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago