aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-06Changes in extract_system_infoptrkrysik2-17/+19
2015-08-05Merged origin/msg-file-sink-source-101 into dev, fixed conflicts. Issue #101Roman Khassraf5-0/+278
2015-08-05Merged origin/flow-control-100 into dev, fixed conflictsRoman Khassraf9-0/+628
2015-08-05Merged origin/test-utils-98 into dev, fixed conflictsRoman Khassraf15-87/+418
2015-08-05Merge remote-tracking branch 'origin/burst-printer-issue-95' into devRoman Khassraf2-4/+49
2015-08-05Implemented burst sub-slot splitter. Issue #100Roman Khassraf3-0/+190
2015-08-04Implemented dummy burst filter. Issue #100Roman Khassraf3-0/+154
2015-08-04Implemented burst framenumber filter. Issue #100Roman Khassraf3-0/+126
2015-08-03Implemented burst timeslot splitter for flow control. Issue #100Roman Khassraf3-0/+158
2015-08-03Implemented message file source and sink. Issue #101Roman Khassraf5-0/+277
2015-08-03Renamed burst_sink_qa/burst_source_qa to burst_sink/burst_sourceRoman Khassraf5-43/+43
2015-08-03Renamed burst sink/source to burst file sink/sourceRoman Khassraf5-37/+37
2015-08-03Moved qa utilities to a separate directoryRoman Khassraf9-9/+10
2015-08-03Merge remote-tracking branch 'upstream/master' into message-source-sinkRoman Khassraf2-160/+49
2015-08-03Added include for scoped_ptrRoman Khassraf1-2/+2
2015-08-02Added interpretation of neighbour cells from SI2bis and SI2ter messages.ptrkrysik1-160/+48
2015-08-01Added missing include in burst_source_qa_impl.ccMartin Hauke1-0/+1
2015-07-29Implemented message sink block for unit testingRoman Khassraf3-1/+139
2015-07-27Implemented message source block for unit testingRoman Khassraf3-1/+184
2015-07-26Added option to message printer that allows printing the gsmtap header.Roman Khassraf2-6/+15
2015-07-24Added option to burst printer for ignoring dummy bursts. Issue #95Roman Khassraf2-4/+49
2015-07-22Merge pull request #93 from romankh/a53-decryption-issue-85Piotr Krysik8-420/+446
2015-07-21Added block burst_sink_qa for unit testing of burst-based blocksRoman Khassraf3-0/+162
2015-07-20Added block burst_source_qa for unit testing of burst-based blocksRoman Khassraf3-0/+223
2015-07-19Fix for burst source thread join() bug. Issue #89Roman Khassraf1-2/+3
2015-07-17Added support for A5/2, A5/3, A5/4. Issue #85Roman Khassraf2-19/+47