1. a116920 Fix compilation error: '_1' was not declared in this scope by Vadim Yanitskiy · 3 years, 2 months ago
  2. e4da417 Remove local copy of associated osmo libraries by Piotr Krysik · 3 years, 2 months ago
  3. 61a3ca6 Improve the TCH/H decoder logs by Vasil Velichkov · 5 years ago
  4. 2f0c096 MacOS fixes by Vasil Velichkov · 5 years ago
  5. 06321a3 Improve voice boundary detection by Vasil Velichkov · 6 years ago
  6. 7f259fd Add TCH/H decoder block with AMR multirate support by Vasil Velichkov · 6 years ago
  7. ac14021 Simplify cmake checks related to libosmocore by Piotr Krysik · 6 years ago
  8. c711e97 Separating libosmogsm from the rest by Piotr Krysik · 6 years ago
  9. 8a8d41a Merge branch 'ptrkrysik/trx' into development by Piotr Krysik · 6 years ago
  10. e24860f Reformatting control_channels_decoder by Piotr Krysik · 6 years ago
  11. 924d187 Fix an assert in ViterbiR2O4::decode by Vasil Velichkov · 6 years ago
  12. bc2a23e Check the gsm0503_xcch_decode return value by Vasil Velichkov · 6 years ago
  13. b1e67fe Define __attribute__ and __deprecated__ on MSWin by Piotr Krysik · 6 years ago
  14. 86c9164 Change buildsystem message on libosmocore not being found by Piotr Krysik · 6 years ago
  15. 1a5e87e Conditional compilation of local libosmocore depending if there is or is not libosmocore installation present on the system by Piotr Krysik · 6 years ago
  16. d8a5766 Fixing warning caused by local libosmocore version by Piotr Krysik · 6 years ago
  17. daa26e8 Fixing 'free' position by Piotr Krysik · 6 years ago
  18. 1fd7cfb Removing part that causes problems with 'make test' by Piotr Krysik · 6 years ago
  19. b24beeb Adding include to have 'bool' type by Piotr Krysik · 6 years ago
  20. 4cd494b Slight changes to CMake file and libosmocoding file (include change) by Piotr Krysik · 6 years ago
  21. b3bd68e Commenting out some problematic and not apsolutely necessary stuff from libosmocore by Piotr Krysik · 6 years ago
  22. 813fedd Fixing types in gsm0503_mapping by Piotr Krysik · 6 years ago
  23. 1aede38 Moving gsm0503.h to gsm subdir by Piotr Krysik · 6 years ago
  24. 9e2e835 Portability fix: Adding local partial copy of libosmocore (TODO: minimize it) by Piotr Krysik · 6 years ago
  25. 15219ab sch.c: Changed include from local to global by Piotr Krysik · 6 years ago
  26. 7923307 Portability fix: replacing tables of variable size with memory allocations by Piotr Krysik · 6 years ago
  27. d7efc05 Moved gsm_constants file to include directory by Piotr Krysik · 7 years ago
  28. e18b431 Removing duplicated lines from cmake file by Piotr Krysik · 7 years ago
  29. 9b5617a Corrections in the buildsystem by Piotr Krysik · 7 years ago
  30. 184d706 Corrections of cmake files by Piotr Krysik · 7 years ago
  31. 0945cc5 Changed organization of cmake files by Piotr Krysik · 7 years ago
  32. a6268a5 Big update of copyright statements so they can be automatically processed to produce debian/copyright file by Piotr Krysik · 7 years ago
  33. b9a87a1 Moved openbts codes into a separate directory and updated their license statements so they can be automatically processed by Piotr Krysik · 7 years ago
  34. 70c25a1 Changes in decoding: by Piotr Krysik · 7 years ago
  35. 694ed81 TCH decoding with libosmocore by Piotr Krysik · 8 years ago
  36. b8d33d9 Control channels decoding with libosmocore by Piotr Krysik · 8 years ago
  37. b516e6d Moved control channels decoder to libosmocore implementation by Piotr Krysik · 8 years ago
  38. 5c9afd3 TCH/F decoding correction - less wrong messages interpreted as voice frames by Piotr Krysik · 8 years ago
  39. 0a60e7a Corrections of tch/f decoder - removal of parameter continued by Piotr Krysik · 8 years ago
  40. 2b97cb1 Added voice output, removed saving to file from inside the decoder - now it should be done GNU Radio way by Piotr Krysik · 8 years ago
  41. 6b20e1f Fix buffer overrun/silence compiler warning by Steve Glass · 8 years ago
  42. 6698793 Fix issue #112 (copy messages instead of modifying the input msg) by iZsh · 9 years ago
  43. d36123d Fixed missing GSM 06.10 header for FR audio frames. by Roman Khassraf · 9 years ago
  44. 23c8d8a Implemented boundary check for voice decoding. Issue 107 by Roman Khassraf · 9 years ago
  45. b868367 Added handling of channel mode modify messages for AMR by Roman Khassraf · 9 years ago
  46. d131213 Applied again bugfix for issue #65 (it was removed during one of merges) by ptrkrysik · 9 years ago
  47. 8851d66 Removed unused or duplicate code by Roman Khassraf · 9 years ago
  48. d38206c Implemented / integrated AMR decoding by Roman Khassraf · 9 years ago
  49. 67089d6 Removed check for tail bits, as it may lead to false discarding of frames by Roman Khassraf · 9 years ago
  50. e159333 Moved variable declaration to header file by Roman Khassraf · 9 years ago
  51. fa7058b Changed tch_mode enum to support AMR by Roman Khassraf · 9 years ago
  52. aa8fa99 Added missing Viterbi decoder source by Roman Khassraf · 9 years ago
  53. d71e658 Updated BitVector to recent source by Roman Khassraf · 9 years ago
  54. 05bfb82 Changed author in TCH demapper and decoder by Roman Khassraf · 9 years ago
  55. 091a80f Fixed missing magic bytes for GSM-EFR output file by Roman Khassraf · 9 years ago
  56. 059bab9 Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50 by Roman Khassraf · 9 years ago
  57. 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
  58. 5ad7d63 Added return value to fire_crc (by Matin Hauke) by ptrkrysik · 10 years ago
  59. 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
  60. 529895b Updated copyleft statements of my files #3 by ptrkrysik · 10 years ago
  61. 617ba03 Changed format of messages containing bursts to PDU. Corrected types of bursts. by ptrkrysik · 10 years ago
  62. 18df2f3 Removed setting channel type from the decoder - this is now done in demapping stage. by ptrkrysik · 10 years ago
  63. 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
  64. 4c82577 Repaired cmake buildsystem - include files paths were inconsistent with source files after changing directory structure by ptrkrysik · 10 years ago
  65. ab663c8 Added new block for message printing, removed legacy code from the decoder and bursts printer by piotr · 10 years ago
  66. b529a59 Added output in the control channel decoder by piotr · 10 years ago
  67. faacc72 Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and demapper for BCCH. by piotr · 10 years ago