aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Little corrections to uplink/downlink filterPiotr Krysik1-2/+0
2016-08-16Added uplink/downlink splitterPiotr Krysik3-0/+121
2016-07-26Merge branch 'master' of https://github.com/m-alizadeh/gr-gsm into m-alizadeh...Piotr Krysik2-103/+134
2016-07-20Don't compute requency offset when freq. correction was triggered during FCCH...Piotr Krysik1-11/+11
2016-07-19 modified: lib/demapping/tch_f_chans_demapper_impl.ccYour Name2-103/+134
2016-07-18Corrected msg_to_tag and controlled resampler's headersPiotr Krysik2-3/+2
2016-07-18Removed blocks related to old frequency correction loop (controlled const sou...Piotr Krysik3-140/+0
2016-07-17Changed clock offset controller and company in order to remove from the gsm_i...Piotr Krysik4-35/+42
2016-07-15Changes in the buildsystem for new blocksPiotr Krysik1-1/+1
2016-07-15Removed unneeded prints from controlled resamplerPiotr Krysik1-16/+0
2016-07-15Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into develo...Piotr Krysik3-27/+29
2016-07-15New clock offset corrector and clock offset controlPiotr Krysik2-47/+66
2016-07-15New blocks (msg to tag and controlled resampler) related stuffPiotr Krysik7-42/+123
2016-07-14Simplified uplink fix for the dehopperPiotr Krysik1-12/+2
2016-07-13Merge uplink fix from 'm-alizadeh-master' into developmentPiotr Krysik1-1/+13
2016-07-12Dehopping for Uplink channels has been added.Your Name1-1/+13
2016-07-04Added a controlled fractional resamplerPiotr Krysik2-0/+237
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 s...Piotr Krysik2-22/+22
2016-05-29Added msg_to_tag block - currently it does nothingPiotr Krysik3-0/+131
2016-05-29Changed GSM_API to GRGSM_API so gr_modtool created blocks don't have to be mo...Piotr Krysik1-1/+1
2016-05-22Corrected setting of header fields in the universal demapperPiotr Krysik1-16/+21
2016-05-21Added check of sizes of vectors passed to universal demapper blockPiotr Krysik1-0/+10
2016-05-20Big change of the universal control channels demapper:Piotr Krysik2-235/+96
2016-05-14Merged uplink-decoding branch (with complete support for control channels dec...Piotr Krysik6-95/+259
2016-03-11Removed burst detection - everything on hopping channels is treated as bursts...Piotr Krysik1-5/+8
2016-02-28Correction of the last mergePiotr Krysik2-23/+14
2016-02-27Merged the changes for building on OSX #161Piotr Krysik9-34/+35
2016-02-27Merge branch 'fix-osx' of https://github.com/stiabhan/gr-gsm into stiabhan-fi...Piotr Krysik7-29/+31
2016-02-27Fix buffer overrun/silence compiler warningSteve Glass2-2/+2
2016-02-27Changes to silence compiler warnings on OSXSteve Glass7-29/+31
2016-02-23Replaced C++11 statemets. Solves #150Piotr Krysik4-18/+26
2016-02-19Next corrections to the buildsystemPiotr Krysik1-3/+2
2016-02-19Changed parts with "gnuradio_grgsm" to grgsm from cmake filesPiotr Krysik1-2/+3
2016-02-11Removed old and now not needed hack from the receiver's synchronization algor...Piotr Krysik1-1/+1
2015-11-22Corrected of MCC field interpretationPiotr Krysik1-1/+1
2015-09-27Added parsing arfcn's from cell description in SIT1.Roman Khassraf2-0/+32
2015-09-26Added parsing CCCH Config in system info extractorRoman Khassraf2-2/+16
2015-09-26Added MCC parsing in system info extractor, fixed MNC parsing for 2-digit MNC'sRoman Khassraf2-5/+20
2015-09-20Added missing include of endian.h to the message printerPiotr Krysik1-0/+3
2015-09-13Replaced frame count calculation by libosmogsm functionRoman Khassraf1-7/+5
2015-09-13Added options to print frame number and A5 frame count in message printer. Is...Roman Khassraf2-5/+36
2015-08-22misc_utils: Include endian.h from grgsmDavid Holm2-2/+2
2015-08-16Fix issue #112 (copy messages instead of modifying the input msg)iZsh4-21/+34
2015-08-16fix compilation and linking on Mac OS XiZsh1-0/+1
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-08-06Implemented burst sdcch subslot filter. Issue #100Roman Khassraf3-0/+151
2015-08-06Implemented burst timeslot filter. Issue #100Roman Khassraf3-0/+123
2015-08-06Changed control channels demappers in order to support uplink. Values of para...Piotr Krysik2-83/+200