aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decoding
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik11-19/+160
produce debian/copyright file
2017-08-23Moved openbts codes into a separate directory and updated their license ↵Piotr Krysik16-277/+275
statements so they can be automatically processed
2017-01-03Changes in decoding:Piotr Krysik15-2/+6910
-copied decoding routines from libosmocore to gr-gsm, -made cmake files entries for new source files and added linking with libosmocodec, -moved sch.c file to decoding folder.
2016-10-02TCH decoding with libosmocorePiotr Krysik1-48/+36
2016-10-02Control channels decoding with libosmocorePiotr Krysik8-938/+14
2016-09-28Moved control channels decoder to libosmocore implementationPiotr Krysik2-64/+40
2016-08-18TCH/F decoding correction - less wrong messages interpreted as voice framesPiotr Krysik1-2/+2
2016-06-29Corrections of tch/f decoder - removal of parameter continuedPiotr Krysik2-5/+5
2016-06-29Added voice output, removed saving to file from inside the decoder - now it ↵Piotr Krysik2-22/+22
should be done GNU Radio way
2016-02-27Fix buffer overrun/silence compiler warningSteve Glass2-2/+2
2015-08-16Fix issue #112 (copy messages instead of modifying the input msg)iZsh2-8/+4
2015-08-11Fixed missing GSM 06.10 header for FR audio frames.Roman Khassraf1-1/+2
2015-08-11Implemented boundary check for voice decoding. Issue 107Roman Khassraf2-4/+40
2015-07-11Added handling of channel mode modify messages for AMRRoman Khassraf1-2/+53
2015-07-06Applied again bugfix for issue #65 (it was removed during one of merges)ptrkrysik2-1/+2
2015-06-07Removed unused or duplicate codeRoman Khassraf5-145/+1
2015-06-07Implemented / integrated AMR decodingRoman Khassraf9-65/+3481
2015-06-02Removed check for tail bits, as it may lead to false discarding of framesRoman Khassraf1-6/+1
2015-06-02Moved variable declaration to header fileRoman Khassraf2-20/+30
2015-06-02Changed tch_mode enum to support AMRRoman Khassraf1-3/+3
2015-06-02Added missing Viterbi decoder sourceRoman Khassraf3-0/+490
2015-06-02Updated BitVector to recent sourceRoman Khassraf6-653/+796
2015-05-22Changed author in TCH demapper and decoderRoman Khassraf2-2/+2
2015-05-22Fixed missing magic bytes for GSM-EFR output fileRoman Khassraf2-0/+6
2015-05-20Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50Roman Khassraf12-0/+2430
2014-12-15Added notices of THC's project in files originating from it. Added also ↵ptrkrysik6-40/+28
mention of THC at "Thanks" section.
2014-12-13Added return value to fire_crc (by Matin Hauke)ptrkrysik1-0/+1
2014-12-13Changed grgsm install directories and prefixes from "gsm" to "grgsm". The ↵ptrkrysik2-2/+2
old prefix caused conflicts with libraries already available.
2014-12-02Updated copyleft statements of my files #3ptrkrysik7-21/+20
2014-11-21Changed format of messages containing bursts to PDU. Corrected types of bursts.ptrkrysik1-10/+13
2014-11-19Removed setting channel type from the decoder - this is now done in ↵ptrkrysik1-1/+1
demapping stage.
2014-10-30Changes in control channels decoder to output messages in PDU format - when ↵ptrkrysik1-7/+17
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).
2014-08-16Repaired cmake buildsystem - include files paths were inconsistent with ↵ptrkrysik1-1/+1
source files after changing directory structure
2014-08-06Added new block for message printing, removed legacy code from the decoder ↵piotr1-17/+6
and bursts printer
2014-08-04Added output in the control channel decoderpiotr1-6/+12
2014-07-20Added typical signalization channels (CCCH, BCCH, SDCCH) decoder and ↵piotr8-0/+1132
demapper for BCCH. The implementation is quite dirty at this moment.